Started by user Nicola Timeus Running as Nicola Timeus Agent basic-1wgnh is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-1wgnh" 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-1wgnh" - 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-1wgnh" - 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" 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-1wgnh (basic) in workspace /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/kura > git init /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate # 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 origin/release-5.1.0^{commit} # timeout=10 Checking out Revision 1d26e2b36a441ae6495d238eb3a834d6da125360 (origin/release-5.1.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 1d26e2b36a441ae6495d238eb3a834d6da125360 # timeout=10 Commit message: "chore: Updated 5.1.2 release notes (#4034)" > git rev-list --no-walk 997d9736f8b2db49c7b582e27cf55f488bc9eaca # timeout=10 [kura-5-1-0-release-candidate] $ /bin/sh -xe /tmp/jenkins5658082170612828142.sh + touch /tmp/isJenkins.txt using settings config with name Maven settings Replacing all maven server entries not found in credentials list is true [kura-5-1-0-release-candidate] $ /opt/tools/apache-maven/latest/bin/mvn -f target-platform/pom.xml -s /tmp/settings7889617847181360751.xml "-DMAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m" -Dmaven.repo.local=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository clean install -U -e -Pno-mirror -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... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.kura:org.usb4java:bundle:1.3.2-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 34, 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 41, 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 48, column 25 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.kura:usb4java-javax:bundle:1.3.2-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 24, 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 31, 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] target-platform [pom] [INFO] org.apache.activemq.artemis [bundle] [INFO] Camel :: Core :: Import sun.misc [jar] [INFO] System extension fragment for 'sun.misc' [jar] [INFO] com.codeminders.hidapi-parent [pom] [INFO] Java API for working with Human Interface USB Devices (HID) [bundle] [INFO] Native libraries for 'com.codeminders.hidapi' on ARM 6 HF [bundle] [INFO] Native libraries for 'com.codeminders.hidapi' on x86_64 [bundle] [INFO] Native libraries for 'com.codeminders.hidapi' on ARM 64 bits [bundle] [INFO] usb4java [bundle] [INFO] usb4java-javax [bundle] [INFO] org.moka7 [bundle] [INFO] org.eclipse.soda.dk.comm-parent [pom] [INFO] Serial Device based on SODA DK comm [bundle] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on ARM 6 HF [bundle] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on x86_64 [bundle] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on ARM 64 bits [bundle] [INFO] jdk.dio-parent [pom] [INFO] jdk.dio [bundle] [INFO] jdk.dio.armv6hf [bundle] [INFO] jdk.dio.x86_64 [bundle] [INFO] jdk.dio.aarch64 [bundle] [INFO] gwt-user [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.16.0 [pom] [INFO] p2-repo-tests-deps [pom] [INFO] [INFO] ------------------< org.eclipse.kura:target-platform >------------------ [INFO] Building target-platform 5.1.2 [1/29] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ target-platform --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ target-platform --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ target-platform --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ target-platform --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/target-platform/5.1.2/target-platform-5.1.2.pom [INFO] [INFO] ------------< org.eclipse.kura:org.apache.activemq.artemis >------------ [INFO] Building org.apache.activemq.artemis 2.7.2-SNAPSHOT [2/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.activemq.artemis --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.apache.activemq.artemis --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.apache.activemq.artemis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.apache.activemq.artemis/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.activemq.artemis --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.apache.activemq.artemis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.apache.activemq.artemis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.apache.activemq.artemis --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.apache.activemq.artemis --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ org.apache.activemq.artemis --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.apache.activemq.artemis --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.activemq.artemis --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.apache.activemq.artemis/target/org.apache.activemq.artemis-2.7.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.apache.activemq.artemis/2.7.2-SNAPSHOT/org.apache.activemq.artemis-2.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.apache.activemq.artemis/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.apache.activemq.artemis/2.7.2-SNAPSHOT/org.apache.activemq.artemis-2.7.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ org.apache.activemq.artemis --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/kura/org.apache.activemq.artemis/2.7.2-SNAPSHOT/org.apache.activemq.artemis-2.7.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.camel.sun.misc >---------- [INFO] Building Camel :: Core :: Import sun.misc 1.1.2-SNAPSHOT [3/29] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.camel.sun.misc --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.camel.sun.misc --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.kura.camel.sun.misc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.kura.camel.sun.misc --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ org.eclipse.kura.camel.sun.misc --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.kura.camel.sun.misc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.camel.sun.misc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.kura.camel.sun.misc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.kura.camel.sun.misc --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ org.eclipse.kura.camel.sun.misc --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.camel.sun.misc/target/org.eclipse.kura.camel.sun.misc-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.camel.sun.misc --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.kura.camel.sun.misc --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.camel.sun.misc/target/org.eclipse.kura.camel.sun.misc-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.sun.misc/1.1.2-SNAPSHOT/org.eclipse.kura.camel.sun.misc-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.camel.sun.misc/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.sun.misc/1.1.2-SNAPSHOT/org.eclipse.kura.camel.sun.misc-1.1.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.kura:org.eclipse.kura.sun.misc >------------- [INFO] Building System extension fragment for 'sun.misc' 1.1.2-SNAPSHOT [4/29] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.sun.misc --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.sun.misc --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.kura.sun.misc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.kura.sun.misc --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ org.eclipse.kura.sun.misc --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.kura.sun.misc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.sun.misc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.kura.sun.misc --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.kura.sun.misc --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ org.eclipse.kura.sun.misc --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.sun.misc/target/org.eclipse.kura.sun.misc-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.sun.misc --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.kura.sun.misc --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.sun.misc/target/org.eclipse.kura.sun.misc-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.sun.misc/1.1.2-SNAPSHOT/org.eclipse.kura.sun.misc-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.sun.misc/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.sun.misc/1.1.2-SNAPSHOT/org.eclipse.kura.sun.misc-1.1.2-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.kura:com.codeminders.hidapi-parent >----------- [INFO] Building com.codeminders.hidapi-parent 1.2.2-SNAPSHOT [5/29] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.codeminders.hidapi-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ com.codeminders.hidapi-parent --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ com.codeminders.hidapi-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ com.codeminders.hidapi-parent --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi-parent/1.2.2-SNAPSHOT/com.codeminders.hidapi-parent-1.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.kura:com.codeminders.hidapi >--------------- [INFO] Building Java API for working with Human Interface USB Devices (HID) 1.2.2-SNAPSHOT [6/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.codeminders.hidapi --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ com.codeminders.hidapi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ com.codeminders.hidapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ com.codeminders.hidapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ com.codeminders.hidapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ com.codeminders.hidapi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ com.codeminders.hidapi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.3.5:bundle (default-bundle) @ com.codeminders.hidapi --- [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ com.codeminders.hidapi --- [INFO] Copying org.eclipse.osgi-3.12.50.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/target/dependency/org.eclipse.osgi-3.12.50.jar [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ com.codeminders.hidapi --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.codeminders.hidapi --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/target/com.codeminders.hidapi-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi/1.2.2-SNAPSHOT/com.codeminders.hidapi-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi/1.2.2-SNAPSHOT/com.codeminders.hidapi-1.2.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.5:install (default-install) @ com.codeminders.hidapi --- [INFO] Installing org/eclipse/kura/com.codeminders.hidapi/1.2.2-SNAPSHOT/com.codeminders.hidapi-1.2.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.kura:com.codeminders.hidapi.armv6hf >----------- [INFO] Building Native libraries for 'com.codeminders.hidapi' on ARM 6 HF 1.2.2-SNAPSHOT [7/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.codeminders.hidapi.armv6hf --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ com.codeminders.hidapi.armv6hf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ com.codeminders.hidapi.armv6hf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.armv6hf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ com.codeminders.hidapi.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ com.codeminders.hidapi.armv6hf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.armv6hf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ com.codeminders.hidapi.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ com.codeminders.hidapi.armv6hf --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.armv6hf/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.5:bundle (default-bundle) @ com.codeminders.hidapi.armv6hf --- [WARNING] Bundle org.eclipse.kura:com.codeminders.hidapi.armv6hf:bundle:1.2.2-SNAPSHOT : Classpath is empty. Private-Package and Export-Package can only expand from the classpath when there is one [WARNING] Bundle org.eclipse.kura:com.codeminders.hidapi.armv6hf:bundle:1.2.2-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ com.codeminders.hidapi.armv6hf --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ com.codeminders.hidapi.armv6hf --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.codeminders.hidapi.armv6hf --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.armv6hf/target/com.codeminders.hidapi.armv6hf-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.armv6hf/1.2.2-SNAPSHOT/com.codeminders.hidapi.armv6hf-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.armv6hf/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.armv6hf/1.2.2-SNAPSHOT/com.codeminders.hidapi.armv6hf-1.2.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.5:install (default-install) @ com.codeminders.hidapi.armv6hf --- [INFO] Installing org/eclipse/kura/com.codeminders.hidapi.armv6hf/1.2.2-SNAPSHOT/com.codeminders.hidapi.armv6hf-1.2.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.eclipse.kura:com.codeminders.hidapi.x86_64 >----------- [INFO] Building Native libraries for 'com.codeminders.hidapi' on x86_64 1.2.2-SNAPSHOT [8/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.codeminders.hidapi.x86_64 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ com.codeminders.hidapi.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ com.codeminders.hidapi.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.x86_64/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ com.codeminders.hidapi.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ com.codeminders.hidapi.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.x86_64/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ com.codeminders.hidapi.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ com.codeminders.hidapi.x86_64 --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.x86_64/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.5:bundle (default-bundle) @ com.codeminders.hidapi.x86_64 --- [WARNING] Bundle org.eclipse.kura:com.codeminders.hidapi.x86_64:bundle:1.2.2-SNAPSHOT : Classpath is empty. Private-Package and Export-Package can only expand from the classpath when there is one [WARNING] Bundle org.eclipse.kura:com.codeminders.hidapi.x86_64:bundle:1.2.2-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ com.codeminders.hidapi.x86_64 --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ com.codeminders.hidapi.x86_64 --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.codeminders.hidapi.x86_64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.x86_64/target/com.codeminders.hidapi.x86_64-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.x86_64/1.2.2-SNAPSHOT/com.codeminders.hidapi.x86_64-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.x86_64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.x86_64/1.2.2-SNAPSHOT/com.codeminders.hidapi.x86_64-1.2.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.5:install (default-install) @ com.codeminders.hidapi.x86_64 --- [INFO] Installing org/eclipse/kura/com.codeminders.hidapi.x86_64/1.2.2-SNAPSHOT/com.codeminders.hidapi.x86_64-1.2.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.kura:com.codeminders.hidapi.aarch64 >----------- [INFO] Building Native libraries for 'com.codeminders.hidapi' on ARM 64 bits 1.2.2-SNAPSHOT [9/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.codeminders.hidapi.aarch64 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ com.codeminders.hidapi.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ com.codeminders.hidapi.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.aarch64/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ com.codeminders.hidapi.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ com.codeminders.hidapi.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.aarch64/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ com.codeminders.hidapi.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ com.codeminders.hidapi.aarch64 --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.aarch64/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.5:bundle (default-bundle) @ com.codeminders.hidapi.aarch64 --- [WARNING] Bundle org.eclipse.kura:com.codeminders.hidapi.aarch64:bundle:1.2.2-SNAPSHOT : Classpath is empty. Private-Package and Export-Package can only expand from the classpath when there is one [WARNING] Bundle org.eclipse.kura:com.codeminders.hidapi.aarch64:bundle:1.2.2-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ com.codeminders.hidapi.aarch64 --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ com.codeminders.hidapi.aarch64 --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.codeminders.hidapi.aarch64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.aarch64/target/com.codeminders.hidapi.aarch64-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.aarch64/1.2.2-SNAPSHOT/com.codeminders.hidapi.aarch64-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.codeminders.hidapi-parent/com.codeminders.hidapi.aarch64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.codeminders.hidapi.aarch64/1.2.2-SNAPSHOT/com.codeminders.hidapi.aarch64-1.2.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.5:install (default-install) @ com.codeminders.hidapi.aarch64 --- [INFO] Installing org/eclipse/kura/com.codeminders.hidapi.aarch64/1.2.2-SNAPSHOT/com.codeminders.hidapi.aarch64-1.2.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.eclipse.kura:org.usb4java >-------------------- [INFO] Building usb4java 1.3.2-SNAPSHOT [10/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.usb4java --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.usb4java --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.usb4java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.usb4java --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.usb4java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.usb4java/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.usb4java --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.usb4java --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.usb4java/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.5:bundle (default-bundle) @ org.usb4java --- [WARNING] Include-Resource: overriding touch.txt=src/main/resources/touch.txt with /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.usb4java/src/main,/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.usb4java/about.html,about_files=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.usb4java/about_files/ (add {maven-resources} if you want to include the maven resources) [WARNING] Embed-Dependency: clause "org.usb4java;groupId=org.usb4java;artifactId=org.usb4java;version=1.2.0;scope=runtime" did not match any dependencies [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ org.usb4java --- [INFO] Copying libusb4java-1.2.0-linux-arm.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.usb4java/target/dependency/org.usb4java.linux-arm-1.2.0.jar [INFO] Copying libusb4java-1.2.0-linux-x86_64.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.usb4java/target/dependency/org.usb4java.linux-x86_64-1.2.0.jar [INFO] Copying usb4java-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.usb4java/target/dependency/org.usb4java-1.2.0.jar [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.usb4java --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.usb4java --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.usb4java/target/org.usb4java-1.3.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.usb4java/1.3.2-SNAPSHOT/org.usb4java-1.3.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.usb4java/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.usb4java/1.3.2-SNAPSHOT/org.usb4java-1.3.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.5:install (default-install) @ org.usb4java --- [INFO] Installing org/eclipse/kura/org.usb4java/1.3.2-SNAPSHOT/org.usb4java-1.3.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:usb4java-javax >------------------- [INFO] Building usb4java-javax 1.3.2-SNAPSHOT [11/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ usb4java-javax --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ usb4java-javax --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ usb4java-javax --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ usb4java-javax --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ usb4java-javax --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/usb4java-javax/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ usb4java-javax --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ usb4java-javax --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/usb4java-javax/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.5:bundle (default-bundle) @ usb4java-javax --- [WARNING] Include-Resource: overriding touch.txt=src/main/resources/touch.txt with /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/usb4java-javax/src/main,/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/usb4java-javax/about.html,about_files=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/usb4java-javax/about_files/,/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/usb4java-javax/lib (add {maven-resources} if you want to include the maven resources) [WARNING] Embed-Dependency: clause "javax.usb;groupId=javax.usb;artifactId=javax.usb;version=1.0.2;scope=runtime" did not match any dependencies [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ usb4java-javax --- [INFO] Copying usb-api-1.0.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/usb4java-javax/target/dependency/usb-api-1.0.2.jar [INFO] Copying usb4java-javax-1.2.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/usb4java-javax/target/dependency/org.usb4java.javax-1.2.0.jar [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ usb4java-javax --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ usb4java-javax --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/usb4java-javax/target/usb4java-javax-1.3.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/usb4java-javax/1.3.2-SNAPSHOT/usb4java-javax-1.3.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/usb4java-javax/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/usb4java-javax/1.3.2-SNAPSHOT/usb4java-javax-1.3.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.5:install (default-install) @ usb4java-javax --- [INFO] Installing org/eclipse/kura/usb4java-javax/1.3.2-SNAPSHOT/usb4java-javax-1.3.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------------------< org.eclipse.kura:org.moka7 >--------------------- [INFO] Building org.moka7 1.1.2-SNAPSHOT [12/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.moka7 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.moka7 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.moka7 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.moka7/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.moka7 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.moka7/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.moka7 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.moka7/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.moka7 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.moka7 --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ org.moka7 --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.moka7 --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.moka7 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.moka7/target/org.moka7-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.moka7/1.1.2-SNAPSHOT/org.moka7-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.moka7/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.moka7/1.1.2-SNAPSHOT/org.moka7-1.1.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ org.moka7 --- [INFO] Installing org/eclipse/kura/org.moka7/1.1.2-SNAPSHOT/org.moka7-1.1.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.soda.dk.comm-parent >---------- [INFO] Building org.eclipse.soda.dk.comm-parent 1.3.2-SNAPSHOT [13/29] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.soda.dk.comm-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.soda.dk.comm-parent --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.soda.dk.comm-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.soda.dk.comm-parent --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm-parent/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm-parent-1.3.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.kura:org.eclipse.soda.dk.comm >-------------- [INFO] Building Serial Device based on SODA DK comm 1.3.2-SNAPSHOT [14/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.soda.dk.comm --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.soda.dk.comm --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.soda.dk.comm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.soda.dk.comm --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/target/classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/src/main/java/javax/comm/CommPortIdentifier.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/src/main/java/javax/comm/CommPortIdentifier.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/src/main/java/javax/comm/CommPortIdentifier.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.soda.dk.comm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.soda.dk.comm --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.soda.dk.comm --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.3.5:bundle (default-bundle) @ org.eclipse.soda.dk.comm --- [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ org.eclipse.soda.dk.comm --- [INFO] Copying org.eclipse.osgi-3.12.50.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/target/dependency/org.eclipse.osgi-3.12.50.jar [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.soda.dk.comm --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.soda.dk.comm --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/target/org.eclipse.soda.dk.comm-1.3.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm-1.3.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm-1.3.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.5:install (default-install) @ org.eclipse.soda.dk.comm --- [INFO] Installing org/eclipse/kura/org.eclipse.soda.dk.comm/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm-1.3.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.soda.dk.comm.armv6hf >---------- [INFO] Building Native libraries for 'org.eclipse.soda.dk.comm' on ARM 6 HF 1.3.2-SNAPSHOT [15/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.armv6hf/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.armv6hf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.armv6hf/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.5:bundle (default-bundle) @ org.eclipse.soda.dk.comm.armv6hf --- [WARNING] Bundle org.eclipse.kura:org.eclipse.soda.dk.comm.armv6hf:bundle:1.3.2-SNAPSHOT : Classpath is empty. Private-Package and Export-Package can only expand from the classpath when there is one [WARNING] Bundle org.eclipse.kura:org.eclipse.soda.dk.comm.armv6hf:bundle:1.3.2-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.armv6hf/target/org.eclipse.soda.dk.comm.armv6hf-1.3.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm.armv6hf-1.3.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.armv6hf/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm.armv6hf-1.3.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.5:install (default-install) @ org.eclipse.soda.dk.comm.armv6hf --- [INFO] Installing org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm.armv6hf-1.3.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.soda.dk.comm.x86_64 >---------- [INFO] Building Native libraries for 'org.eclipse.soda.dk.comm' on x86_64 1.3.2-SNAPSHOT [16/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.x86_64/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.x86_64/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.x86_64/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.5:bundle (default-bundle) @ org.eclipse.soda.dk.comm.x86_64 --- [WARNING] Bundle org.eclipse.kura:org.eclipse.soda.dk.comm.x86_64:bundle:1.3.2-SNAPSHOT : Classpath is empty. Private-Package and Export-Package can only expand from the classpath when there is one [WARNING] Bundle org.eclipse.kura:org.eclipse.soda.dk.comm.x86_64:bundle:1.3.2-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.x86_64/target/org.eclipse.soda.dk.comm.x86_64-1.3.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm.x86_64-1.3.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.x86_64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm.x86_64-1.3.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.5:install (default-install) @ org.eclipse.soda.dk.comm.x86_64 --- [INFO] Installing org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm.x86_64-1.3.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.soda.dk.comm.aarch64 >---------- [INFO] Building Native libraries for 'org.eclipse.soda.dk.comm' on ARM 64 bits 1.3.2-SNAPSHOT [17/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.aarch64/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.aarch64/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.aarch64/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.5:bundle (default-bundle) @ org.eclipse.soda.dk.comm.aarch64 --- [WARNING] Bundle org.eclipse.kura:org.eclipse.soda.dk.comm.aarch64:bundle:1.3.2-SNAPSHOT : Classpath is empty. Private-Package and Export-Package can only expand from the classpath when there is one [WARNING] Bundle org.eclipse.kura:org.eclipse.soda.dk.comm.aarch64:bundle:1.3.2-SNAPSHOT : Instructions in Private-Package, or -testpackages that are never used: .* Classpath: [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.aarch64/target/org.eclipse.soda.dk.comm.aarch64-1.3.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm.aarch64-1.3.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.soda.dk.comm-parent/org.eclipse.soda.dk.comm.aarch64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm.aarch64-1.3.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.5:install (default-install) @ org.eclipse.soda.dk.comm.aarch64 --- [INFO] Installing org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.3.2-SNAPSHOT/org.eclipse.soda.dk.comm.aarch64-1.3.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:jdk.dio-parent >------------------- [INFO] Building jdk.dio-parent 1.1.2-SNAPSHOT [18/29] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jdk.dio-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ jdk.dio-parent --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ jdk.dio-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jdk.dio-parent --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/jdk.dio-parent/1.1.2-SNAPSHOT/jdk.dio-parent-1.1.2-SNAPSHOT.pom [INFO] [INFO] ----------------------< org.eclipse.kura:jdk.dio >---------------------- [INFO] Building jdk.dio 1.1.2-SNAPSHOT [19/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jdk.dio --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ jdk.dio --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jdk.dio --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 170 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ jdk.dio --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jdk.dio --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ jdk.dio --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jdk.dio --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ jdk.dio --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ jdk.dio --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdk.dio --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio/target/jdk.dio-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/jdk.dio/1.1.2-SNAPSHOT/jdk.dio-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/jdk.dio/1.1.2-SNAPSHOT/jdk.dio-1.1.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ jdk.dio --- [INFO] Installing org/eclipse/kura/jdk.dio/1.1.2-SNAPSHOT/jdk.dio-1.1.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:jdk.dio.armv6hf >------------------ [INFO] Building jdk.dio.armv6hf 1.1.2-SNAPSHOT [20/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jdk.dio.armv6hf --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ jdk.dio.armv6hf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jdk.dio.armv6hf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ jdk.dio.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jdk.dio.armv6hf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.armv6hf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ jdk.dio.armv6hf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jdk.dio.armv6hf --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ jdk.dio.armv6hf --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ jdk.dio.armv6hf --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdk.dio.armv6hf --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.armv6hf/target/jdk.dio.armv6hf-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.armv6hf/1.1.2-SNAPSHOT/jdk.dio.armv6hf-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.armv6hf/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.armv6hf/1.1.2-SNAPSHOT/jdk.dio.armv6hf-1.1.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ jdk.dio.armv6hf --- [INFO] Installing org/eclipse/kura/jdk.dio.armv6hf/1.1.2-SNAPSHOT/jdk.dio.armv6hf-1.1.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:jdk.dio.x86_64 >------------------- [INFO] Building jdk.dio.x86_64 1.1.2-SNAPSHOT [21/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jdk.dio.x86_64 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ jdk.dio.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jdk.dio.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ jdk.dio.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jdk.dio.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.x86_64/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ jdk.dio.x86_64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jdk.dio.x86_64 --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ jdk.dio.x86_64 --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ jdk.dio.x86_64 --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdk.dio.x86_64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.x86_64/target/jdk.dio.x86_64-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.x86_64/1.1.2-SNAPSHOT/jdk.dio.x86_64-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.x86_64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.x86_64/1.1.2-SNAPSHOT/jdk.dio.x86_64-1.1.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ jdk.dio.x86_64 --- [INFO] Installing org/eclipse/kura/jdk.dio.x86_64/1.1.2-SNAPSHOT/jdk.dio.x86_64-1.1.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:jdk.dio.aarch64 >------------------ [INFO] Building jdk.dio.aarch64 1.1.2-SNAPSHOT [22/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jdk.dio.aarch64 --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ jdk.dio.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jdk.dio.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ jdk.dio.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jdk.dio.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.aarch64/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ jdk.dio.aarch64 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jdk.dio.aarch64 --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ jdk.dio.aarch64 --- [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ jdk.dio.aarch64 --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdk.dio.aarch64 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.aarch64/target/jdk.dio.aarch64-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.aarch64/1.1.2-SNAPSHOT/jdk.dio.aarch64-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/jdk.dio-parent/jdk.dio.aarch64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/jdk.dio.aarch64/1.1.2-SNAPSHOT/jdk.dio.aarch64-1.1.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ jdk.dio.aarch64 --- [INFO] Installing org/eclipse/kura/jdk.dio.aarch64/1.1.2-SNAPSHOT/jdk.dio.aarch64-1.1.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.eclipse.kura:com.gwt.user >-------------------- [INFO] Building gwt-user 1.2.2-SNAPSHOT [23/29] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.gwt.user --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ com.gwt.user --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ com.gwt.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.gwt.user/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.gwt.user --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ com.gwt.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.gwt.user/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ com.gwt.user --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ com.gwt.user --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ com.gwt.user --- [WARNING] Bundle org.eclipse.kura:com.gwt.user:bundle:1.2.2-SNAPSHOT : Invalid package name: 'com.google.gwt.user.client.ui.doc-files' [WARNING] Bundle org.eclipse.kura:com.gwt.user:bundle:1.2.2-SNAPSHOT : Invalid package name: 'com.google.gwt.user.tools.templates._eclipse-test' [WARNING] Bundle org.eclipse.kura:com.gwt.user:bundle:1.2.2-SNAPSHOT : Invalid package name: 'com.google.gwt.user.tools.templates._sample-test._testFolder_._moduleFolder_' [WARNING] Bundle org.eclipse.kura:com.gwt.user:bundle:1.2.2-SNAPSHOT : Invalid package name: 'com.google.gwt.user.tools.templates._sample-test._testFolder_._moduleFolder_.client' [WARNING] Bundle org.eclipse.kura:com.gwt.user:bundle:1.2.2-SNAPSHOT : Invalid package name: 'com.google.gwt.user.tools.templates.sample._warFolder_.WEB-INF' [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ com.gwt.user --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.gwt.user --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.gwt.user/target/com.gwt.user-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.gwt.user/1.2.2-SNAPSHOT/com.gwt.user-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/com.gwt.user/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/com.gwt.user/1.2.2-SNAPSHOT/com.gwt.user-1.2.2-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ com.gwt.user --- [INFO] Installing org/eclipse/kura/com.gwt.user/1.2.2-SNAPSHOT/com.gwt.user-1.2.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:moquette-broker >------------------ [INFO] Building moquette-broker 1.0.0-SNAPSHOT [24/29] [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.2.0:resources (default-resources) @ moquette-broker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.0:testResources (default-testResources) @ moquette-broker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.channel, io.netty.buffer, io.netty.handler.codec], [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.0-M1:install (default-install) @ moquette-broker --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/moquette-broker/target/moquette-broker-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/moquette-broker/1.0.0-SNAPSHOT/moquette-broker-1.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/moquette-broker/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/moquette-broker/1.0.0-SNAPSHOT/moquette-broker-1.0.0-SNAPSHOT.pom [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] -----------< org.eclipse.kura:org.apache.log4j2-api-config >------------ [INFO] Building org.apache.log4j2-api-config 1.1.2-SNAPSHOT [25/29] [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.2.0:resources (default-resources) @ org.apache.log4j2-api-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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.2.0:testResources (default-testResources) @ org.apache.log4j2-api-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.0-M1:install (default-install) @ org.apache.log4j2-api-config --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.apache.log4j2-api-config/target/org.apache.log4j2-api-config-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.apache.log4j2-api-config/1.1.2-SNAPSHOT/org.apache.log4j2-api-config-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.apache.log4j2-api-config/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.apache.log4j2-api-config/1.1.2-SNAPSHOT/org.apache.log4j2-api-config-1.1.2-SNAPSHOT.pom [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.1.2-SNAPSHOT/org.apache.log4j2-api-config-1.1.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.jetty.customizer >--------- [INFO] Building org.eclipse.kura.jetty.customizer 1.1.2-SNAPSHOT [26/29] [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.2.0:resources (default-resources) @ org.eclipse.kura.jetty.customizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.jetty.customizer/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.kura.jetty.customizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.0-M1:install (default-install) @ org.eclipse.kura.jetty.customizer --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.jetty.customizer/target/org.eclipse.kura.jetty.customizer-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.jetty.customizer/1.1.2-SNAPSHOT/org.eclipse.kura.jetty.customizer-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/org.eclipse.kura.jetty.customizer/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.jetty.customizer/1.1.2-SNAPSHOT/org.eclipse.kura.jetty.customizer-1.1.2-SNAPSHOT.pom [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.1.2-SNAPSHOT/org.eclipse.kura.jetty.customizer-1.1.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.kura:p2-repo-common >------------------- [INFO] Building p2-repo-common 5.1.2 [27/29] [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.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi.armv6hf:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi.x86_64:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:com.codeminders.hidapi.aarch64:1.2.1:jar [INFO] Configured Artifact: commons-net:commons-net:3.8.0:jar [INFO] Configured Artifact: com.google.protobuf:protobuf-java:3.19.3: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.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.sun.misc:1.1.1:jar [INFO] Configured Artifact: com.eclipsesource.minimal-json:minimal-json:0.9.5: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.2.1:jar [INFO] Configured Artifact: org.hamcrest:org.hamcrest.core:1.3.0.v201303031735:jar [INFO] Configured Artifact: org.eclipse.kura:org.usb4java:1.3.1:jar [INFO] Configured Artifact: com.h2database:h2:2.1.214:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio.armv6hf:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio.x86_64:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:jdk.dio.aarch64:1.1.1: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.1: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.1:jar [INFO] Configured Artifact: org.apache.logging.log4j:log4j-slf4j-impl:2.17.1: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.3.1:jar [INFO] Configured Artifact: commons-io:commons-io:2.11.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.3.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.soda.dk.comm.armv6hf:1.3.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.soda.dk.comm.x86_64:1.3.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.soda.dk.comm.aarch64:1.3.1:jar [INFO] Configured Artifact: org.apache.camel:camel-amqp:2.25.3:jar [INFO] Configured Artifact: org.apache.camel:camel-core:2.25.3:jar [INFO] Configured Artifact: org.apache.camel:camel-core-osgi:2.25.3:jar [INFO] Configured Artifact: org.apache.camel:camel-jms:2.25.3:jar [INFO] Configured Artifact: org.apache.camel:camel-script:2.25.3:jar [INFO] Configured Artifact: org.apache.camel:camel-stream:2.25.3:jar [INFO] Configured Artifact: org.apache.qpid:qpid-jms-client:0.45.0:jar [INFO] Configured Artifact: org.apache.qpid:proton-j:0.33.2:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-beans:4.3.20.RELEASE_1:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-context:4.3.20.RELEASE_1:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-core:4.3.20.RELEASE_1:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-expression:4.3.20.RELEASE_1:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-jms:4.3.20.RELEASE_1:jar [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-tx:4.3.20.RELEASE_1:jar [INFO] Configured Artifact: org.eclipse.kura:org.moka7:1.1.1: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.eclipsesource.jaxrs.provider.multipart:2.2.0.201602281253:jar [INFO] Configured Artifact: org.eclipse.kura:com.google.gson:2.7.0.v20170129-0911:jar [INFO] Configured Artifact: com.github.hypfvieh:bluez-dbus-osgi:0.1.4: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.68.Final:jar [INFO] Configured Artifact: io.netty:netty-codec:4.1.68.Final:jar [INFO] Configured Artifact: io.netty:netty-codec-http:4.1.68.Final:jar [INFO] Configured Artifact: io.netty:netty-codec-mqtt:4.1.68.Final:jar [INFO] Configured Artifact: io.netty:netty-common:4.1.68.Final:jar [INFO] Configured Artifact: io.netty:netty-handler:4.1.68.Final:jar [INFO] Configured Artifact: io.netty:netty-resolver:4.1.68.Final:jar [INFO] Configured Artifact: io.netty:netty-transport:4.1.68.Final:jar [INFO] Configured Artifact: io.netty:netty-transport-native-epoll:4.1.68.Final:jar [INFO] Configured Artifact: io.netty:netty-transport-native-kqueue:4.1.68.Final:jar [INFO] Configured Artifact: io.netty:netty-transport-native-unix-common:4.1.68.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.7.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.jetty.customizer:1.1.1:jar [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:2.3.3:jar [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:1.2.2:jar [INFO] Configured Artifact: jakarta.xml.ws:jakarta.xml.ws-api:2.3.3:jar [INFO] Configured Artifact: jakarta.xml.soap:jakarta.xml.soap-api:1.4.2:jar [INFO] Configured Artifact: com.sun.xml.bind:jaxb-osgi:2.3.3:jar [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:1.0.3:jar [INFO] Configured Artifact: org.apache.felix:org.apache.felix.useradmin:1.0.4.k1:jar [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk15on:1.65:jar [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk15on:1.65:jar [INFO] Configured Artifact: com.eurotech:gpsd4java:1.0.0:jar [INFO] Copying com.codeminders.hidapi-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.jar [INFO] Copying com.codeminders.hidapi.armv6hf-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.armv6hf.jar [INFO] Copying com.codeminders.hidapi.x86_64-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.x86_64.jar [INFO] Copying com.codeminders.hidapi.aarch64-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.codeminders.hidapi.aarch64.jar [INFO] Copying commons-net-3.8.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/commons-net.jar [INFO] Copying protobuf-java-3.19.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.eclipse.paho.client.mqttv3.jar [INFO] Copying org.eclipse.kura.camel.sun.misc-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.eclipse.kura.camel.sun.misc.jar [INFO] Copying org.eclipse.kura.sun.misc-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.eclipse.kura.sun.misc.jar [INFO] Copying minimal-json-0.9.5.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.tigris.mtoolkit.iagent.rpc.jar [INFO] Copying com.gwt.user-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.hamcrest.core.jar [INFO] Copying org.usb4java-1.3.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.usb4java.jar [INFO] Copying h2-2.1.214.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/h2.jar [INFO] Copying jdk.dio-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jdk.dio.jar [INFO] Copying jdk.dio.armv6hf-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jdk.dio.armv6hf.jar [INFO] Copying jdk.dio.x86_64-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jdk.dio.x86_64.jar [INFO] Copying jdk.dio.aarch64-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jcl-over-slf4j.jar [INFO] Copying log4j-api-2.17.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.apache.log4j2-api-config.jar [INFO] Copying log4j-core-2.17.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/log4j-core.jar [INFO] Copying log4j-slf4j-impl-2.17.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/commons-exec.jar [INFO] Copying usb4java-javax-1.3.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/usb4java-javax.jar [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/commons-io.jar [INFO] Copying org.apache.commons.lang3-3.4.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/commons-csv.jar [INFO] Copying org.eclipse.soda.dk.comm-1.3.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.eclipse.soda.dk.comm.jar [INFO] Copying org.eclipse.soda.dk.comm.armv6hf-1.3.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.eclipse.soda.dk.comm.aarch64.jar [INFO] Copying camel-amqp-2.25.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/camel-amqp.jar [INFO] Copying camel-core-2.25.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/camel-core.jar [INFO] Copying camel-core-osgi-2.25.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/camel-core-osgi.jar [INFO] Copying camel-jms-2.25.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/camel-jms.jar [INFO] Copying camel-script-2.25.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/camel-script.jar [INFO] Copying camel-stream-2.25.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/camel-stream.jar [INFO] Copying qpid-jms-client-0.45.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/qpid-jms-client.jar [INFO] Copying proton-j-0.33.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/proton-j.jar [INFO] Copying org.apache.servicemix.bundles.spring-beans-4.3.20.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.20.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.20.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.20.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.20.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.20.RELEASE_1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.apache.servicemix.bundles.spring-tx.jar [INFO] Copying org.moka7-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.eclipsesource.jaxrs.provider.security.jar [INFO] Copying com.eclipsesource.jaxrs.provider.multipart-2.2.0.201602281253.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.eclipsesource.jaxrs.provider.multipart.jar [INFO] Copying com.google.gson-2.7.0.v20170129-0911.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/com.google.gson.jar [INFO] Copying bluez-dbus-osgi-0.1.4.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/bluez-dbus-osgi.jar [INFO] Copying guava-25.0-jre.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/artemis-native.jar [INFO] Copying netty-buffer-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/netty-buffer.jar [INFO] Copying netty-codec-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/netty-codec.jar [INFO] Copying netty-codec-http-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/netty-codec-http.jar [INFO] Copying netty-codec-mqtt-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/netty-codec-mqtt.jar [INFO] Copying netty-common-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/netty-common.jar [INFO] Copying netty-handler-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/netty-handler.jar [INFO] Copying netty-resolver-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/netty-resolver.jar [INFO] Copying netty-transport-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/netty-transport.jar [INFO] Copying netty-transport-native-epoll-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/netty-transport-native-epoll.jar [INFO] Copying netty-transport-native-kqueue-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/netty-transport-native-kqueue.jar [INFO] Copying netty-transport-native-unix-common-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/geronimo-jta_1.1_spec.jar [INFO] Copying org.apache.activemq.artemis-2.7.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.apache.activemq.artemis.jar [INFO] Copying org.eclipse.kura.jetty.customizer-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.eclipse.kura.jetty.customizer.jar [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jakarta.xml.bind-api.jar [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jakarta.activation-api.jar [INFO] Copying jakarta.xml.ws-api-2.3.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jakarta.xml.ws-api.jar [INFO] Copying jakarta.xml.soap-api-1.4.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jakarta.xml.soap-api.jar [INFO] Copying jaxb-osgi-2.3.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/jaxb-osgi.jar [INFO] Copying osgi-resource-locator-1.0.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/osgi-resource-locator.jar [INFO] Copying org.apache.felix.useradmin-1.0.4.k1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/org.apache.felix.useradmin.jar [INFO] Copying bcpkix-jdk15on-1.65.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/bcpkix-jdk15on.jar [INFO] Copying bcprov-jdk15on-1.65.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/bcprov-jdk15on.jar [INFO] Copying gpsd4java-1.0.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins/gpsd4java.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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/.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-runtime3584419636777372115.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/target/repository, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-common/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/p2-repo-common/5.1.2/p2-repo-common-5.1.2.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-candidates/kura-5-1-0-release-candidate/kura/target-definition/common/repository [copy] Copying 93 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/target-definition/common/repository [copy] Copying 91 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/target-definition/common/source [INFO] Executed tasks [INFO] [INFO] --------------< org.eclipse.kura:p2-repo-equinox_3.16.0 >--------------- [INFO] Building p2-repo-equinox_3.16.0 5.1.2 [28/29] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repo-equinox_3.16.0 --- [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ p2-repo-equinox_3.16.0 --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (download-equinox) @ p2-repo-equinox_3.16.0 --- [INFO] Executing tasks main: [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/download [get] Getting: https://archive.eclipse.org/equinox/drops/R-4.17-202009021800/equinox-SDK-4.17.zip [get] To: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/download/equinox.zip [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [unzip] Expanding: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/download/equinox.zip into /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [INFO] Executed tasks [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ p2-repo-equinox_3.16.0 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (copy-bundles-for-publishing) @ p2-repo-equinox_3.16.0 --- [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.44.v20210927:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-continuation:9.4.44.v20210927:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-io:9.4.44.v20210927:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-security:9.4.44.v20210927:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-server:9.4.44.v20210927:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-servlet:9.4.44.v20210927:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-util:9.4.44.v20210927:jar [INFO] Configured Artifact: org.eclipse.jetty:jetty-util-ajax:9.4.44.v20210927:jar [INFO] Configured Artifact: org.eclipse.platform:org.eclipse.equinox.io:1.1.100:jar [INFO] Configured Artifact: org.eclipse.platform:org.eclipse.equinox.util:1.1.300: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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/org.knowhowlab.osgi.monitoradmin.jar [INFO] Copying jetty-http-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/jetty-http.jar [INFO] Copying jetty-continuation-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/jetty-continuation.jar [INFO] Copying jetty-io-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/jetty-io.jar [INFO] Copying jetty-security-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/jetty-security.jar [INFO] Copying jetty-server-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/jetty-server.jar [INFO] Copying jetty-servlet-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/jetty-servlet.jar [INFO] Copying jetty-util-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/jetty-util.jar [INFO] Copying jetty-util-ajax-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/jetty-util-ajax.jar [INFO] Copying org.eclipse.equinox.io-1.1.100.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/org.eclipse.equinox.io.jar [INFO] Copying org.eclipse.equinox.util-1.1.300.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/org.eclipse.equinox.util.jar [INFO] Copying org.eclipse.equinox.wireadmin-1.0.800.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins/org.eclipse.equinox.wireadmin.jar [INFO] [INFO] --- maven-antrun-plugin:1.8:run (rename-maven-deps) @ p2-repo-equinox_3.16.0 --- [INFO] Executing tasks main: [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/source/plugins [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:0.26.0:publish-features-and-bundles (default) @ p2-repo-equinox_3.16.0 --- [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-candidates/kura-5-1-0-release-candidate/.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-runtime3665048187100277509.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/target/repository, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/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.16.0 --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-repo-equinox_3.16.0 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-equinox_3.16.0/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/p2-repo-equinox_3.16.0/5.1.2/p2-repo-equinox_3.16.0-5.1.2.pom [INFO] [INFO] --- maven-antrun-plugin:1.8:run (install-equinox) @ p2-repo-equinox_3.16.0 --- [INFO] Executing tasks main: [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/target-definition/equinox_3.16.0/repository [copy] Copying 101 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/target-definition/equinox_3.16.0/repository [INFO] Executed tasks [INFO] [INFO] ----------------< org.eclipse.kura:p2-repo-tests-deps >----------------- [INFO] Building p2-repo-tests-deps 5.1.2 [29/29] [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/.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-runtime2016722836485515205.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-test-deps/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-test-deps/target/repository, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/target-platform/p2-repo-test-deps/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/p2-repo-tests-deps/5.1.2/p2-repo-tests-deps-5.1.2.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-candidates/kura-5-1-0-release-candidate/kura/target-definition/test-deps/repository [copy] Copying 10 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/target-definition/test-deps/repository [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] target-platform 5.1.2 .............................. SUCCESS [ 4.886 s] [INFO] org.apache.activemq.artemis 2.7.2-SNAPSHOT ......... SUCCESS [ 15.298 s] [INFO] Camel :: Core :: Import sun.misc 1.1.2-SNAPSHOT .... SUCCESS [ 2.212 s] [INFO] System extension fragment for 'sun.misc' 1.1.2-SNAPSHOT SUCCESS [ 0.293 s] [INFO] com.codeminders.hidapi-parent 1.2.2-SNAPSHOT ....... SUCCESS [ 0.010 s] [INFO] Java API for working with Human Interface USB Devices (HID) 1.2.2-SNAPSHOT SUCCESS [ 4.030 s] [INFO] Native libraries for 'com.codeminders.hidapi' on ARM 6 HF 1.2.2-SNAPSHOT SUCCESS [ 0.862 s] [INFO] Native libraries for 'com.codeminders.hidapi' on x86_64 1.2.2-SNAPSHOT SUCCESS [ 0.376 s] [INFO] Native libraries for 'com.codeminders.hidapi' on ARM 64 bits 1.2.2-SNAPSHOT SUCCESS [ 0.428 s] [INFO] usb4java 1.3.2-SNAPSHOT ............................ SUCCESS [ 0.534 s] [INFO] usb4java-javax 1.3.2-SNAPSHOT ...................... SUCCESS [ 0.362 s] [INFO] org.moka7 1.1.2-SNAPSHOT ........................... SUCCESS [ 0.807 s] [INFO] org.eclipse.soda.dk.comm-parent 1.3.2-SNAPSHOT ..... SUCCESS [ 0.033 s] [INFO] Serial Device based on SODA DK comm 1.3.2-SNAPSHOT . SUCCESS [ 1.544 s] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on ARM 6 HF 1.3.2-SNAPSHOT SUCCESS [ 0.458 s] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on x86_64 1.3.2-SNAPSHOT SUCCESS [ 0.398 s] [INFO] Native libraries for 'org.eclipse.soda.dk.comm' on ARM 64 bits 1.3.2-SNAPSHOT SUCCESS [ 0.369 s] [INFO] jdk.dio-parent 1.1.2-SNAPSHOT ...................... SUCCESS [ 0.029 s] [INFO] jdk.dio 1.1.2-SNAPSHOT ............................. SUCCESS [ 0.758 s] [INFO] jdk.dio.armv6hf 1.1.2-SNAPSHOT ..................... SUCCESS [ 0.167 s] [INFO] jdk.dio.x86_64 1.1.2-SNAPSHOT ...................... SUCCESS [ 0.179 s] [INFO] jdk.dio.aarch64 1.1.2-SNAPSHOT ..................... SUCCESS [ 0.206 s] [INFO] gwt-user 1.2.2-SNAPSHOT ............................ SUCCESS [ 5.737 s] [INFO] moquette-broker 1.0.0-SNAPSHOT ..................... SUCCESS [ 4.348 s] [INFO] org.apache.log4j2-api-config 1.1.2-SNAPSHOT ........ SUCCESS [ 0.166 s] [INFO] org.eclipse.kura.jetty.customizer 1.1.2-SNAPSHOT ... SUCCESS [ 3.158 s] [INFO] p2-repo-common 5.1.2 ............................... SUCCESS [ 20.038 s] [INFO] p2-repo-equinox_3.16.0 5.1.2 ....................... SUCCESS [ 5.716 s] [INFO] p2-repo-tests-deps 5.1.2 ........................... SUCCESS [ 3.848 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:24 min [INFO] Finished at: 2022-06-28T13:42:21Z [INFO] ------------------------------------------------------------------------ using settings config with name Maven settings Replacing all maven server entries not found in credentials list is true [kura-5-1-0-release-candidate] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f kura/pom.xml -s /tmp/settings4592815546819782704.xml "-DMAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m" -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository clean install -U -e -Pbree -Pcheck-exists-plugin Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /opt/tools/apache-maven/3.5.4 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.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/../target-definition/equinox_3.16.0/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.api:2.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.api:2.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.asset.cloudlet.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.asset.provider:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.provider:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.asset.helper.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.camel:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.camel:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.camel:1.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.camel.cloud.factory:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.camel.xml:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.camel.xml:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core:1.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core:1.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core:1.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.certificates:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.certificates:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.keystore:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.keystore:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.keystore:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud.factory:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud.factory:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud.factory:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.comm:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.comm:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.configuration:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.configuration:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.crypto:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.crypto:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.deployment:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.deployment:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.inventory:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.inventory:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.inventory:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.net:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.net:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.status:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.status:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.system:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.system:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.system:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.deployment.agent:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.deployment.agent:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.block:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.block:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.s7plc.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.ble.xdk:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.ble.xdk:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.driver.ble.xdk:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.driver.ibeacon.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.bluetooth:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.bluetooth:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.ble.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.ble.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.ble.ibeacon.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.clock:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.clock:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.command:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.command:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.gpio:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.gpio:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.net:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.net:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.net:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.position:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.position:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.usb.armv6hf:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.watchdog:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.linux.watchdog:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.localization:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.localization:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.localization:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.localization.resources:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.localization.resources:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.net.admin:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.net.admin:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.protocol.modbus:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.protocol.modbus:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.stress:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.stress:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.stress:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.util:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.util:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.util:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.camel:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.camel:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.rest.provider:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.provider:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.rest.asset.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.misc.cloudcat:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.misc.cloudcat:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.cloudconnection.raw.mqtt.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.cloudconnection.raw.mqtt.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.cloudconnection.raw.mqtt.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.sysv.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.http.server.manager:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.http.server.manager:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.http.server.manager:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.useradmin.store:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.useradmin.store:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.useradmin.store:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.network.threat.manager:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.network.threat.manager:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.network.threat.manager:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.tamper.detection:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.tamper.detection:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.tamper.detection:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.log.filesystem.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.log.filesystem.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.log.filesystem.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.rest.configuration.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.configuration.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.configuration.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.request.handler.jaxrs:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.request.handler.jaxrs:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.request.handler.jaxrs:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.rest.wire.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.wire.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.wire.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.container.orchestration.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.container.orchestration.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.container.orchestration.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.ai.triton.server:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.ai.triton.server:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.ai.triton.server:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.ai.component.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.ai.component.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.ai.component.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.container.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.container.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.container.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.api.feature:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.camel.feature:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.camel.feature:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.runtime.feature:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.runtime.feature:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.xdk:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.xdk:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.xdk:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.driver.eddystone:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.wire.ai.component.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.wire.ai.component.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.wire.ai.component.provider:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.feature:org.eclipse.kura.ai.triton.server:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/../../../target-platform/p2-repo-equinox_3.16.0/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/../../../target-platform/p2-repo-common/target/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/../../../target-platform/p2-repo-test-deps/target/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.ai.triton.server:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.feature:org.eclipse.kura.ai.triton.server:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.gpio:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.gpio:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.clock:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.clock:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.net:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.net:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.position:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.position:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.usb:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.usb:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.watchdog:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.emulator.watchdog:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.p2:org.eclipse.kura:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.p2:org.eclipse.kura:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura.p2:org.eclipse.kura:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.util.wire.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.util.wire.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.asset.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.asset.helper.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.helper.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.asset.helper.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.camel.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.camel.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.certificates.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud.factory.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud.factory.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.cloud.factory.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.crypto.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.inventory.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.inventory.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.inventory.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.net.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.testutil:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.testutil:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.util.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.linux.clock.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.stress.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.stress.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.util.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.util.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.watchdog.criticaltest:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.watchdog.criticaltest:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.http.server.manager.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.http.server.manager.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.http.server.manager.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.network.threat.manager.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.network.threat.manager.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.network.threat.manager.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.tamper.detection.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.tamper.detection.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.tamper.detection.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.useradmin.store.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.useradmin.store.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.useradmin.store.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.core.keystore.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.core.keystore.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.core.keystore.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.log.filesystem.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.log.filesystem.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.log.filesystem.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.rest.configuration.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.configuration.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.configuration.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.rest.wire.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.wire.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.rest.wire.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.util.test.driver:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.util.test.driver:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.util.test.driver:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.container.orchestration.provider.test:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.container.orchestration.provider.test:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.container.orchestration.provider.test:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.wire.ai.component.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.ai.component.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.ai.component.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.container.provider.test:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.container.provider.test:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.container.provider.test:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.ai.triton.server.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/../../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.ai.triton.server.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.ai.triton.server.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.web2:2.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.web2:2.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.web2:2.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.web2.ext:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/../target-definition/test-deps/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.web2.ext:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.web2.ext:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.version: 5.14 [INFO] os.detected.version.major: 5 [INFO] os.detected.version.minor: 14 [INFO] os.detected.release: debian [INFO] os.detected.release.version: 10 [INFO] os.detected.release.like.debian: true [INFO] os.detected.classifier: linux-x86_64 [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.rest.provider [eclipse-plugin] [INFO] org.eclipse.kura.core.certificates [eclipse-plugin] [INFO] org.eclipse.kura.core.keystore [eclipse-plugin] [INFO] org.eclipse.kura.core.cloud [eclipse-plugin] [INFO] org.eclipse.kura.core.cloud.factory [eclipse-plugin] [INFO] org.eclipse.kura.core.comm [eclipse-plugin] [INFO] org.eclipse.kura.core.crypto [eclipse-plugin] [INFO] org.eclipse.kura.core.inventory [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.core.system [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.driver.ble.xdk [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.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.cloudconnection.raw.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] org.eclipse.kura.http.server.manager [eclipse-plugin] [INFO] org.eclipse.kura.useradmin.store [eclipse-plugin] [INFO] org.eclipse.kura.network.threat.manager [eclipse-plugin] [INFO] org.eclipse.kura.core.tamper.detection [eclipse-plugin] [INFO] org.eclipse.kura.log.filesystem.provider [eclipse-plugin] [INFO] org.eclipse.kura.request.handler.jaxrs [eclipse-plugin] [INFO] org.eclipse.kura.rest.configuration.provider [eclipse-plugin] [INFO] org.eclipse.kura.rest.wire.provider [eclipse-plugin] [INFO] org.eclipse.kura.container.orchestration.provider [eclipse-plugin] [INFO] org.eclipse.kura.ai.triton.server [eclipse-plugin] [INFO] org.eclipse.kura.wire.ai.component.provider [eclipse-plugin] [INFO] org.eclipse.kura.container.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.ble.xdk [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] org.eclipse.kura.wire.ai.component.provider [eclipse-feature] [INFO] org.eclipse.kura.ai.triton.server [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] test-util [pom] [INFO] org.eclipse.kura.util.wire.test [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.asset.helper.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.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.cloud.factory.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.inventory.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.linux.clock.test [eclipse-test-plugin] [INFO] org.eclipse.kura.linux.gpio.test [eclipse-test-plugin] [INFO] org.eclipse.kura.linux.net.test [eclipse-test-plugin] [INFO] org.eclipse.kura.linux.position.test [eclipse-test-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.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.wire.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.http.server.manager.test [eclipse-test-plugin] [INFO] org.eclipse.kura.network.threat.manager.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.tamper.detection.test [eclipse-test-plugin] [INFO] org.eclipse.kura.useradmin.store.test [eclipse-test-plugin] [INFO] org.eclipse.kura.core.keystore.test [eclipse-test-plugin] [INFO] org.eclipse.kura.log.filesystem.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.rest.configuration.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.util.test.driver [eclipse-plugin] [INFO] org.eclipse.kura.rest.wire.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.container.orchestration.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.wire.ai.component.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.container.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.ai.triton.server.test [eclipse-test-plugin] [INFO] org.eclipse.kura.web2.ext [eclipse-plugin] [INFO] org.eclipse.kura.web2 [eclipse-plugin] [INFO] [INFO] -----------------------< org.eclipse.kura:kura >------------------------ [INFO] Building kura 5.1.2 [1/180] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kura --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ kura --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/kura/5.1.2/kura-5.1.2.pom [INFO] [INFO] -----------------< org.eclipse.kura:target-definition >----------------- [INFO] Building Kura Target Definition 5.1.2 [2/180] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ target-definition --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ target-definition --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/target-definition/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/target-definition/5.1.2/target-definition-5.1.2.pom [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.api >---------------- [INFO] Building org.eclipse.kura.api 2.3.2-SNAPSHOT [3/180] [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.3.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 447 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothBeaconData.java:[25] @SuppressWarnings("checkstyle:visibilityModifier") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:visibilityModifier") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/modem/ModemGpsEnabledEvent.java:[57] @SuppressWarnings("checkstyle:constantName") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:constantName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/modem/ModemGpsEnabledEvent.java:[64] @SuppressWarnings("checkstyle:constantName") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:constantName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/modem/ModemGpsEnabledEvent.java:[71] @SuppressWarnings("checkstyle:constantName") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:constantName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/modem/ModemGpsEnabledEvent.java:[78] @SuppressWarnings("checkstyle:constantName") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:constantName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/modem/ModemGpsEnabledEvent.java:[85] @SuppressWarnings("checkstyle:constantName") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:constantName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/dhcp/DhcpServerConfigIP6.java:[59] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/usb/UsbTtyDevice.java:[39] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraRuntimeException.java:[120] if (this.code == null || KuraErrorCode.INTERNAL_ERROR.equals(this.code)) { ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraException.java:[108] return new KuraException(KuraErrorCode.INTERNAL_ERROR, null, message); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraException.java:[123] return new KuraException(KuraErrorCode.INTERNAL_ERROR, cause, ""); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraException.java:[140] return new KuraException(KuraErrorCode.INTERNAL_ERROR, cause, message); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraException.java:[167] if (this.code == null || KuraErrorCode.INTERNAL_ERROR.equals(this.code)) { ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/dhcp/DhcpServerConfigIP.java:[73] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/usb/UsbDeviceEvent.java:[21] @SuppressWarnings("checkstyle:interfaceIsType") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:interfaceIsType") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/executor/CommandStatus.java:[51] this.outputStream = new NullOutputStream(); ^^^^^^^^^^^^^^^^^^ The constructor NullOutputStream() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/executor/CommandStatus.java:[52] this.errorStream = new NullOutputStream(); ^^^^^^^^^^^^^^^^^^ The constructor NullOutputStream() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/executor/Command.java:[61] this.out = new NullOutputStream(); ^^^^^^^^^^^^^^^^^^ The constructor NullOutputStream() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/executor/Command.java:[62] this.err = new NullOutputStream(); ^^^^^^^^^^^^^^^^^^ The constructor NullOutputStream() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/firewall/FirewallPortForwardConfigIP.java:[92] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothAdapter.java:[167] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/bluetooth/BluetoothAdapter.java:[182] @SuppressWarnings("checkstyle:methodName") ^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/position/NmeaPosition.java:[70] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/position/NmeaPosition.java:[79] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/dhcp/DhcpServerConfigIP4.java:[59] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/wifi/WifiHotspotInfo.java:[45] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[251] CloudletTopic reqTopic = CloudletTopic.parseAppTopic(this.appTopic); ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[251] CloudletTopic reqTopic = CloudletTopic.parseAppTopic(this.appTopic); ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[251] CloudletTopic reqTopic = CloudletTopic.parseAppTopic(this.appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method parseAppTopic(String) from the type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/cloud/Cloudlet.java:[295] CloudClient cloudClient = this.cloudApp.getCloudApplicationClient(); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetConfigIP.java:[430] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "netmask is null"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetConfigIP.java:[448] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "received invalid mask: " + netmask); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetConfigIP.java:[477] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/firewall/FirewallPortForwardConfigIP4.java:[31] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/KuraConnectionStatus.java:[21] @SuppressWarnings("checkstyle:hideUtilityClassConstructor") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:hideUtilityClassConstructor") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetworkPair.java:[31] @SuppressWarnings({"checkstyle:memberName", "checkstyle:visibilityModifier"}) ^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:memberName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetworkPair.java:[31] @SuppressWarnings({"checkstyle:memberName", "checkstyle:visibilityModifier"}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:visibilityModifier") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetworkPair.java:[35] @SuppressWarnings({"checkstyle:memberName", "checkstyle:visibilityModifier"}) ^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:memberName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/NetworkPair.java:[35] @SuppressWarnings({"checkstyle:memberName", "checkstyle:visibilityModifier"}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:visibilityModifier") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/net/wifi/WifiConfig.java:[85] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") 49 problems (49 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.3.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.3.2-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.3.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.3.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.api/2.3.2-SNAPSHOT/org.eclipse.kura.api-2.3.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.api/2.3.2-SNAPSHOT/org.eclipse.kura.api-2.3.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/target/org.eclipse.kura.api-2.3.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.api/2.3.2-SNAPSHOT/org.eclipse.kura.api-2.3.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.api/2.3.2-SNAPSHOT/org.eclipse.kura.api-2.3.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.api/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.api/2.3.2-SNAPSHOT/org.eclipse.kura.api-2.3.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.api --- [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.util >--------------- [INFO] Building org.eclipse.kura.util 1.2.2-SNAPSHOT [4/180] [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.2.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util/1.2.2-SNAPSHOT/org.eclipse.kura.util-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util/1.2.2-SNAPSHOT/org.eclipse.kura.util-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/target/org.eclipse.kura.util-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util/1.2.2-SNAPSHOT/org.eclipse.kura.util-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util/1.2.2-SNAPSHOT/org.eclipse.kura.util-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.util/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util/1.2.2-SNAPSHOT/org.eclipse.kura.util-1.2.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.util --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.asset.cloudlet.provider >------ [INFO] Building org.eclipse.kura.asset.cloudlet.provider 1.1.2-SNAPSHOT [5/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.1.2-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.1.2-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/org.eclipse.kura.asset.cloudlet.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.1.2-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.1.2-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.cloudlet.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.cloudlet.provider/1.1.2-SNAPSHOT/org.eclipse.kura.asset.cloudlet.provider-1.1.2-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] ---------------< org.eclipse.kura:org.eclipse.kura.core >--------------- [INFO] Building org.eclipse.kura.core 1.1.2 [6/180] [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.1.2 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/internal/linux/executor/ExecutorUtil.java:[281] handler = new FlushPumpStreamHandler(out, new NullOutputStream(), in); ^^^^^^^^^^^^^^^^^^ The constructor NullOutputStream() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/internal/linux/executor/ExecutorUtil.java:[283] handler = new FlushPumpStreamHandler(new NullOutputStream(), err, in); ^^^^^^^^^^^^^^^^^^ The constructor NullOutputStream() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/internal/linux/executor/ExecutorUtil.java:[285] handler = new FlushPumpStreamHandler(new NullOutputStream(), new NullOutputStream(), in); ^^^^^^^^^^^^^^^^^^ The constructor NullOutputStream() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/internal/linux/executor/ExecutorUtil.java:[285] handler = new FlushPumpStreamHandler(new NullOutputStream(), new NullOutputStream(), in); ^^^^^^^^^^^^^^^^^^ The constructor NullOutputStream() is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[49] ((org.eclipse.kura.data.DataTransportListener) service).onConnectionEstablished(newSession); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[49] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[77] ((org.eclipse.kura.data.DataTransportListener) service).onDisconnecting(); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[77] ((org.eclipse.kura.data.DataTransportListener) service).onDisconnecting(); ^^^^^^^^^^^^^^^^^ The method onDisconnecting() from the type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[105] ((org.eclipse.kura.data.DataTransportListener) service).onDisconnected(); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[105] ((org.eclipse.kura.data.DataTransportListener) service).onDisconnected(); ^^^^^^^^^^^^^^^^ The method onDisconnected() from the type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[133] ((org.eclipse.kura.data.DataTransportListener) service).onConfigurationUpdating(wasConnected); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[133] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[161] ((org.eclipse.kura.data.DataTransportListener) service).onConfigurationUpdated(wasConnected); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[161] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[189] ((org.eclipse.kura.data.DataTransportListener) service).onConnectionLost(cause); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[189] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[217] ((org.eclipse.kura.data.DataTransportListener) service).onMessageArrived(topic, payload, qos, ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[217] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[246] ((org.eclipse.kura.data.DataTransportListener) service).onMessageConfirmed(token); ^^^^^^^^^^^^^^^^^^^^^ The type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/transport/mqtt/DataTransportListenerS.java:[246] ((org.eclipse.kura.data.DataTransportListener) service).onMessageConfirmed(token); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageConfirmed(DataTransportToken) from the type DataTransportListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/linux/executor/privileged/PrivilegedExecutorServiceImpl.java:[118] err.write("The commandLine cannot be empty or not defined".getBytes(Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/util/IOUtil.java:[90] return IOUtils.toString(resourceUrl); ^^^^^^^^^^^^^^^^^^^^^ The method toString(URL) from the type IOUtils is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[49] ((org.eclipse.kura.data.DataServiceListener) service).onConnectionEstablished(); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[49] ((org.eclipse.kura.data.DataServiceListener) service).onConnectionEstablished(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method onConnectionEstablished() from the type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[77] ((org.eclipse.kura.data.DataServiceListener) service).onDisconnecting(); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[77] ((org.eclipse.kura.data.DataServiceListener) service).onDisconnecting(); ^^^^^^^^^^^^^^^^^ The method onDisconnecting() from the type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[105] ((org.eclipse.kura.data.DataServiceListener) service).onDisconnected(); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[105] ((org.eclipse.kura.data.DataServiceListener) service).onDisconnected(); ^^^^^^^^^^^^^^^^ The method onDisconnected() from the type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[133] ((org.eclipse.kura.data.DataServiceListener) service).onConnectionLost(cause); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[133] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[161] ((org.eclipse.kura.data.DataServiceListener) service).onMessageArrived(topic, payload, qos, ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[161] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[190] ((org.eclipse.kura.data.DataServiceListener) service).onMessagePublished(messageId, topic); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[190] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[218] ((org.eclipse.kura.data.DataServiceListener) service).onMessageConfirmed(messageId, topic); ^^^^^^^^^^^^^^^^^^^ The type DataServiceListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/data/DataServiceListenerS.java:[218] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/linux/executor/unprivileged/UnprivilegedExecutorServiceImpl.java:[129] err.write("The commandLine cannot be empty or not defined".getBytes(Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/ssl/SslManagerServiceImpl.java:[246] throw new KuraRuntimeException(KuraErrorCode.INTERNAL_ERROR); // TO DO:review ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/ssl/SslManagerServiceImpl.java:[270] throw new KuraRuntimeException(KuraErrorCode.INTERNAL_ERROR); // TO DO:review ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/main/java/org/eclipse/kura/core/ssl/SslManagerServiceImpl.java:[436] throw new KuraRuntimeException(KuraErrorCode.INTERNAL_ERROR); // TO DO:review ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 40 problems (40 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.1.2.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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core/1.1.2/org.eclipse.kura.core-1.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core/1.1.2/org.eclipse.kura.core-1.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/org.eclipse.kura.core-1.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core/1.1.2/org.eclipse.kura.core-1.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core/1.1.2/org.eclipse.kura.core-1.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core/1.1.2/org.eclipse.kura.core-1.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.core.configuration >-------- [INFO] Building org.eclipse.kura.core.configuration 2.1.2-SNAPSHOT [7/180] [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.1.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.configuration --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tmetadata.java:[32] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Toption.java:[30] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tocd.java:[32] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[668] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[921] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1122] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1124] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1126] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/ConfigurationServiceImpl.java:[1407] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tad.java:[32] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tobject.java:[31] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Ticon.java:[31] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tdesignate.java:[30] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/metatype/Tattribute.java:[30] import org.w3c.dom.Element; ^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.Element is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[37] import org.eclipse.kura.core.util.IOUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[227] String metatypeXml = IOUtil.readResource(bundle, metatypeXmlName); ^^^^^^ Discouraged access: The type 'IOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[227] String metatypeXml = IOUtil.readResource(bundle, metatypeXmlName); ^^^^^^^^^^^^ Discouraged access: The method 'IOUtil.readResource(Bundle, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[250] String metatypeXml = IOUtil.readResource(resourceUrl); ^^^^^^ Discouraged access: The type 'IOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[250] String metatypeXml = IOUtil.readResource(resourceUrl); ^^^^^^^^^^^^ Discouraged access: The method 'IOUtil.readResource(URL)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[282] String metatypeXml = IOUtil.readResource(metatypeXmlName); ^^^^^^ Discouraged access: The type 'IOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[282] String metatypeXml = IOUtil.readResource(metatypeXmlName); ^^^^^^^^^^^^ Discouraged access: The method 'IOUtil.readResource(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[315] String metatypeXml = IOUtil.readResource(bundle, metatypeXmlName); ^^^^^^ Discouraged access: The type 'IOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/main/java/org/eclipse/kura/core/configuration/util/ComponentUtil.java:[315] String metatypeXml = IOUtil.readResource(bundle, metatypeXmlName); ^^^^^^^^^^^^ Discouraged access: The method 'IOUtil.readResource(Bundle, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') 24 problems (24 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.1.2-SNAPSHOT/org.eclipse.kura.core.configuration-2.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.1.2-SNAPSHOT/org.eclipse.kura.core.configuration-2.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/org.eclipse.kura.core.configuration-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.1.2-SNAPSHOT/org.eclipse.kura.core.configuration-2.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.1.2-SNAPSHOT/org.eclipse.kura.core.configuration-2.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.configuration/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration/2.1.2-SNAPSHOT/org.eclipse.kura.core.configuration-2.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.asset.provider >---------- [INFO] Building org.eclipse.kura.asset.provider 2.1.2-SNAPSHOT [8/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/classes [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.1.2-SNAPSHOT/org.eclipse.kura.asset.provider-2.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.1.2-SNAPSHOT/org.eclipse.kura.asset.provider-2.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/org.eclipse.kura.asset.provider-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.1.2-SNAPSHOT/org.eclipse.kura.asset.provider-2.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.1.2-SNAPSHOT/org.eclipse.kura.asset.provider-2.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider/2.1.2-SNAPSHOT/org.eclipse.kura.asset.provider-2.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.asset.helper.provider >------- [INFO] Building org.eclipse.kura.asset.helper.provider 1.1.2-SNAPSHOT [9/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/org.eclipse.kura.asset.helper.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.asset.helper.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.asset.helper.provider-1.1.2-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] -------< org.eclipse.kura:org.eclipse.kura.broker.artemis.core >-------- [INFO] Building org.eclipse.kura.broker.artemis.core 1.2.2-SNAPSHOT [10/180] [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.2.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/src/main/java/org/eclipse/kura/broker/artemis/core/internal/ProtocolTracker.java:[41] @SuppressWarnings({"rawtypes", "checkstyle:lineLength"}) ^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:lineLength") 1 problem (1 warning) [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.2.2-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.2.2-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/org.eclipse.kura.broker.artemis.core-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.2.2-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.2.2-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.core/1.2.2-SNAPSHOT/org.eclipse.kura.broker.artemis.core-1.2.2-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] ----< org.eclipse.kura:org.eclipse.kura.broker.artemis.simple.mqtt >---- [INFO] Building org.eclipse.kura.broker.artemis.simple.mqtt 1.1.2-SNAPSHOT [11/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.1.2-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.1.2-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/org.eclipse.kura.broker.artemis.simple.mqtt-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.1.2-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.1.2-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.simple.mqtt/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.simple.mqtt/1.1.2-SNAPSHOT/org.eclipse.kura.broker.artemis.simple.mqtt-1.1.2-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] --------< org.eclipse.kura:org.eclipse.kura.broker.artemis.xml >-------- [INFO] Building org.eclipse.kura.broker.artemis.xml 1.1.2-SNAPSHOT [12/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.1.2-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.1.2-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/org.eclipse.kura.broker.artemis.xml-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.1.2-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.1.2-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.broker.artemis.xml/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.broker.artemis.xml/1.1.2-SNAPSHOT/org.eclipse.kura.broker.artemis.xml-1.1.2-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] --------------< org.eclipse.kura:org.eclipse.kura.camel >--------------- [INFO] Building org.eclipse.kura.camel 1.4.2-SNAPSHOT [13/180] [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.4.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/runner/CamelRunner.java:[40] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/runner/CamelRunner.java:[249] final ServiceConsumer consumer) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/runner/CamelRunner.java:[250] final String baseFilter = String.format("(%s=%s)", Constants.OBJECTCLASS, CloudService.class.getName()); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/runner/CamelRunner.java:[347] public static ServiceConsumer addAsCloudComponent(final String componentName) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/CamelCloudService.java:[15] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/CamelCloudService.java:[20] public interface CamelCloudService extends CloudService { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCache.java:[15] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCache.java:[21] CloudClient getClient(); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[23] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[24] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[34] private final CloudClient client; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[36] public CloudClientHandleImplementation(String applicationId, CloudClient client) { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[47] public CloudClient getClient() { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[54] private final CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[58] public CloudClientCacheImpl(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[75] CloudClient client = null; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[81] client = this.cloudService.newCloudClient(applicationId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newCloudClient(String) from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[98] client.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[107] private void removeHandle(CloudClientHandle handle, String applicationId, CloudClient client) { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[130] client.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[146] final Set clients = new HashSet<>(); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[149] final CloudClient client = handle.getClient(); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/cloud/CloudClientCacheImpl.java:[152] client.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[24] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[33] private final Map clients = new ConcurrentHashMap<>(); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[42] public CloudClient newCloudClient(String applicationId) throws KuraException { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[47] final CloudClient cloudClient = new CamelCloudClient(this, this.camelContext, applicationId, baseEndpoint); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[69] CloudClient client = this.clients.remove(applicationId); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[71] client.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[77] for (CloudClient client : this.clients.values()) { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/camelcloud/DefaultCamelCloudService.java:[79] client.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[25] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[34] CloudClient cloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[36] public KuraCloudProducer(KuraCloudEndpoint endpoint, CloudClient cloudClient) { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[77] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[79] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudProducer.java:[82] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponentResolver.java:[19] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponentResolver.java:[37] private CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponentResolver.java:[39] public void setCloudService(final CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[24] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[33] private CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[46] public KuraCloudComponent(final CamelContext context, final CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[53] final CloudService cloudServiceInstance = lookupCloudService(); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[92] protected CloudService lookupCloudService() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudComponent.java:[94] this.cloudService = retrieveService(CloudService.class, getCamelContext().getRegistry()); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[47] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[48] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[56] public class CamelCloudClient implements CloudClient { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[66] private final List cloudClientListeners = new CopyOnWriteArrayList<>(); ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[210] public void addCloudClientListener(CloudClientListener cloudClientListener) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[215] public void removeCloudClientListener(CloudClientListener cloudClientListener) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[339] for (CloudClientListener listener : CamelCloudClient.this.cloudClientListeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClient.java:[351] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[27] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[28] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[34] public class KuraCloudConsumer extends DefaultConsumer implements CloudClientListener { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[36] private final CloudClient cloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[38] public KuraCloudConsumer(final Endpoint endpoint, final Processor processor, final CloudClient cloudClient) { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[51] this.cloudClient.addCloudClientListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addCloudClientListener(CloudClientListener) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[52] if (this.cloudClient.isConnected()) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[60] this.cloudClient.unsubscribe(getEndpoint().getTopic()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method unsubscribe(String) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[64] this.cloudClient.removeCloudClientListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeCloudClientListener(CloudClientListener) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/cloud/KuraCloudConsumer.java:[97] this.cloudClient.subscribe(getEndpoint().getTopic(), 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method subscribe(String, int) from the type CloudClient is deprecated 64 problems (64 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.4.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.4.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.4.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.4.2-SNAPSHOT/org.eclipse.kura.camel-1.4.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.4.2-SNAPSHOT/org.eclipse.kura.camel-1.4.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/target/org.eclipse.kura.camel-1.4.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.4.2-SNAPSHOT/org.eclipse.kura.camel-1.4.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.4.2-SNAPSHOT/org.eclipse.kura.camel-1.4.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel/1.4.2-SNAPSHOT/org.eclipse.kura.camel-1.4.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.camel --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.camel.cloud.factory >-------- [INFO] Building org.eclipse.kura.camel.cloud.factory 1.2.2-SNAPSHOT [14/180] [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.2.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/XmlCamelCloudService.java:[38] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/XmlCamelCloudService.java:[66] private ServiceRegistration handle; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/XmlCamelCloudService.java:[125] this.handle = this.context.registerService(CloudService.class, this.service, props); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/CamelCloudServiceFactory.java:[29] import org.eclipse.kura.cloud.factory.CloudServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/src/org/eclipse/kura/camel/cloud/factory/internal/CamelCloudServiceFactory.java:[41] public class CamelCloudServiceFactory implements CloudServiceFactory { ^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated 5 problems (5 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.2.2-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.2.2-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/org.eclipse.kura.camel.cloud.factory-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.2.2-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.2.2-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.cloud.factory/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.cloud.factory/1.2.2-SNAPSHOT/org.eclipse.kura.camel.cloud.factory-1.2.2-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] ------------< org.eclipse.kura:org.eclipse.kura.camel.xml >------------- [INFO] Building org.eclipse.kura.camel.xml 1.2.2-SNAPSHOT [15/180] [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.2.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/src/org/eclipse/kura/camel/xml/XmlRouterComponent.java:[33] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/src/org/eclipse/kura/camel/xml/XmlRouterComponent.java:[112] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.2.2-SNAPSHOT/org.eclipse.kura.camel.xml-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.2.2-SNAPSHOT/org.eclipse.kura.camel.xml-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/org.eclipse.kura.camel.xml-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.2.2-SNAPSHOT/org.eclipse.kura.camel.xml-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.2.2-SNAPSHOT/org.eclipse.kura.camel.xml-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.camel.xml/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.xml/1.2.2-SNAPSHOT/org.eclipse.kura.camel.xml-1.2.2-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] ----------< org.eclipse.kura:org.eclipse.kura.rest.provider >----------- [INFO] Building org.eclipse.kura.rest.provider 1.2.2-SNAPSHOT [16/180] [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.2.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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 --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.2.2-SNAPSHOT/org.eclipse.kura.rest.provider-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.2.2-SNAPSHOT/org.eclipse.kura.rest.provider-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/org.eclipse.kura.rest.provider-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.2.2-SNAPSHOT/org.eclipse.kura.rest.provider-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.2.2-SNAPSHOT/org.eclipse.kura.rest.provider-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.provider/1.2.2-SNAPSHOT/org.eclipse.kura.rest.provider-1.2.2-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] --------< org.eclipse.kura:org.eclipse.kura.core.certificates >--------- [INFO] Building org.eclipse.kura.core.certificates 1.1.2-SNAPSHOT [17/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.1.2-SNAPSHOT/org.eclipse.kura.core.certificates-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.1.2-SNAPSHOT/org.eclipse.kura.core.certificates-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/org.eclipse.kura.core.certificates-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.1.2-SNAPSHOT/org.eclipse.kura.core.certificates-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.1.2-SNAPSHOT/org.eclipse.kura.core.certificates-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.certificates/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates/1.1.2-SNAPSHOT/org.eclipse.kura.core.certificates-1.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.core.keystore >----------- [INFO] Building org.eclipse.kura.core.keystore 1.1.2-SNAPSHOT [18/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.keystore --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.keystore --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.keystore --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.keystore --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.keystore --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.keystore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.keystore --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.keystore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.keystore --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/org.eclipse.kura.core.keystore-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.keystore --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.keystore --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/org.eclipse.kura.core.keystore-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.keystore --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.keystore --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.keystore --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.keystore --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/org.eclipse.kura.core.keystore-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore/1.1.2-SNAPSHOT/org.eclipse.kura.core.keystore-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore/1.1.2-SNAPSHOT/org.eclipse.kura.core.keystore-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/org.eclipse.kura.core.keystore-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore/1.1.2-SNAPSHOT/org.eclipse.kura.core.keystore-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore/1.1.2-SNAPSHOT/org.eclipse.kura.core.keystore-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.keystore/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore/1.1.2-SNAPSHOT/org.eclipse.kura.core.keystore-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.keystore --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.core.cloud >------------ [INFO] Building org.eclipse.kura.core.cloud 1.2.2-SNAPSHOT [19/180] [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.2.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.cloud --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/LifeCyclePayloadBuilder.java:[19] import org.eclipse.kura.core.util.NetUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/LifeCyclePayloadBuilder.java:[223] NmeaPosition position = positionService.getNmeaPosition(); ^^^^^^^^^^^^^^^^^ The method getNmeaPosition() from the type PositionService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/LifeCyclePayloadBuilder.java:[280] sb.append(ni.getName()).append(" (").append(NetUtil.hardwareAddressToString(ni.getHardwareAddress())) ^^^^^^^ Discouraged access: The type 'NetUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/LifeCyclePayloadBuilder.java:[280] sb.append(ni.getName()).append(" (").append(NetUtil.hardwareAddressToString(ni.getHardwareAddress())) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NetUtil.hardwareAddressToString(byte[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[20] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[21] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[30] public class CloudClientImpl implements CloudClient, CloudClientListener { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[30] public class CloudClientImpl implements CloudClient, CloudClientListener { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[76] public void addCloudClientListener(CloudClientListener cloudClientListener) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[81] public void removeCloudClientListener(CloudClientListener cloudClientListener) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[106] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[119] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[132] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[147] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[168] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[181] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[194] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[207] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[243] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[244] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[251] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[252] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[258] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[259] listener.onMessageConfirmed(pubId, appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageConfirmed(int, String) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[265] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[266] listener.onMessagePublished(pubId, appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessagePublished(int, String) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[272] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[273] listener.onConnectionEstablished(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method onConnectionEstablished() from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[279] for (CloudClientListener listener : this.listeners) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[280] listener.onConnectionLost(); ^^^^^^^^^^^^^^^^^^ The method onConnectionLost() from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[294] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[297] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[297] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[298] .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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[301] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[316] .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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[318] .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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[318] .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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientImpl.java:[320] .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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/MessageConstants.java:[15] import org.eclipse.kura.cloudconnection.CloudConnectionManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloudconnection.CloudConnectionManager is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/MessageConstants.java:[16] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/MessageConstants.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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/MessageConstants.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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudPayloadProtoBufDecoderImpl.java:[21] import org.eclipse.kura.core.util.GZipUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GZipUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudPayloadProtoBufDecoderImpl.java:[50] if (GZipUtil.isCompressed(this.m_bytes)) { ^^^^^^^^ Discouraged access: The type 'GZipUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudPayloadProtoBufDecoderImpl.java:[50] if (GZipUtil.isCompressed(this.m_bytes)) { ^^^^^^^^^^^^ Discouraged access: The method 'GZipUtil.isCompressed(byte[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudPayloadProtoBufDecoderImpl.java:[52] this.m_bytes = GZipUtil.decompress(this.m_bytes); ^^^^^^^^ Discouraged access: The type 'GZipUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudPayloadProtoBufDecoderImpl.java:[52] this.m_bytes = GZipUtil.decompress(this.m_bytes); ^^^^^^^^^^ Discouraged access: The method 'GZipUtil.decompress(byte[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/subscriber/CloudSubscriptionRecord.java:[16] import org.eclipse.kura.core.util.MqttTopicUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MqttTopicUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/subscriber/CloudSubscriptionRecord.java:[43] return MqttTopicUtil.isMatched(this.topicFilter, topic); ^^^^^^^^^^^^^ Discouraged access: The type 'MqttTopicUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/subscriber/CloudSubscriptionRecord.java:[43] return MqttTopicUtil.isMatched(this.topicFilter, topic); ^^^^^^^^^ Discouraged access: The method 'MqttTopicUtil.isMatched(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[276] return new String(((ByteArrayOutputStream) stats.getOutputStream()).toByteArray(), Charsets.UTF_8); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[278] return new String(((ByteArrayOutputStream) stats.getErrorStream()).toByteArray(), Charsets.UTF_8); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[422] resp.setStderr(new String(err.toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[423] resp.setStdout(new String(out.toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/cloud/app/command/CommandCloudApp.java:[431] resp.setExceptionMessage(new String(err.toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudServiceImpl.java:[55] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudServiceImpl.java:[61] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudServiceImpl.java:[103] implements CloudService, DataServiceListener, ConfigurableComponent, EventHandler, CloudPayloadProtoBufEncoder, ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudServiceImpl.java:[434] public CloudClient newCloudClient(String applicationId) throws KuraException { ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/protobuf/KuraPayloadProto.java:[4157] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/protobuf/KuraPayloadProto.java:[4157] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/message/protobuf/KuraPayloadProto.java:[4166] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/KuraTopicImpl.java:[15] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/KuraTopicImpl.java:[15] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloud.CloudService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/call/CloudCallServiceImpl.java:[22] import org.eclipse.kura.cloud.CloudCallService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/call/CloudCallServiceImpl.java:[37] public class CloudCallServiceImpl implements CloudCallService, DataServiceListener { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/call/CloudCallServiceImpl.java:[125] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e, "Cannot encode request"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[15] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[23] public class CloudClientListenerAdapter implements CloudClientListener { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[29] private final CloudClientListener m_listener; ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[31] CloudClientListenerAdapter(CloudClientListener listener) { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[35] public CloudClientListener getCloudClientListenerAdapted() { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[42] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[51] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[60] this.m_listener.onConnectionLost(); ^^^^^^^^^^^^^^^^^^ The method onConnectionLost() from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[69] this.m_listener.onConnectionEstablished(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method onConnectionEstablished() from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[78] this.m_listener.onMessageConfirmed(messageId, appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessageConfirmed(int, String) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudClientListenerAdapter.java:[87] this.m_listener.onMessagePublished(messageId, appTopic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onMessagePublished(int, String) from the type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudPayloadGZipEncoder.java:[17] import org.eclipse.kura.core.util.GZipUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GZipUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudPayloadGZipEncoder.java:[30] byte[] compressed = GZipUtil.compress(source); ^^^^^^^^ Discouraged access: The type 'GZipUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/CloudPayloadGZipEncoder.java:[30] byte[] compressed = GZipUtil.compress(source); ^^^^^^^^ Discouraged access: The method 'GZipUtil.compress(byte[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/publisher/NotificationPublisherImpl.java:[35] import org.osgi.service.component.ComponentContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.service.component.ComponentContext is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/publisher/NotificationPublisherImpl.java:[124] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/publisher/NotificationPublisherImpl.java:[125] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/main/java/org/eclipse/kura/core/cloud/publisher/NotificationPublisherImpl.java:[131] sb.append(options.getTopicAccountToken()).append(topicSeparator).append(requestorClientId) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTopicAccountToken() from the type CloudServiceOptions should be accessed in a static way 86 problems (86 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.2.2-SNAPSHOT/org.eclipse.kura.core.cloud-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.2.2-SNAPSHOT/org.eclipse.kura.core.cloud-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/org.eclipse.kura.core.cloud-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.2.2-SNAPSHOT/org.eclipse.kura.core.cloud-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.2.2-SNAPSHOT/org.eclipse.kura.core.cloud-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud/1.2.2-SNAPSHOT/org.eclipse.kura.core.cloud-1.2.2-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] --------< org.eclipse.kura:org.eclipse.kura.core.cloud.factory >-------- [INFO] Building org.eclipse.kura.core.cloud.factory 1.1.2-SNAPSHOT [20/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.cloud.factory --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.cloud.factory --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.cloud.factory --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.cloud.factory --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.cloud.factory --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.cloud.factory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.cloud.factory --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[26] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[26] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.cloud.CloudService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[27] import org.eclipse.kura.cloud.factory.CloudServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[31] import org.eclipse.kura.data.DataTransportService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataTransportService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[162] public class DefaultCloudServiceFactory implements CloudServiceFactory, CloudConnectionFactory { ^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[225] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/src/main/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactory.java:[307] && (FACTORY_PID.equals(ref.getProperty(KURA_CLOUD_SERVICE_FACTORY_PID)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field CloudServiceFactory.KURA_CLOUD_SERVICE_FACTORY_PID is deprecated 7 problems (7 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.cloud.factory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.cloud.factory --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/org.eclipse.kura.core.cloud.factory-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.cloud.factory --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.cloud.factory --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/org.eclipse.kura.core.cloud.factory-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.cloud.factory --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.cloud.factory --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.cloud.factory --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.cloud.factory --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/org.eclipse.kura.core.cloud.factory-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory/1.1.2-SNAPSHOT/org.eclipse.kura.core.cloud.factory-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory/1.1.2-SNAPSHOT/org.eclipse.kura.core.cloud.factory-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/org.eclipse.kura.core.cloud.factory-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory/1.1.2-SNAPSHOT/org.eclipse.kura.core.cloud.factory-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory/1.1.2-SNAPSHOT/org.eclipse.kura.core.cloud.factory-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.cloud.factory/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory/1.1.2-SNAPSHOT/org.eclipse.kura.core.cloud.factory-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.cloud.factory --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.core.comm >------------- [INFO] Building org.eclipse.kura.core.comm 1.1.2-SNAPSHOT [21/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.1.2-SNAPSHOT/org.eclipse.kura.core.comm-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.1.2-SNAPSHOT/org.eclipse.kura.core.comm-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/target/org.eclipse.kura.core.comm-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.1.2-SNAPSHOT/org.eclipse.kura.core.comm-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.1.2-SNAPSHOT/org.eclipse.kura.core.comm-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.comm/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm/1.1.2-SNAPSHOT/org.eclipse.kura.core.comm-1.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.core.crypto >------------ [INFO] Building org.eclipse.kura.core.crypto 1.1.2-SNAPSHOT [22/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/src/main/java/org/eclipse/kura/core/crypto/CryptoServiceImpl.java:[248] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.1.2-SNAPSHOT/org.eclipse.kura.core.crypto-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.1.2-SNAPSHOT/org.eclipse.kura.core.crypto-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/org.eclipse.kura.core.crypto-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.1.2-SNAPSHOT/org.eclipse.kura.core.crypto-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.1.2-SNAPSHOT/org.eclipse.kura.core.crypto-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.crypto/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto/1.1.2-SNAPSHOT/org.eclipse.kura.core.crypto-1.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.core.inventory >---------- [INFO] Building org.eclipse.kura.core.inventory 1.1.2-SNAPSHOT [23/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.inventory --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.inventory --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.inventory --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.inventory --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.inventory --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.inventory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.inventory --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.inventory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.inventory --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.inventory --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.inventory --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.inventory --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.inventory --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.inventory --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.inventory --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory/1.1.2-SNAPSHOT/org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory/1.1.2-SNAPSHOT/org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory/1.1.2-SNAPSHOT/org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory/1.1.2-SNAPSHOT/org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.inventory/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory/1.1.2-SNAPSHOT/org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.inventory --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.core.deployment >---------- [INFO] Building org.eclipse.kura.core.deployment 1.2.2-SNAPSHOT [24/180] [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.2.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.deployment --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/HttpDownloadCountingOutputStream.java:[156] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/CloudDeploymentHandlerV2.java:[833] respPayload.setBody(s.getBytes(Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/CloudDeploymentHandlerV2.java:[892] respPayload.setBody(s.getBytes(Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/DownloadImpl.java:[155] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/DownloadImpl.java:[163] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/DownloadImpl.java:[216] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, null, ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/DownloadImpl.java:[223] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, null, ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/install/DeploymentPackageInstallOptions.java:[106] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/uninstall/DeploymentPackageUninstallOptions.java:[68] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ex); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/install/InstallImpl.java:[437] installFailedAsync(deployOptions, fileSystemFileName, new KuraException(KuraErrorCode.INTERNAL_ERROR)); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/DeploymentPackageDownloadOptions.java:[161] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.2.2-SNAPSHOT/org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.2.2-SNAPSHOT/org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.2.2-SNAPSHOT/org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.2.2-SNAPSHOT/org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.deployment/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment/1.2.2-SNAPSHOT/org.eclipse.kura.core.deployment-1.2.2-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] -------------< org.eclipse.kura:org.eclipse.kura.core.net >------------- [INFO] Building org.eclipse.kura.core.net 1.1.2-SNAPSHOT [25/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/src/main/java/org/eclipse/kura/core/net/EthernetInterfaceImpl.java:[89] EthernetInterfaceImpl other = (EthernetInterfaceImpl) obj; ^^^^^^^^^^^^^^^^^^^^^ EthernetInterfaceImpl is a raw type. References to generic type EthernetInterfaceImpl should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/src/main/java/org/eclipse/kura/core/net/EthernetInterfaceImpl.java:[89] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.1.2-SNAPSHOT/org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.1.2-SNAPSHOT/org.eclipse.kura.core.net-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/target/org.eclipse.kura.core.net-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.1.2-SNAPSHOT/org.eclipse.kura.core.net-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.1.2-SNAPSHOT/org.eclipse.kura.core.net-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.net/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net/1.1.2-SNAPSHOT/org.eclipse.kura.core.net-1.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.core.status >------------ [INFO] Building org.eclipse.kura.core.status 1.1.2-SNAPSHOT [26/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.1.2-SNAPSHOT/org.eclipse.kura.core.status-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.1.2-SNAPSHOT/org.eclipse.kura.core.status-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/target/org.eclipse.kura.core.status-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.1.2-SNAPSHOT/org.eclipse.kura.core.status-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.1.2-SNAPSHOT/org.eclipse.kura.core.status-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.status/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status/1.1.2-SNAPSHOT/org.eclipse.kura.core.status-1.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.core.system >------------ [INFO] Building org.eclipse.kura.core.system 1.1.2-SNAPSHOT [27/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.system --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.system --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.system --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.system --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SuperSystemService.java:[27] @SuppressWarnings("checkstyle:hideUtilityClassConstructor") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:hideUtilityClassConstructor") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[125] @SuppressWarnings({ "rawtypes", "unchecked", "checkstyle:methodLength" }) ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[423] if (System.getProperty(DB_URL_PROPNAME) != null) { ^^^^^^^^^^^^^^^ The field SystemService.DB_URL_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[424] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[424] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[426] if (System.getProperty(DB_CACHE_ROWS_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_CACHE_ROWS_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[427] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[427] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[429] if (System.getProperty(DB_LOB_FILE_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOB_FILE_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[430] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[430] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[432] if (System.getProperty(DB_DEFRAG_LIMIT_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_DEFRAG_LIMIT_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[433] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[433] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[435] if (System.getProperty(DB_LOG_DATA_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOG_DATA_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[436] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[436] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[438] if (System.getProperty(DB_LOG_SIZE_PROPNAME) != null) { ^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_LOG_SIZE_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[439] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[439] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[441] if (System.getProperty(DB_NIO_PROPNAME) != null) { ^^^^^^^^^^^^^^^ The field SystemService.DB_NIO_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[442] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[442] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[444] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[445] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[446] System.getProperty(DB_WRITE_DELAY_MILLIES_PROPNAME)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SystemService.DB_WRITE_DELAY_MILLIES_PROPNAME is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[527] return IOUtils.toString(resourceUrl); ^^^^^^^^^^^^^^^^^^^^^ The method toString(URL) from the type IOUtils is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[1244] String[] packages = new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8) ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[1309] logger.debug("execute stderr {}", new String(err.toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/java/org/eclipse/kura/core/system/SystemServiceImpl.java:[1310] logger.debug("execute stdout {}", new String(out.toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated 30 problems (30 warnings) [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/main/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.system --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/target/org.eclipse.kura.core.system-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.system --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.system --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/target/org.eclipse.kura.core.system-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.system --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.system --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.system --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.system --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/target/org.eclipse.kura.core.system-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system/1.1.2-SNAPSHOT/org.eclipse.kura.core.system-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system/1.1.2-SNAPSHOT/org.eclipse.kura.core.system-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/target/org.eclipse.kura.core.system-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system/1.1.2-SNAPSHOT/org.eclipse.kura.core.system-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system/1.1.2-SNAPSHOT/org.eclipse.kura.core.system-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.system/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system/1.1.2-SNAPSHOT/org.eclipse.kura.core.system-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.system --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.deployment.agent >--------- [INFO] Building org.eclipse.kura.deployment.agent 1.1.2-SNAPSHOT [28/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.1.2-SNAPSHOT/org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.1.2-SNAPSHOT/org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.1.2-SNAPSHOT/org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.1.2-SNAPSHOT/org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.deployment.agent/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent/1.1.2-SNAPSHOT/org.eclipse.kura.deployment.agent-1.1.2-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] -----< org.eclipse.kura:org.eclipse.kura.hook.file.move.provider >------ [INFO] Building org.eclipse.kura.hook.file.move.provider 1.1.2-SNAPSHOT [29/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/src/main/java/org/eclipse/kura/internal/hook/file/move/FileMoveDeploymentHook.java:[85] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.1.2-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.1.2-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/org.eclipse.kura.hook.file.move.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.1.2-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.1.2-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.hook.file.move.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.hook.file.move.provider/1.1.2-SNAPSHOT/org.eclipse.kura.hook.file.move.provider-1.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.driver.helper.provider >------ [INFO] Building org.eclipse.kura.driver.helper.provider 1.1.2-SNAPSHOT [30/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/src/main/java/org/eclipse/kura/internal/driver/DriverServiceImpl.java:[23] import org.eclipse.kura.driver.DriverService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DriverService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/src/main/java/org/eclipse/kura/internal/driver/DriverServiceImpl.java:[33] public class DriverServiceImpl implements DriverService { ^^^^^^^^^^^^^ The type DriverService is deprecated 2 problems (2 warnings) [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/org.eclipse.kura.driver.helper.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.helper.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.helper.provider-1.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.driver.opcua.provider >------- [INFO] Building org.eclipse.kura.driver.opcua.provider 1.1.2-SNAPSHOT [31/180] [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.1.2.202206281342 [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.1.68.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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/lib/jool.jar [INFO] Copying netty-all-4.1.68.Final.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/lib/jsr305.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/org.eclipse.kura.driver.opcua.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.opcua.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.opcua.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.opcua.provider-1.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.driver.block >----------- [INFO] Building org.eclipse.kura.driver.block 1.1.2-SNAPSHOT [32/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/src/main/java/org/eclipse/kura/driver/block/task/BlockTaskAggregator.java:[64] @SuppressWarnings("checkstyle:innerAssignment") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:innerAssignment") 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.1.2-SNAPSHOT/org.eclipse.kura.driver.block-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.1.2-SNAPSHOT/org.eclipse.kura.driver.block-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/target/org.eclipse.kura.driver.block-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.1.2-SNAPSHOT/org.eclipse.kura.driver.block-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.1.2-SNAPSHOT/org.eclipse.kura.driver.block-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.block/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block/1.1.2-SNAPSHOT/org.eclipse.kura.driver.block-1.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.driver.s7plc.provider >------- [INFO] Building org.eclipse.kura.driver.s7plc.provider 1.1.2-SNAPSHOT [33/180] [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.1.2.202206281342 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/lib [INFO] Executed tasks [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/src/main/java/org/eclipse/kura/internal/driver/s7plc/S7PlcDriver.java:[217] @SuppressWarnings("serial") ^^^^^^^^ Unnecessary @SuppressWarnings("serial") 1 problem (1 warning) [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/org.eclipse.kura.driver.s7plc.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.s7plc.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.s7plc.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.s7plc.provider-1.1.2-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] --< org.eclipse.kura:org.eclipse.kura.driver.ble.sensortag.provider >--- [INFO] Building org.eclipse.kura.driver.ble.sensortag.provider 1.1.2-SNAPSHOT [34/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.sensortag.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.sensortag.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.driver.ble.xdk >---------- [INFO] Building org.eclipse.kura.driver.ble.xdk 1.1.2-SNAPSHOT [35/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.driver.ble.xdk --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.driver.ble.xdk --- [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.xdk --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Building DP - Version: 1.1.2.202206281342 [INFO] Added: org.eclipse.kura.driver.ble.xdk:1.1.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk_1.1.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.ble.ibeacon.provider >------- [INFO] Building org.eclipse.kura.ble.ibeacon.provider 1.1.2-SNAPSHOT [36/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/org.eclipse.kura.ble.ibeacon.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.ibeacon.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.ibeacon.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.ibeacon.provider-1.1.2-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] -----< org.eclipse.kura:org.eclipse.kura.driver.ibeacon.provider >------ [INFO] Building org.eclipse.kura.driver.ibeacon.provider 1.1.2-SNAPSHOT [37/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/org.eclipse.kura.driver.ibeacon.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.ibeacon.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.ibeacon.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ibeacon.provider-1.1.2-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] -------< org.eclipse.kura:org.eclipse.kura.driver.gpio.provider >------- [INFO] Building org.eclipse.kura.driver.gpio.provider 1.1.2-SNAPSHOT [38/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/org.eclipse.kura.driver.gpio.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.gpio.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.gpio.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.gpio.provider-1.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.ble.eddystone.provider >------ [INFO] Building org.eclipse.kura.ble.eddystone.provider 1.1.2-SNAPSHOT [39/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/org.eclipse.kura.ble.eddystone.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.eddystone.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.eddystone.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.eddystone.provider-1.1.2-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] ----< org.eclipse.kura:org.eclipse.kura.driver.eddystone.provider >----- [INFO] Building org.eclipse.kura.driver.eddystone.provider 1.1.2-SNAPSHOT [40/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/org.eclipse.kura.driver.eddystone.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.driver.eddystone.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.eddystone.provider/1.1.2-SNAPSHOT/org.eclipse.kura.driver.eddystone.provider-1.1.2-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] ---------< org.eclipse.kura:org.eclipse.kura.linux.bluetooth >---------- [INFO] Building org.eclipse.kura.linux.bluetooth 1.1.2-SNAPSHOT [41/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[16] import org.eclipse.kura.bluetooth.BluetoothAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[17] import org.eclipse.kura.bluetooth.BluetoothBeaconCommandListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[18] import org.eclipse.kura.bluetooth.BluetoothService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[25] public class BluetoothServiceImpl implements BluetoothService { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[60] public BluetoothAdapter getBluetoothAdapter() { ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[65] public BluetoothAdapter getBluetoothAdapter(String name) { ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[75] public BluetoothAdapter getBluetoothAdapter(String name, BluetoothBeaconCommandListener bbcl) { ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothServiceImpl.java:[75] public BluetoothAdapter getBluetoothAdapter(String name, BluetoothBeaconCommandListener bbcl) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[15] import org.eclipse.kura.bluetooth.BluetoothConnector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConnector is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[16] import org.eclipse.kura.bluetooth.BluetoothDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[17] import org.eclipse.kura.bluetooth.BluetoothGatt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[23] public class BluetoothDeviceImpl implements BluetoothDevice { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[60] public BluetoothConnector getBluetoothConnector() { ^^^^^^^^^^^^^^^^^^ The type BluetoothConnector is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[61] BluetoothConnector bluetoothConnector = null; ^^^^^^^^^^^^^^^^^^ The type BluetoothConnector is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[64] ServiceReference sr = bundleContext.getServiceReference(BluetoothConnector.class); ^^^^^^^^^^^^^^^^^^ The type BluetoothConnector is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[64] ServiceReference sr = bundleContext.getServiceReference(BluetoothConnector.class); ^^^^^^^^^^^^^^^^^^ The type BluetoothConnector is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothDeviceImpl.java:[73] public BluetoothGatt getBluetoothGatt() { ^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[25] import org.eclipse.kura.bluetooth.BluetoothGatt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[26] import org.eclipse.kura.bluetooth.BluetoothGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[27] import org.eclipse.kura.bluetooth.BluetoothGattSecurityLevel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[28] import org.eclipse.kura.bluetooth.BluetoothGattService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[29] import org.eclipse.kura.bluetooth.BluetoothLeNotificationListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[31] import org.eclipse.kura.linux.bluetooth.util.BluetoothProcess; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[32] import org.eclipse.kura.linux.bluetooth.util.BluetoothProcessListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[33] import org.eclipse.kura.linux.bluetooth.util.BluetoothUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[37] public class BluetoothGattImpl implements BluetoothGatt, BluetoothProcessListener { ^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[37] public class BluetoothGattImpl implements BluetoothGatt, BluetoothProcessListener { ^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[61] private List bluetoothServices; ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[62] private List bluetoothGattCharacteristics; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[63] private BluetoothLeNotificationListener listener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[68] private BluetoothProcess proc; ^^^^^^^^^^^^^^^^ The type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[94] this.proc = BluetoothUtil.startSession(adapterName, this.address, this, this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[94] this.proc = BluetoothUtil.startSession(adapterName, this.address, this, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method startSession(String, String, BluetoothProcessListener, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[99] this.bufferedWriter = this.proc.getWriter(); ^^^^^^^^^^^ The method getWriter() from the type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[128] this.proc.destroy(); ^^^^^^^^^ The method destroy() from the type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[137] this.bufferedWriter = this.proc.getWriter(); ^^^^^^^^^^^ The method getWriter() from the type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[163] public void setBluetoothLeNotificationListener(BluetoothLeNotificationListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[168] public BluetoothGattService getService(UUID uuid) { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[173] public List getServices() { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[189] public List getCharacteristics(String startHandle, String endHandle) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[303] public BluetoothGattSecurityLevel getSecurityLevel() throws KuraException { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[305] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[305] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[305] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^ The field BluetoothGattSecurityLevel.UNKNOWN is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[308] this.bufferedWriter = this.proc.getWriter(); ^^^^^^^^^^^ The method getWriter() from the type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[330] level = BluetoothGattSecurityLevel.getBluetoothGattSecurityLevel(this.securityLevel); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[330] level = BluetoothGattSecurityLevel.getBluetoothGattSecurityLevel(this.securityLevel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBluetoothGattSecurityLevel(String) from the type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[337] public void setSecurityLevel(BluetoothGattSecurityLevel level) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[340] this.bufferedWriter = this.proc.getWriter(); ^^^^^^^^^^^ The method getWriter() from the type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[426] this.listener.onDataReceived(handle, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onDataReceived(String, String) from the type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[455] for (BluetoothGattService service : this.bluetoothServices) { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[456] if (service.getUuid().toString().equals(uuid)) { ^^^^^^^^^ The method getUuid() from the type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[465] for (BluetoothGattCharacteristic characteristic : this.bluetoothGattCharacteristics) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattImpl.java:[466] if (characteristic.getUuid().toString().equals(uuid)) { ^^^^^^^^^ The method getUuid() from the type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[23] import org.eclipse.kura.bluetooth.BluetoothAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[24] import org.eclipse.kura.bluetooth.BluetoothBeaconCommandListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[25] import org.eclipse.kura.bluetooth.BluetoothBeaconScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[26] import org.eclipse.kura.bluetooth.BluetoothDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[27] import org.eclipse.kura.bluetooth.BluetoothLeScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[28] import org.eclipse.kura.bluetooth.listener.BluetoothAdvertisementScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[31] import org.eclipse.kura.linux.bluetooth.le.beacon.BluetoothAdvertisingData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisingData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[32] import org.eclipse.kura.linux.bluetooth.le.beacon.BluetoothConfigurationProcessListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[33] import org.eclipse.kura.linux.bluetooth.util.BluetoothUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[37] public class BluetoothAdapterImpl implements BluetoothAdapter { ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[41] private static List connectedDevices; ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[47] private BluetoothBeaconCommandListener bbcl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[63] public BluetoothAdapterImpl(String name, BluetoothBeaconCommandListener bbcl, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[71] public void setBluetoothBeaconCommandListener(BluetoothBeaconCommandListener bbcl) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[82] Map props = BluetoothUtil.getConfig(name, this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[82] Map props = BluetoothUtil.getConfig(name, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getConfig(String, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[99] public static void addConnectedDevice(BluetoothDevice bd) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[106] public static void removeConnectedDevice(BluetoothDevice bd) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[126] return BluetoothUtil.isEnabled(this.name, this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[126] return BluetoothUtil.isEnabled(this.name, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isEnabled(String, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[130] public void startLeScan(BluetoothLeScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[137] public void startAdvertisementScan(String companyName, BluetoothAdvertisementScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[144] public void startBeaconScan(String companyName, BluetoothBeaconScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[174] BluetoothUtil.hciconfigCmd(this.name, "up", this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[174] BluetoothUtil.hciconfigCmd(this.name, "up", this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method hciconfigCmd(String, String, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[179] BluetoothUtil.hciconfigCmd(this.name, "down", this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[179] BluetoothUtil.hciconfigCmd(this.name, "down", this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method hciconfigCmd(String, String, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[183] public BluetoothDevice getRemoteDevice(String address) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[190] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[190] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[190] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor BluetoothConfigurationProcessListener(BluetoothBeaconCommandListener) is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[203] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[203] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[203] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor BluetoothConfigurationProcessListener(BluetoothBeaconCommandListener) is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[215] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[215] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[215] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor BluetoothConfigurationProcessListener(BluetoothBeaconCommandListener) is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[219] String[] minHex = toStringArray(BluetoothAdvertisingData.to2BytesHex(min)); ^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisingData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[219] String[] minHex = toStringArray(BluetoothAdvertisingData.to2BytesHex(min)); ^^^^^^^^^^^^^^^^ The method to2BytesHex(Integer) from the type BluetoothAdvertisingData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[220] String[] maxHex = toStringArray(BluetoothAdvertisingData.to2BytesHex(max)); ^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisingData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[220] String[] maxHex = toStringArray(BluetoothAdvertisingData.to2BytesHex(max)); ^^^^^^^^^^^^^^^^ The method to2BytesHex(Integer) from the type BluetoothAdvertisingData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[232] @SuppressWarnings({ "checkstyle:parameterNumber", "checkstyle:parameterName" }) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[232] @SuppressWarnings({ "checkstyle:parameterNumber", "checkstyle:parameterName" }) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[237] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[237] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[237] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor BluetoothConfigurationProcessListener(BluetoothBeaconCommandListener) is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[239] String[] dataHex = toStringArray(BluetoothAdvertisingData.getData(uuid, major, minor, companyCode, txPower, ^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisingData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[239] String[] dataHex = toStringArray(BluetoothAdvertisingData.getData(uuid, major, minor, companyCode, txPower, LELimited, LEGeneral, BR_EDRSupported, LE_BRController, LE_BRHost)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getData(String, Integer, Integer, String, Integer, boolean, boolean, boolean, boolean, boolean) from the type BluetoothAdvertisingData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[259] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[259] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[259] BluetoothConfigurationProcessListener bbl = new BluetoothConfigurationProcessListener(this.bbcl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor BluetoothConfigurationProcessListener(BluetoothBeaconCommandListener) is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[275] private void runHcitoolCmd(BluetoothConfigurationProcessListener bbl, String[] cmd) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothConfigurationProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[277] BluetoothUtil.hcitoolCmd(this.name, cmd, bbl, this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/BluetoothAdapterImpl.java:[277] BluetoothUtil.hcitoolCmd(this.name, cmd, bbl, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method hcitoolCmd(String, String[], BluetoothProcessListener, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattCharacteristicImpl.java:[17] import org.eclipse.kura.bluetooth.BluetoothGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattCharacteristicImpl.java:[19] public class BluetoothGattCharacteristicImpl implements BluetoothGattCharacteristic { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattServiceImpl.java:[18] import org.eclipse.kura.bluetooth.BluetoothGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattServiceImpl.java:[19] import org.eclipse.kura.bluetooth.BluetoothGattService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattServiceImpl.java:[21] public class BluetoothGattServiceImpl implements BluetoothGattService { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattServiceImpl.java:[40] public BluetoothGattCharacteristic getCharacteristic(UUID uuid) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothGattServiceImpl.java:[45] public List getCharacterisitcs() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[23] import org.eclipse.kura.bluetooth.BluetoothBeaconData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[24] import org.eclipse.kura.bluetooth.BluetoothBeaconScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[25] import org.eclipse.kura.bluetooth.BluetoothDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[26] import org.eclipse.kura.bluetooth.BluetoothLeScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[27] import org.eclipse.kura.bluetooth.listener.BluetoothAdvertisementData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[28] import org.eclipse.kura.bluetooth.listener.BluetoothAdvertisementScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[32] import org.eclipse.kura.linux.bluetooth.util.BTSnoopListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BTSnoopListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[33] import org.eclipse.kura.linux.bluetooth.util.BluetoothProcess; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[34] import org.eclipse.kura.linux.bluetooth.util.BluetoothProcessListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[35] import org.eclipse.kura.linux.bluetooth.util.BluetoothUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[39] public class BluetoothLeScanner implements BluetoothProcessListener, BTSnoopListener { ^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothProcessListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[39] public class BluetoothLeScanner implements BluetoothProcessListener, BTSnoopListener { ^^^^^^^^^^^^^^^ The type BTSnoopListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[47] private List scanResult; ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[48] private BluetoothProcess proc = null; ^^^^^^^^^^^^^^^^ The type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[49] private BluetoothProcess dumpProc = null; ^^^^^^^^^^^^^^^^ The type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[50] private BluetoothLeScanListener listener = null; ^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[51] private BluetoothBeaconScanListener beaconListener = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[52] private BluetoothAdvertisementScanListener advertisementListener = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[62] public void startScan(String name, BluetoothLeScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[69] this.proc = BluetoothUtil.hcitoolCmd(name, "lescan", this, this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[69] this.proc = BluetoothUtil.hcitoolCmd(name, "lescan", this, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method hcitoolCmd(String, String, BluetoothProcessListener, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[76] public void startAdvertisementScan(String name, String companyName, BluetoothAdvertisementScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[84] this.proc = BluetoothUtil.hcitoolCmd(name, new String[] { "lescan-passive", "--duplicates" }, this, ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[84] this.proc = BluetoothUtil.hcitoolCmd(name, new String[] { "lescan-passive", "--duplicates" }, this, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method hcitoolCmd(String, String[], BluetoothProcessListener, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[87] this.dumpProc = BluetoothUtil.btdumpCmd(name, this, this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[87] this.dumpProc = BluetoothUtil.btdumpCmd(name, this, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method btdumpCmd(String, BTSnoopListener, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[94] public void startBeaconScan(String name, String companyName, BluetoothBeaconScanListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[102] this.proc = BluetoothUtil.hcitoolCmd(name, new String[] { "lescan-passive", "--duplicates" }, this, ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[102] this.proc = BluetoothUtil.hcitoolCmd(name, new String[] { "lescan-passive", "--duplicates" }, this, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method hcitoolCmd(String, String[], BluetoothProcessListener, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[105] this.dumpProc = BluetoothUtil.btdumpCmd(name, this, this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[105] this.dumpProc = BluetoothUtil.btdumpCmd(name, this, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method btdumpCmd(String, BTSnoopListener, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[116] if (!BluetoothUtil.stopHcitool(name, this.executorService, "")) { ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[116] if (!BluetoothUtil.stopHcitool(name, this.executorService, "")) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method stopHcitool(String, CommandExecutorService, String...) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[119] this.proc.destroy(); ^^^^^^^^^ The method destroy() from the type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[127] BluetoothUtil.stopBtdump(name, this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[127] BluetoothUtil.stopBtdump(name, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method stopBtdump(String, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[128] BluetoothUtil.killCmd(new String[] { "hcidump", "-i", name }, LinuxSignal.SIGINT, this.executorService); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[128] BluetoothUtil.killCmd(new String[] { "hcidump", "-i", name }, LinuxSignal.SIGINT, this.executorService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method killCmd(String[], Signal, CommandExecutorService) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[129] this.dumpProc.destroyBTSnoop(); ^^^^^^^^^^^^^^^^ The method destroyBTSnoop() from the type BluetoothProcess is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[158] this.listener.onScanResults(this.scanResult); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onScanResults(List) from the type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[172] BluetoothAdvertisementData bAdData = BluetoothUtil.parseLEAdvertisement(record); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdvertisementData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[172] BluetoothAdvertisementData bAdData = BluetoothUtil.parseLEAdvertisement(record); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[172] BluetoothAdvertisementData bAdData = BluetoothUtil.parseLEAdvertisement(record); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method parseLEAdvertisement(byte[]) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[177] this.advertisementListener.onAdvertisementDataReceived(bAdData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onAdvertisementDataReceived(BluetoothAdvertisementData) from the type BluetoothAdvertisementScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[184] List beaconDatas = BluetoothUtil.parseLEAdvertisingReport(record, this.companyName); ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[184] List beaconDatas = BluetoothUtil.parseLEAdvertisingReport(record, this.companyName); ^^^^^^^^^^^^^ The type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[184] List beaconDatas = BluetoothUtil.parseLEAdvertisingReport(record, this.companyName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method parseLEAdvertisingReport(byte[], String) from the type BluetoothUtil is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[187] for (BluetoothBeaconData beaconData : beaconDatas) { ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[193] this.beaconListener.onBeaconDataReceived(beaconData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method onBeaconDataReceived(BluetoothBeaconData) from the type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[253] @SuppressWarnings("checkstyle:methodName") ^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/BluetoothLeScanner.java:[259] @SuppressWarnings("checkstyle:methodName") ^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/beacon/BluetoothAdvertisingData.java:[40] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") 167 problems (167 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/src/test/resources [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.1.2-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.1.2-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/org.eclipse.kura.linux.bluetooth-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.1.2-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.1.2-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.bluetooth/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.bluetooth/1.1.2-SNAPSHOT/org.eclipse.kura.linux.bluetooth-1.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.ble.provider >----------- [INFO] Building org.eclipse.kura.ble.provider 1.1.2-SNAPSHOT [42/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/src/main/java/org/eclipse/kura/internal/ble/util/BluetoothLeUtil.java:[34] @SuppressWarnings("checkstyle:constantName") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:constantName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/src/main/java/org/eclipse/kura/internal/ble/beacon/BluetoothLeBeaconAdvertiserImpl.java:[57] (BluetoothLeBeaconEncoder) this.encoder, this.adapter.getInterfaceName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from BluetoothLeBeaconEncoder to BluetoothLeBeaconEncoder [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/src/main/java/org/eclipse/kura/internal/ble/util/BluetoothProcess.java:[41] @SuppressWarnings("checkstyle:constantName") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:constantName") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/src/main/java/org/eclipse/kura/internal/ble/beacon/BluetoothLeBeaconScannerImpl.java:[75] this.beaconManager.addBeaconListener((BluetoothLeBeaconListener) listener, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from BluetoothLeBeaconListener to BluetoothLeBeaconListener [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/src/main/java/org/eclipse/kura/internal/ble/beacon/BluetoothLeBeaconScannerImpl.java:[81] this.beaconManager.removeBeaconListener((BluetoothLeBeaconListener) listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from BluetoothLeBeaconListener to BluetoothLeBeaconListener 5 problems (5 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/org.eclipse.kura.ble.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ble.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ble.provider/1.1.2-SNAPSHOT/org.eclipse.kura.ble.provider-1.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.linux.clock >------------ [INFO] Building org.eclipse.kura.linux.clock 1.2.2-SNAPSHOT [43/180] [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.2.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/src/main/java/org/eclipse/kura/linux/clock/NtpdClockSyncProvider.java:[64] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.2.2-SNAPSHOT/org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.2.2-SNAPSHOT/org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.2.2-SNAPSHOT/org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.2.2-SNAPSHOT/org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.clock/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock/1.2.2-SNAPSHOT/org.eclipse.kura.linux.clock-1.2.2-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] ----------< org.eclipse.kura:org.eclipse.kura.linux.command >----------- [INFO] Building org.eclipse.kura.linux.command 1.1.2-SNAPSHOT [44/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/src/main/java/org/eclipse/kura/linux/command/CommandServiceImpl.java:[32] import org.eclipse.kura.command.CommandService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CommandService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/src/main/java/org/eclipse/kura/linux/command/CommandServiceImpl.java:[37] public class CommandServiceImpl implements CommandService { ^^^^^^^^^^^^^^ The type CommandService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/src/main/java/org/eclipse/kura/linux/command/CommandServiceImpl.java:[87] return new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/src/main/java/org/eclipse/kura/linux/command/CommandServiceImpl.java:[89] return new String(((ByteArrayOutputStream) status.getErrorStream()).toByteArray(), Charsets.UTF_8); ^^^^^ The field Charsets.UTF_8 is deprecated 4 problems (4 warnings) [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.1.2-SNAPSHOT/org.eclipse.kura.linux.command-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.1.2-SNAPSHOT/org.eclipse.kura.linux.command-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/target/org.eclipse.kura.linux.command-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.1.2-SNAPSHOT/org.eclipse.kura.linux.command-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.1.2-SNAPSHOT/org.eclipse.kura.linux.command-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.command/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.command/1.1.2-SNAPSHOT/org.eclipse.kura.linux.command-1.1.2-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] ------------< org.eclipse.kura:org.eclipse.kura.linux.gpio >------------ [INFO] Building org.eclipse.kura.linux.gpio 1.1.2-SNAPSHOT [45/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/src/main/java/org/eclipse/kura/linux/gpio/GPIOServiceImpl.java:[40] @SuppressWarnings("checkstyle:constantName") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:constantName") 1 problem (1 warning) [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.linux.gpio-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.linux.gpio-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/org.eclipse.kura.linux.gpio-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.linux.gpio-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.linux.gpio-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.linux.gpio-1.1.2-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] ------------< org.eclipse.kura:org.eclipse.kura.linux.net >------------- [INFO] Building org.eclipse.kura.linux.net 2.1.2-SNAPSHOT [46/180] [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 2.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/IwlistCapabilityTool.java:[61] new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/modem/SupportedUsbModemInfo.java:[87] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dns/LinuxDns.java:[114] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dns/LinuxDns.java:[292] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dns/LinuxDns.java:[311] throw new KuraException(KuraErrorCode.INTERNAL_ERROR); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/IwconfigLinkTool.java:[60] parse(new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/EthTool.java:[70] parse(new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/EthTool.java:[75] @SuppressWarnings("checkstyle:innerAssignment") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:innerAssignment") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/IwLinkTool.java:[55] parse(new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LocalRule.java:[161] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LocalRule.java:[337] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/wifi/WifiOptions.java:[95] for (String line : new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8) ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/IwScanTool.java:[96] ((ByteArrayOutputStream) iwCommandStatus.getErrorStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/IpAddrShow.java:[74] parseExecLink(new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/IpAddrShow.java:[150] parseExecInet(new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[106] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/LinuxFirewall.java:[158] @SuppressWarnings("checkstyle:parameterNumber") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:parameterNumber") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[197] new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[238] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[242] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[319] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[335] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[607] new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[659] new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[676] new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[748] new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[765] new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[846] new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[863] new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[1096] virtual = new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8) ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/LinuxNetworkUtil.java:[1101] new String(((ByteArrayOutputStream) status.getErrorStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/IwlistScanTool.java:[80] ((ByteArrayOutputStream) ifconfigCommandStatus.getErrorStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/route/RouteServiceImpl.java:[157] new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/IptablesConfig.java:[338] logger.debug("execute stderr {}", new String(err.toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/iptables/IptablesConfig.java:[339] logger.debug("execute stdout {}", new String(out.toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/util/MiiTool.java:[65] parse(new String(((ByteArrayOutputStream) status.getOutputStream()).toByteArray(), Charsets.UTF_8)); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/modem/SupportedUsbModems.java:[185] private static boolean isAttached(String vendor, String product, List lsusbEntries, CommandExecutorService executorService) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isAttached(String, String, List, CommandExecutorService) from the type SupportedUsbModems is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/modem/SupportedUsbModems.java:[230] .readLines(new ByteArrayInputStream(((ByteArrayOutputStream) command.getOutputStream()).toByteArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readLines(InputStream) from the type IOUtils is deprecated 38 problems (38 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/2.1.2-SNAPSHOT/org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/2.1.2-SNAPSHOT/org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/org.eclipse.kura.linux.net-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/2.1.2-SNAPSHOT/org.eclipse.kura.linux.net-2.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/2.1.2-SNAPSHOT/org.eclipse.kura.linux.net-2.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net/2.1.2-SNAPSHOT/org.eclipse.kura.linux.net-2.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.linux.position >---------- [INFO] Building org.eclipse.kura.linux.position 1.1.2-SNAPSHOT [47/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.1.2-SNAPSHOT/org.eclipse.kura.linux.position-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.1.2-SNAPSHOT/org.eclipse.kura.linux.position-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/target/org.eclipse.kura.linux.position-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.1.2-SNAPSHOT/org.eclipse.kura.linux.position-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.1.2-SNAPSHOT/org.eclipse.kura.linux.position-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.position/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position/1.1.2-SNAPSHOT/org.eclipse.kura.linux.position-1.1.2-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] ------------< org.eclipse.kura:org.eclipse.kura.linux.usb >------------- [INFO] Building org.eclipse.kura.linux.usb 1.1.2-SNAPSHOT [48/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/src/main/java/org/eclipse/kura/linux/usb/UsbServiceImpl.java:[86] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/org.eclipse.kura.linux.usb-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb-1.1.2-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] --------< org.eclipse.kura:org.eclipse.kura.linux.usb.armv6hf >--------- [INFO] Building org.eclipse.kura.linux.usb.armv6hf 1.1.2-SNAPSHOT [49/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/target/org.eclipse.kura.linux.usb.armv6hf-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/target/org.eclipse.kura.linux.usb.armv6hf-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.armv6hf/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.armv6hf/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.armv6hf-1.1.2-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] ---------< org.eclipse.kura:org.eclipse.kura.linux.usb.x86_64 >--------- [INFO] Building org.eclipse.kura.linux.usb.x86_64 1.1.2-SNAPSHOT [50/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/target/org.eclipse.kura.linux.usb.x86_64-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/target/org.eclipse.kura.linux.usb.x86_64-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.x86_64/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.x86_64/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.x86_64-1.1.2-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] --------< org.eclipse.kura:org.eclipse.kura.linux.usb.aarch64 >--------- [INFO] Building org.eclipse.kura.linux.usb.aarch64 1.1.2-SNAPSHOT [51/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/target/org.eclipse.kura.linux.usb.aarch64-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/target/org.eclipse.kura.linux.usb.aarch64-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.usb.aarch64/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.aarch64/1.1.2-SNAPSHOT/org.eclipse.kura.linux.usb.aarch64-1.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.linux.watchdog >---------- [INFO] Building org.eclipse.kura.linux.watchdog 1.1.2-SNAPSHOT [52/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.1.2-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.1.2-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/org.eclipse.kura.linux.watchdog-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.1.2-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.1.2-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.watchdog/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog/1.1.2-SNAPSHOT/org.eclipse.kura.linux.watchdog-1.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.localization >----------- [INFO] Building org.eclipse.kura.localization 1.1.2-SNAPSHOT [53/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.1.2-SNAPSHOT/org.eclipse.kura.localization-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.1.2-SNAPSHOT/org.eclipse.kura.localization-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/target/org.eclipse.kura.localization-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.1.2-SNAPSHOT/org.eclipse.kura.localization-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.1.2-SNAPSHOT/org.eclipse.kura.localization-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization/1.1.2-SNAPSHOT/org.eclipse.kura.localization-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.localization --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.localization.resources >------ [INFO] Building org.eclipse.kura.localization.resources 1.1.2-SNAPSHOT [54/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.1.2-SNAPSHOT/org.eclipse.kura.localization.resources-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.1.2-SNAPSHOT/org.eclipse.kura.localization.resources-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/org.eclipse.kura.localization.resources-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.1.2-SNAPSHOT/org.eclipse.kura.localization.resources-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.1.2-SNAPSHOT/org.eclipse.kura.localization.resources-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.localization.resources/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.localization.resources/1.1.2-SNAPSHOT/org.eclipse.kura.localization.resources-1.1.2-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] ------------< org.eclipse.kura:org.eclipse.kura.net.admin >------------- [INFO] Building org.eclipse.kura.net.admin 1.1.2-SNAPSHOT [55/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 109 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[39] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[40] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[109] private WifiDriverService wifiDriverService; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[149] public void setWifiDriverService(WifiDriverService wifiDriverService) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[153] public void unsetWifiDriverService(WifiDriverService wifiUtils) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[239] BoardPowerState wifiState; ^^^^^^^^^^^^^^^ Discouraged access: The type 'BoardPowerState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[241] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[243] wifiState = BoardPowerState.OFF; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BoardPowerState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[243] wifiState = BoardPowerState.OFF; ^^^ Discouraged access: The field 'BoardPowerState.OFF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[245] return wifiState == BoardPowerState.ON; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BoardPowerState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[245] return wifiState == BoardPowerState.ON; ^^ Discouraged access: The field 'BoardPowerState.ON' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[312] @SuppressWarnings("checkstyle:methodLength") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[335] && !this.wifiDriverService.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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[737] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[738] this.wifiDriverService.unloadKernelModule(interfaceName); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WifiDriverService.unloadKernelModule(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[740] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[985] && !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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[1047] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[1080] this.wifiDriverService.disable(interfaceName); ^^^^^^^ Discouraged access: The method 'BoardResourcePowerService.disable(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/WifiMonitorServiceImpl.java:[1083] this.wifiDriverService.enable(interfaceName); ^^^^^^ Discouraged access: The method 'BoardResourcePowerService.enable(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/EthernetMonitorServiceImpl.java:[205] @SuppressWarnings("checkstyle:methodLength") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/util/PppAuthSecrets.java:[179] @SuppressWarnings("checkstyle:fileTabCharacter") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:fileTabCharacter") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[36] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[37] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[98] private DnsServerService dnsServer; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[103] private WifiDriverService wifiDriverService; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[155] public void setDnsServerService(DnsServerService dnsServer) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[159] public void unsetDnsServerService(DnsServerService dnsServer) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[172] public void setWifiDriverService(WifiDriverService wifiDriverService) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[176] public void unsetWifiDriverService(WifiDriverService wifiDriverService) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WifiDriverService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[208] if (this.dnsServer.isConfigured()) { ^^^^^^^^^^^^ Discouraged access: The method 'DnsServerService.isConfigured()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[209] this.dnsServer.stop(); ^^^^ Discouraged access: The method 'DnsServerService.stop()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[210] this.dnsServer.start(); ^^^^^ Discouraged access: The method 'DnsServerService.start()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[254] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[284] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[291] @SuppressWarnings("checkstyle:methodLength") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[518] @SuppressWarnings("checkstyle:methodLength") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[778] @SuppressWarnings("checkstyle:methodLength") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1046] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1106] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1249] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1499] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1502] this.wifiDriverService.unloadKernelModule(interfaceName); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WifiDriverService.unloadKernelModule(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminServiceImpl.java:[1503] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/NetworkAdminConfigurationMessages.java:[26] @SuppressWarnings("checkstyle:lineLength") ^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:lineLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/ublox/generic/UbloxModem.java:[67] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/ublox/generic/UbloxModem.java:[110] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[166] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[199] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[215] openPortEntry.setPermittedNetwork(getNetworkPair00()); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type NetworkPair needs unchecked conversion to conform to NetworkPair [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[227] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[227] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[227] new NetworkPair( ^^^^^^^^^^^ NetworkPair is a raw type. References to generic type NetworkPair should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[237] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[237] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[237] new NetworkPair( ^^^^^^^^^^^ NetworkPair is a raw type. References to generic type NetworkPair should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[269] portForwardEntry.setPermittedNetwork(getNetworkPair00()); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type NetworkPair needs unchecked conversion to conform to NetworkPair [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[396] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[397] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java:[397] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/hspa/HspaModem.java:[66] private final String platform; ^^^^^^^^ The value of the field HspaModem.platform is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/PppPeer.java:[815] @SuppressWarnings("checkstyle:methodLength") ^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:methodLength") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[73] private DnsServerService dnsServer; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[86] public void setDnsServerService(DnsServerService dnsServer) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[90] public void unsetDnsServerService(DnsServerService dnsServer) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[143] DnsServerConfig currentDnsServerConfig = this.dnsServer.getConfig(); ^^^^^^^^^ Discouraged access: The method 'DnsServerService.getConfig()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[201] this.dnsServer.stop(); ^^^^ Discouraged access: The method 'DnsServerService.stop()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[204] this.dnsServer.setConfig(dnsServerConfigIP4); ^^^^^^^^^ Discouraged access: The method 'DnsServerService.setConfig(DnsServerConfig)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/DnsMonitorServiceImpl.java:[209] this.dnsServer.start(); ^^^^^ Discouraged access: The method 'DnsServerService.start()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/HostapdConfigWriter.java:[29] import org.eclipse.kura.core.util.IOUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/HostapdConfigWriter.java:[444] return IOUtil.readResource(bundle, path); ^^^^^^ Discouraged access: The type 'IOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/HostapdConfigWriter.java:[444] return IOUtil.readResource(bundle, path); ^^^^^^^^^^^^ Discouraged access: The method 'IOUtil.readResource(Bundle, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/Ppp.java:[82] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[57] private final String platform; ^^^^^^^^ The value of the field TelitModem.platform is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[104] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[131] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[158] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[191] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[251] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[299] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[350] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[449] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[471] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[504] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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, "No PPP serial port available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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, "Unsupported modem device"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[536] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "No serial ports available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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, "No AT serial port available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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, "Unsupported modem device"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[556] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "No serial ports available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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, "No GPS serial port available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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, "Unsupported modem device"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[579] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "No serial ports available"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[611] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "Invalid Port Type"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[619] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, "URI Syntax Exception"); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[644] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/telit/generic/TelitModem.java:[712] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/WpaSupplicantConfigWriter.java:[33] import org.eclipse.kura.core.util.IOUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/WpaSupplicantConfigWriter.java:[127] return IOUtil.readResource(bundle, path); ^^^^^^ Discouraged access: The type 'IOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/WpaSupplicantConfigWriter.java:[127] return IOUtil.readResource(bundle, path); ^^^^^^^^^^^^ Discouraged access: The method 'IOUtil.readResource(Bundle, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/WpaSupplicantConfigWriter.java:[415] Charsets.UTF_8); ^^^^^ The field Charsets.UTF_8 is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigWriter.java:[36] private NetInterfaceConfigSerializationService netConfigManager; // can be null ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigWriter.java:[40] ServiceReference netConfigManagerSR = context ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigWriter.java:[41] .getServiceReference(NetInterfaceConfigSerializationService.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/visitor/linux/IfcfgConfigWriter.java:[70] netConfigManager.write(netInterfaceConfig); ^^^^^ Discouraged access: The method 'NetInterfaceConfigSerializationService.write(NetInterfaceConfig)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[82] Dictionary d = new Hashtable(); ^^^^^^^^^^^^^^^ Type safety: The expression of type Hashtable needs unchecked conversion to conform to Dictionary [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[82] Dictionary d = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/modem/sierra/usb598/SierraUsb598.java:[281] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated 110 problems (110 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.1.2-SNAPSHOT/org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.1.2-SNAPSHOT/org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/target/org.eclipse.kura.net.admin-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.1.2-SNAPSHOT/org.eclipse.kura.net.admin-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.1.2-SNAPSHOT/org.eclipse.kura.net.admin-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.net.admin/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin/1.1.2-SNAPSHOT/org.eclipse.kura.net.admin-1.1.2-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] ---------< org.eclipse.kura:org.eclipse.kura.protocol.modbus >---------- [INFO] Building org.eclipse.kura.protocol.modbus 2.1.2-SNAPSHOT [56/180] [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.1.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.protocol.modbus --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/src/main/java/org/eclipse/kura/protocol/modbus/ModbusProtocolDevice.java:[358] .withParity(parity).withTimeout(2000).build().toString(); ^^^^^^^^^^^^^^^^^ The method withTimeout(int) from the type CommURI.Builder is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/src/main/java/org/eclipse/kura/protocol/modbus/ModbusProtocolDeviceService.java:[17] import org.eclipse.kura.KuraConnectionStatus; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.KuraConnectionStatus is never used 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.protocol.modbus --- [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.protocol.modbus --- [INFO] Building DP - Version: 2.1.2.202206281342 [INFO] Added: org.eclipse.kura.protocol.modbus:2.1.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus_2.1.2-SNAPSHOT.dp [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] --- 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.protocol.modbus/target/org.eclipse.kura.protocol.modbus_2.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.protocol.modbus-2.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.protocol.modbus --- [INFO] [INFO] --------------< org.eclipse.kura:org.eclipse.kura.stress >-------------- [INFO] Building org.eclipse.kura.stress 1.1.2-SNAPSHOT [57/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.1.2-SNAPSHOT/org.eclipse.kura.stress-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.1.2-SNAPSHOT/org.eclipse.kura.stress-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/target/org.eclipse.kura.stress-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.1.2-SNAPSHOT/org.eclipse.kura.stress-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.1.2-SNAPSHOT/org.eclipse.kura.stress-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.stress/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress/1.1.2-SNAPSHOT/org.eclipse.kura.stress-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.stress --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.wire.camel >------------ [INFO] Building org.eclipse.kura.wire.camel 1.1.2-SNAPSHOT [58/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.1.2-SNAPSHOT/org.eclipse.kura.wire.camel-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.1.2-SNAPSHOT/org.eclipse.kura.wire.camel-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/org.eclipse.kura.wire.camel-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.1.2-SNAPSHOT/org.eclipse.kura.wire.camel-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.1.2-SNAPSHOT/org.eclipse.kura.wire.camel-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.camel/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.camel/1.1.2-SNAPSHOT/org.eclipse.kura.wire.camel-1.1.2-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] ---< org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider >---- [INFO] Building org.eclipse.kura.wire.script.filter.provider 1.1.2-SNAPSHOT [59/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/src/main/java/org/eclipse/kura/wire/script/filter/provider/ScriptFilter.java:[78] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/src/main/java/org/eclipse/kura/wire/script/filter/provider/WireEnvelopeWrapper.java:[17] @SuppressWarnings("checkstyle:visibilityModifier") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:visibilityModifier") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/src/main/java/org/eclipse/kura/wire/script/filter/provider/WireEnvelopeWrapper.java:[20] @SuppressWarnings("checkstyle:visibilityModifier") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:visibilityModifier") 3 problems (3 warnings) [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/org.eclipse.kura.wire.script.filter.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.script.filter.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.script.filter.provider-1.1.2-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] ---< org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider >--- [INFO] Building org.eclipse.kura.wire.h2db.component.provider 2.1.2-SNAPSHOT [60/180] [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 2.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/src/main/java/org/eclipse/kura/internal/wire/h2db/store/H2DbWireRecordStore.java:[146] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/src/main/java/org/eclipse/kura/internal/wire/h2db/filter/H2DbWireRecordFilter.java:[125] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference 2 problems (2 warnings) [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/src/main/resources does not exist [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/src/test/java does not exist [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/2.1.2-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/2.1.2-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/2.1.2-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/2.1.2-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.h2db.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider/2.1.2-SNAPSHOT/org.eclipse.kura.wire.h2db.component.provider-2.1.2-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] -----< org.eclipse.kura:org.eclipse.kura.wire.component.provider >------ [INFO] Building org.eclipse.kura.wire.component.provider 1.1.2-SNAPSHOT [61/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/asset/WireAsset.java:[144] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/regexfilter/RegexFilter.java:[120] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/subscriber/CloudSubscriber.java:[116] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/publisher/CloudPublisher.java:[63] private static final String ASSET_NAME_PROPERTY_KEY = "assetName"; ^^^^^^^^^^^^^^^^^^^^^^^ The value of the field CloudPublisher.ASSET_NAME_PROPERTY_KEY is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/publisher/CloudPublisher.java:[123] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/src/main/java/org/eclipse/kura/internal/wire/publisher/CloudPublisher.java:[241] NmeaPosition position = this.positionService.getNmeaPosition(); ^^^^^^^^^^^^^^^^^ The method getNmeaPosition() from the type PositionService is deprecated 8 problems (8 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.provider-1.1.2-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] -------< org.eclipse.kura:org.eclipse.kura.wire.helper.provider >------- [INFO] Building org.eclipse.kura.wire.helper.provider 1.1.2-SNAPSHOT [62/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/org.eclipse.kura.wire.helper.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.helper.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.helper.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.helper.provider-1.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.wire.provider >----------- [INFO] Building org.eclipse.kura.wire.provider 1.1.2-SNAPSHOT [63/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/org.eclipse.kura.wire.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.provider-1.1.2-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] -------< org.eclipse.kura:org.eclipse.kura.rest.asset.provider >-------- [INFO] Building org.eclipse.kura.rest.asset.provider 1.1.2-SNAPSHOT [64/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.1.2-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.1.2-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/org.eclipse.kura.rest.asset.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.1.2-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.1.2-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.asset.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider/1.1.2-SNAPSHOT/org.eclipse.kura.rest.asset.provider-1.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.misc.cloudcat >----------- [INFO] Building org.eclipse.kura.misc.cloudcat 1.1.2-SNAPSHOT [65/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[20] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[21] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[37] private CloudService firstCloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[38] private CloudService secondCloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[39] private CloudClient firstCloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[40] private CloudClient secondCloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[44] private ServiceTracker firstCloudServiceTracker; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[44] private ServiceTracker firstCloudServiceTracker; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[45] private ServiceTracker secondCloudServiceTracker; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[45] private ServiceTracker secondCloudServiceTracker; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[49] private void bindFirstCloudService(CloudService firstCloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[53] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[60] private void bindSecondCloudService(CloudService secondCloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[64] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[71] private void unbindFirstCloudService(CloudService firstCloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[76] private void unbindSecondCloudService(CloudService firstCloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[116] new ServiceTrackerCustomizer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[116] new ServiceTrackerCustomizer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[119] public CloudService addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[119] public CloudService addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[120] CloudService cloudService = CloudCat.this.componentContext.getBundleContext() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[127] public void modifiedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[127] public void modifiedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[132] public void removedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[132] public void removedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[147] new ServiceTrackerCustomizer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[147] new ServiceTrackerCustomizer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[150] public CloudService addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[150] public CloudService addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[151] CloudService cloudService = CloudCat.this.componentContext.getBundleContext() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[158] public void modifiedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[158] public void modifiedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[163] public void removedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[163] public void removedService(ServiceReference reference, CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[229] this.firstCloudClient.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudCat.java:[233] this.secondCloudClient.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[18] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[19] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[24] public class CloudClientRelay implements CloudClientListener { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[32] private final CloudClient thisCloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[33] private final CloudClient otherCloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[37] public CloudClientRelay(CloudClient thisCloudClient, CloudClient otherCloudClient, ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[37] public CloudClientRelay(CloudClient thisCloudClient, CloudClient otherCloudClient, ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[60] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[63] this.thisCloudClient.getApplicationId(), this.otherCloudClient.getApplicationId()); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[63] this.thisCloudClient.getApplicationId(), this.otherCloudClient.getApplicationId()); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[76] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[79] this.thisCloudClient.getApplicationId(), this.otherCloudClient.getApplicationId()); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[79] this.thisCloudClient.getApplicationId(), this.otherCloudClient.getApplicationId()); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[110] this.thisCloudClient.subscribe(topic, qos); ^^^^^^^^^^^^^^^^^^^^^ The method subscribe(String, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[113] this.thisCloudClient.getApplicationId(), topic, e); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[122] this.thisCloudClient.controlSubscribe(topic, qos); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method controlSubscribe(String, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[125] this.thisCloudClient.getApplicationId(), topic, e); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[135] this.thisCloudClient.unsubscribe(topic); ^^^^^^^^^^^^^^^^^^ The method unsubscribe(String) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[138] this.thisCloudClient.getApplicationId(), topic, e); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[146] this.thisCloudClient.controlUnsubscribe(topic); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method controlUnsubscribe(String) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[149] this.thisCloudClient.getApplicationId(), topic, e); ^^^^^^^^^^^^^^^^^^ The method getApplicationId() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[155] return this.thisCloudClient.isConnected(); ^^^^^^^^^^^^^ The method isConnected() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[159] this.thisCloudClient.addCloudClientListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addCloudClientListener(CloudClientListener) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/main/java/org/eclipse/kura/internal/misc/cloudcat/CloudClientRelay.java:[163] this.thisCloudClient.removeCloudClientListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeCloudClientListener(CloudClientListener) 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.1.2-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.1.2-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/org.eclipse.kura.misc.cloudcat-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.1.2-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.1.2-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.misc.cloudcat/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.misc.cloudcat/1.1.2-SNAPSHOT/org.eclipse.kura.misc.cloudcat-1.1.2-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] --< org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider >-- [INFO] Building org.eclipse.kura.json.marshaller.unmarshaller.provider 1.1.2-SNAPSHOT [66/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/src/main/java/org/eclipse/kura/internal/json/marshaller/unmarshaller/wiregraph/WireGraphJsonMarshallUnmarshallImpl.java:[34] @SuppressWarnings("checkstyle:hideUtilityClassConstructor") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:hideUtilityClassConstructor") 1 problem (1 warning) [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.1.2-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.1.2-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.1.2-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.1.2-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider/1.1.2-SNAPSHOT/org.eclipse.kura.json.marshaller.unmarshaller.provider-1.1.2-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] --< org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider >-- [INFO] Building org.eclipse.kura.xml.marshaller.unmarshaller.provider 1.1.2-SNAPSHOT [67/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/src/main/java/org/eclipse/kura/internal/xml/marshaller/unmarshaller/XmlJavaMetadataMapper.java:[329] @SuppressWarnings("checkstyle:emptyBlock") ^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:emptyBlock") 1 problem (1 warning) [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.1.2-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.1.2-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.1.2-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.1.2-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.1.2-SNAPSHOT/org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.1.2-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] --< org.eclipse.kura:org.eclipse.kura.wire.component.conditional.provider >-- [INFO] Building org.eclipse.kura.wire.component.conditional.provider 1.1.2-SNAPSHOT [68/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/src/main/java/org/eclipse/kura/internal/wire/conditional/WireEnvelopeWrapper.java:[18] @SuppressWarnings("checkstyle:visibilityModifier") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:visibilityModifier") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/src/main/java/org/eclipse/kura/internal/wire/conditional/WireEnvelopeWrapper.java:[21] @SuppressWarnings("checkstyle:visibilityModifier") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:visibilityModifier") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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 3 problems (3 warnings) [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/org.eclipse.kura.wire.component.conditional.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.conditional.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.conditional.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.conditional.provider-1.1.2-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] ---< org.eclipse.kura:org.eclipse.kura.wire.component.join.provider >--- [INFO] Building org.eclipse.kura.wire.component.join.provider 1.1.2-SNAPSHOT [69/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/org.eclipse.kura.wire.component.join.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.component.join.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.join.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.component.join.provider-1.1.2-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] --< org.eclipse.kura:org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider >-- [INFO] Building org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider 1.1.2-SNAPSHOT [70/180] [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.1.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/CloudPayloadGZipEncoder.java:[17] import org.eclipse.kura.core.util.GZipUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GZipUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/CloudPayloadGZipEncoder.java:[30] byte[] compressed = GZipUtil.compress(source); ^^^^^^^^ Discouraged access: The type 'GZipUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/CloudPayloadGZipEncoder.java:[30] byte[] compressed = GZipUtil.compress(source); ^^^^^^^^ Discouraged access: The method 'GZipUtil.compress(byte[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/message/protobuf/KuraPayloadProto.java:[4166] com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = root -> { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Descriptors.FileDescriptor.InternalDescriptorAssigner is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/message/protobuf/KuraPayloadProto.java:[4170] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/LifeCyclePayloadBuilder.java:[17] import org.eclipse.kura.core.util.NetUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/LifeCyclePayloadBuilder.java:[174] NmeaPosition position = positionService.getNmeaPosition(); ^^^^^^^^^^^^^^^^^ The method getNmeaPosition() from the type PositionService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/LifeCyclePayloadBuilder.java:[231] sb.append(ni.getName()).append(" (").append(NetUtil.hardwareAddressToString(ni.getHardwareAddress())) ^^^^^^^ Discouraged access: The type 'NetUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/LifeCyclePayloadBuilder.java:[231] sb.append(ni.getName()).append(" (").append(NetUtil.hardwareAddressToString(ni.getHardwareAddress())) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NetUtil.hardwareAddressToString(byte[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/CloudPayloadProtoBufDecoderImpl.java:[20] import org.eclipse.kura.core.util.GZipUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GZipUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/CloudPayloadProtoBufDecoderImpl.java:[50] if (GZipUtil.isCompressed(this.bytes)) { ^^^^^^^^ Discouraged access: The type 'GZipUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/CloudPayloadProtoBufDecoderImpl.java:[50] if (GZipUtil.isCompressed(this.bytes)) { ^^^^^^^^^^^^ Discouraged access: The method 'GZipUtil.isCompressed(byte[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/CloudPayloadProtoBufDecoderImpl.java:[52] this.bytes = GZipUtil.decompress(this.bytes); ^^^^^^^^ Discouraged access: The type 'GZipUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/CloudPayloadProtoBufDecoderImpl.java:[52] this.bytes = GZipUtil.decompress(this.bytes); ^^^^^^^^^^ Discouraged access: The method 'GZipUtil.decompress(byte[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.DataService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataService is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/main/java/org/eclipse/kura/internal/cloudconnection/eclipseiot/mqtt/cloud/factory/DefaultCloudConnectionFactory.java:[30] import org.eclipse.kura.data.DataTransportService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.kura.data.DataTransportService is never used 16 problems (16 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.1.2-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.1.2-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.1.2-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.1.2-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider/1.1.2-SNAPSHOT/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.1.2-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] --< org.eclipse.kura:org.eclipse.kura.cloudconnection.raw.mqtt.provider >-- [INFO] Building org.eclipse.kura.cloudconnection.raw.mqtt.provider 1.1.2-SNAPSHOT [71/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/src/main/java/org/eclipse/kura/cloudconnection/raw/mqtt/subscriber/SubscribeOptions.java:[20] import org.eclipse.kura.core.util.MqttTopicUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MqttTopicUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/src/main/java/org/eclipse/kura/cloudconnection/raw/mqtt/subscriber/SubscribeOptions.java:[50] MqttTopicUtil.validate(filter, true); ^^^^^^^^^^^^^ Discouraged access: The type 'MqttTopicUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/src/main/java/org/eclipse/kura/cloudconnection/raw/mqtt/subscriber/SubscribeOptions.java:[50] MqttTopicUtil.validate(filter, true); ^^^^^^^^ Discouraged access: The method 'MqttTopicUtil.validate(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/src/main/java/org/eclipse/kura/cloudconnection/raw/mqtt/cloud/RawMqttCloudEndpoint.java:[42] import org.eclipse.kura.core.util.MqttTopicUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MqttTopicUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/src/main/java/org/eclipse/kura/cloudconnection/raw/mqtt/cloud/RawMqttCloudEndpoint.java:[262] if (MqttTopicUtil.isMatched(e.getKey().getTopicFilter(), topic)) { ^^^^^^^^^^^^^ Discouraged access: The type 'MqttTopicUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/src/main/java/org/eclipse/kura/cloudconnection/raw/mqtt/cloud/RawMqttCloudEndpoint.java:[262] if (MqttTopicUtil.isMatched(e.getKey().getTopicFilter(), topic)) { ^^^^^^^^^ Discouraged access: The method 'MqttTopicUtil.isMatched(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/1.1.2-SNAPSHOT/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/1.1.2-SNAPSHOT/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/1.1.2-SNAPSHOT/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/1.1.2-SNAPSHOT/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.cloudconnection.raw.mqtt.provider/1.1.2-SNAPSHOT/org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.cloudconnection.raw.mqtt.provider --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.linux.sysv.provider >-------- [INFO] Building org.eclipse.kura.linux.sysv.provider 1.1.2-SNAPSHOT [72/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/src/main/java/org/eclipse/kura/internal/linux/sysv/net/dns/LinuxDnsServerSysV.java:[18] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/src/main/java/org/eclipse/kura/internal/linux/sysv/net/dns/LinuxDnsServerSysV.java:[21] public class LinuxDnsServerSysV extends LinuxDnsServer implements DnsServerService { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/org.eclipse.kura.linux.sysv.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.sysv.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.sysv.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.sysv.provider-1.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.linux.systemd.provider >------ [INFO] Building org.eclipse.kura.linux.systemd.provider 1.1.2-SNAPSHOT [73/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/src/main/java/org/eclipse/kura/internal/linux/systemd/net/dns/LinuxDnsServerSystemD.java:[19] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/src/main/java/org/eclipse/kura/internal/linux/systemd/net/dns/LinuxDnsServerSystemD.java:[22] public class LinuxDnsServerSystemD extends LinuxDnsServer implements DnsServerService { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DnsServerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/org.eclipse.kura.linux.systemd.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.systemd.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.systemd.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.systemd.provider-1.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.linux.debian.provider >------- [INFO] Building org.eclipse.kura.linux.debian.provider 1.1.2-SNAPSHOT [74/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[34] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[45] public class NetInterfaceConfigSerializationServiceImpl implements NetInterfaceConfigSerializationService { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[147] @SuppressWarnings("checkstyle:todoComment") ^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:todoComment") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[356] @SuppressWarnings("checkstyle:innerAssignment") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:innerAssignment") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[544] @SuppressWarnings("checkstyle:todoComment") ^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:todoComment") 5 problems (5 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/org.eclipse.kura.linux.debian.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.debian.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.debian.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.debian.provider-1.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.linux.redhat.provider >------- [INFO] Building org.eclipse.kura.linux.redhat.provider 1.1.2-SNAPSHOT [75/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[31] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.net/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/src/main/java/org/eclipse/kura/internal/linux/net/config/NetInterfaceConfigSerializationServiceImpl.java:[42] public class NetInterfaceConfigSerializationServiceImpl implements NetInterfaceConfigSerializationService { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetInterfaceConfigSerializationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/org.eclipse.kura.linux.redhat.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.linux.redhat.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.redhat.provider/1.1.2-SNAPSHOT/org.eclipse.kura.linux.redhat.provider-1.1.2-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] -------< org.eclipse.kura:org.eclipse.kura.http.server.manager >-------- [INFO] Building org.eclipse.kura.http.server.manager 1.1.2-SNAPSHOT [76/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.http.server.manager --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.http.server.manager --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.http.server.manager --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.http.server.manager --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.http.server.manager --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.http.server.manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.http.server.manager --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.http.server.manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.http.server.manager --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/org.eclipse.kura.http.server.manager-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.http.server.manager --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.http.server.manager --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/org.eclipse.kura.http.server.manager-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.http.server.manager --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.http.server.manager --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.http.server.manager --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.http.server.manager --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/org.eclipse.kura.http.server.manager-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager/1.1.2-SNAPSHOT/org.eclipse.kura.http.server.manager-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager/1.1.2-SNAPSHOT/org.eclipse.kura.http.server.manager-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/org.eclipse.kura.http.server.manager-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager/1.1.2-SNAPSHOT/org.eclipse.kura.http.server.manager-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager/1.1.2-SNAPSHOT/org.eclipse.kura.http.server.manager-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.http.server.manager/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager/1.1.2-SNAPSHOT/org.eclipse.kura.http.server.manager-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.http.server.manager --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.useradmin.store >---------- [INFO] Building org.eclipse.kura.useradmin.store 1.1.2-SNAPSHOT [77/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.useradmin.store --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.useradmin.store --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.useradmin.store --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.useradmin.store --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.useradmin.store --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.useradmin.store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.useradmin.store --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.useradmin.store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.useradmin.store --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/org.eclipse.kura.useradmin.store-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.useradmin.store --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.useradmin.store --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/org.eclipse.kura.useradmin.store-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.useradmin.store --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.useradmin.store --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.useradmin.store --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.useradmin.store --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/org.eclipse.kura.useradmin.store-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store/1.1.2-SNAPSHOT/org.eclipse.kura.useradmin.store-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store/1.1.2-SNAPSHOT/org.eclipse.kura.useradmin.store-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/org.eclipse.kura.useradmin.store-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store/1.1.2-SNAPSHOT/org.eclipse.kura.useradmin.store-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store/1.1.2-SNAPSHOT/org.eclipse.kura.useradmin.store-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.useradmin.store/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store/1.1.2-SNAPSHOT/org.eclipse.kura.useradmin.store-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.useradmin.store --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.network.threat.manager >------ [INFO] Building org.eclipse.kura.network.threat.manager 1.1.2-SNAPSHOT [78/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.network.threat.manager --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.network.threat.manager --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.network.threat.manager --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.network.threat.manager --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.network.threat.manager --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.network.threat.manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.network.threat.manager --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.network.threat.manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.network.threat.manager --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/org.eclipse.kura.network.threat.manager-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.network.threat.manager --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.network.threat.manager --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/org.eclipse.kura.network.threat.manager-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.network.threat.manager --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.network.threat.manager --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.network.threat.manager --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.network.threat.manager --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/org.eclipse.kura.network.threat.manager-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager/1.1.2-SNAPSHOT/org.eclipse.kura.network.threat.manager-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager/1.1.2-SNAPSHOT/org.eclipse.kura.network.threat.manager-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/org.eclipse.kura.network.threat.manager-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager/1.1.2-SNAPSHOT/org.eclipse.kura.network.threat.manager-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager/1.1.2-SNAPSHOT/org.eclipse.kura.network.threat.manager-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.network.threat.manager/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager/1.1.2-SNAPSHOT/org.eclipse.kura.network.threat.manager-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.network.threat.manager --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.core.tamper.detection >------- [INFO] Building org.eclipse.kura.core.tamper.detection 1.1.2-SNAPSHOT [79/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.tamper.detection --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.tamper.detection --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.tamper.detection --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.tamper.detection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.tamper.detection --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.tamper.detection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.tamper.detection --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.tamper.detection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.tamper.detection --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/org.eclipse.kura.core.tamper.detection-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.tamper.detection --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.tamper.detection --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/org.eclipse.kura.core.tamper.detection-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.tamper.detection --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.tamper.detection --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.tamper.detection --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.tamper.detection --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/org.eclipse.kura.core.tamper.detection-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.core.tamper.detection-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.core.tamper.detection-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/org.eclipse.kura.core.tamper.detection-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.core.tamper.detection-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.core.tamper.detection-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core.tamper.detection/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.core.tamper.detection-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.tamper.detection --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.log.filesystem.provider >------ [INFO] Building org.eclipse.kura.log.filesystem.provider 1.0.2-SNAPSHOT [80/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.log.filesystem.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.log.filesystem.provider --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.log.filesystem.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.log.filesystem.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.log.filesystem.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.log.filesystem.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.log.filesystem.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.log.filesystem.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.log.filesystem.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/org.eclipse.kura.log.filesystem.provider-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.log.filesystem.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.log.filesystem.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/org.eclipse.kura.log.filesystem.provider-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.log.filesystem.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.log.filesystem.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.log.filesystem.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.log.filesystem.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/org.eclipse.kura.log.filesystem.provider-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider/1.0.2-SNAPSHOT/org.eclipse.kura.log.filesystem.provider-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider/1.0.2-SNAPSHOT/org.eclipse.kura.log.filesystem.provider-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/org.eclipse.kura.log.filesystem.provider-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider/1.0.2-SNAPSHOT/org.eclipse.kura.log.filesystem.provider-1.0.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider/1.0.2-SNAPSHOT/org.eclipse.kura.log.filesystem.provider-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.log.filesystem.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider/1.0.2-SNAPSHOT/org.eclipse.kura.log.filesystem.provider-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.log.filesystem.provider --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.request.handler.jaxrs >------- [INFO] Building org.eclipse.kura.request.handler.jaxrs 1.0.2-SNAPSHOT [81/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.request.handler.jaxrs --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/org.eclipse.kura.request.handler.jaxrs-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/org.eclipse.kura.request.handler.jaxrs-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/org.eclipse.kura.request.handler.jaxrs-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.request.handler.jaxrs/1.0.2-SNAPSHOT/org.eclipse.kura.request.handler.jaxrs-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.request.handler.jaxrs/1.0.2-SNAPSHOT/org.eclipse.kura.request.handler.jaxrs-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/org.eclipse.kura.request.handler.jaxrs-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.request.handler.jaxrs/1.0.2-SNAPSHOT/org.eclipse.kura.request.handler.jaxrs-1.0.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.request.handler.jaxrs/1.0.2-SNAPSHOT/org.eclipse.kura.request.handler.jaxrs-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.request.handler.jaxrs/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.request.handler.jaxrs/1.0.2-SNAPSHOT/org.eclipse.kura.request.handler.jaxrs-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.request.handler.jaxrs --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.rest.configuration.provider >---- [INFO] Building org.eclipse.kura.rest.configuration.provider 1.0.2-SNAPSHOT [82/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.rest.configuration.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.rest.configuration.provider --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.rest.configuration.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.rest.configuration.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.rest.configuration.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.rest.configuration.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.rest.configuration.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.rest.configuration.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.rest.configuration.provider --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/org.eclipse.kura.rest.configuration.provider-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.rest.configuration.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.rest.configuration.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/org.eclipse.kura.rest.configuration.provider-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.rest.configuration.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.rest.configuration.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.rest.configuration.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.rest.configuration.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/org.eclipse.kura.rest.configuration.provider-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.rest.configuration.provider-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.rest.configuration.provider-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/org.eclipse.kura.rest.configuration.provider-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.rest.configuration.provider-1.0.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.rest.configuration.provider-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.configuration.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.rest.configuration.provider-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.rest.configuration.provider --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.rest.wire.provider >-------- [INFO] Building org.eclipse.kura.rest.wire.provider 1.0.2-SNAPSHOT [83/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.rest.wire.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.rest.wire.provider --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.rest.wire.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.rest.wire.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.rest.wire.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.rest.wire.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.rest.wire.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.rest.wire.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.rest.wire.provider --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/org.eclipse.kura.rest.wire.provider-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.rest.wire.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.rest.wire.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/org.eclipse.kura.rest.wire.provider-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.rest.wire.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.rest.wire.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.rest.wire.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.rest.wire.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/org.eclipse.kura.rest.wire.provider-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider/1.0.2-SNAPSHOT/org.eclipse.kura.rest.wire.provider-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider/1.0.2-SNAPSHOT/org.eclipse.kura.rest.wire.provider-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/org.eclipse.kura.rest.wire.provider-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider/1.0.2-SNAPSHOT/org.eclipse.kura.rest.wire.provider-1.0.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider/1.0.2-SNAPSHOT/org.eclipse.kura.rest.wire.provider-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.rest.wire.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider/1.0.2-SNAPSHOT/org.eclipse.kura.rest.wire.provider-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.rest.wire.provider --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.container.orchestration.provider >-- [INFO] Building org.eclipse.kura.container.orchestration.provider 1.0.2-SNAPSHOT [84/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.kura.container.orchestration.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.container.orchestration.provider --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.container.orchestration.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.container.orchestration.provider --- [INFO] [INFO] --- maven-dependency-plugin:3.0.0:copy (default) @ org.eclipse.kura.container.orchestration.provider --- [INFO] Configured Artifact: com.github.docker-java:docker-java:3.2.12:jar [INFO] Configured Artifact: com.github.docker-java:docker-java-core:3.2.12:jar [INFO] Configured Artifact: com.github.docker-java:docker-java-api:3.2.12:jar [INFO] Configured Artifact: com.github.docker-java:docker-java-transport:3.2.12:jar [INFO] Configured Artifact: commons-io:commons-io:2.6:jar [INFO] Configured Artifact: org.apache.commons:commons-compress:1.21:jar [INFO] Configured Artifact: commons-lang:commons-lang:2.6:jar [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:2.10.3:jar [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:2.10.3:jar [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:2.10.3:jar [INFO] Configured Artifact: com.github.docker-java:docker-java-transport-httpclient5:3.2.12:jar [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:5.0.3:jar [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:5.0.2:jar [INFO] Configured Artifact: net.java.dev.jna:jna:5.8.0:jar [INFO] Configured Artifact: commons-codec:commons-codec:1.13:jar [INFO] Copying docker-java-3.2.12.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/docker-java.jar [INFO] Copying docker-java-core-3.2.12.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/docker-java-core.jar [INFO] Copying docker-java-api-3.2.12.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/docker-java-api.jar [INFO] Copying docker-java-transport-3.2.12.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/docker-java-transport.jar [INFO] Copying commons-io-2.6.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/commons-io.jar [INFO] Copying commons-compress-1.21.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/commons-compress.jar [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/commons-lang.jar [INFO] Copying jackson-databind-2.10.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/jackson-databind.jar [INFO] Copying jackson-core-2.10.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/jackson-core.jar [INFO] Copying jackson-annotations-2.10.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/jackson-annotations.jar [INFO] Copying docker-java-transport-httpclient5-3.2.12.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/docker-java-transport-httpclient5.jar [INFO] Copying httpclient5-5.0.3.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/httpclient5.jar [INFO] Copying httpcore5-5.0.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/httpcore5.jar [INFO] Copying jna-5.8.0.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/jna.jar [INFO] Copying commons-codec-1.13.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/lib/commons-codec.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.container.orchestration.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.container.orchestration.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.container.orchestration.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.container.orchestration.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.container.orchestration.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.container.orchestration.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.container.orchestration.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.container.orchestration.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.container.orchestration.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.4.1:build (default) @ org.eclipse.kura.container.orchestration.provider --- [INFO] Building DP - Version: 1.0.2.202206281342 [INFO] Added: org.eclipse.kura.container.orchestration.provider:1.0.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider_1.0.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.container.orchestration.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.container.orchestration.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.0.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.orchestration.provider/target/org.eclipse.kura.container.orchestration.provider_1.0.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider-1.0.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.container.orchestration.provider --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.ai.triton.server >--------- [INFO] Building org.eclipse.kura.ai.triton.server 1.0.2-SNAPSHOT [85/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.ai.triton.server --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- protobuf-maven-plugin:0.6.1:compile (default) @ org.eclipse.kura.ai.triton.server --- [INFO] Compiling 2 proto file(s) to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java [INFO] [INFO] --- protobuf-maven-plugin:0.6.1:compile-custom (default) @ org.eclipse.kura.ai.triton.server --- [INFO] Compiling 2 proto file(s) to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/grpc-java [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ org.eclipse.kura.ai.triton.server --- [INFO] Source directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java added. [INFO] Source directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/grpc-java added. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.ai.triton.server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.ai.triton.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/src/main/resources [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.ai.triton.server --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[890] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[1616] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[1793] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used 6. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 2840) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 7. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 3264) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[3487] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[3582] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[3883] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[4122] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[4683] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[4877] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[5232] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") 15. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 6608) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[6821] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[6989] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used 18. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 7490) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[7880] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[7913] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[8217] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[8401] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[8681] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[8770] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") 25. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 9544) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[9746] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[10526] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") 28. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 11337) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[11679] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[11781] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[12298] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[12572] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") 33. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 13030) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[13342] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[14021] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") 36. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 14437) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 37. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 14584) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 38. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 15121) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[15232] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 40. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 15592) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[15805] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 42. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 17798) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 43. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 18160) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[18310] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 45. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 18835) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 46. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 19103) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 47. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 19274) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 48. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 20037) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 49. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 23628) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 50. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 23840) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 51. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 27070) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[27652] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[28628] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") 54. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 29731) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[29995] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[30478] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") 57. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 31032) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[31657] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 59. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 33124) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 60. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 33476) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[33874] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[34090] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[34241] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[34595] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[35152] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") 66. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 35366) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[35651] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 68. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 36637) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[36873] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[37035] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[37584] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") 72. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 37875) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[38068] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 74. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 38631) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[38930] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[40023] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 77. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 41899) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 78. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 42221) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[42771] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[43832] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 81. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 44593) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[44772] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 83. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 45330) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 84. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 45585) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[45764] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[46074] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[46434] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[47198] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 89. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 47977) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[48185] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 91. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 48728) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[48879] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 93. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 49351) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 94. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 49550) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[49886] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[50659] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 97. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 51464) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[51615] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 99. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java (at line 53161) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/ModelConfigOuterClass.java:[55799] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/grpc-java/inference/GRPCInferenceServiceGrpc.java:[5] import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import io.grpc.stub.ClientCalls.asyncClientStreamingCall is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/grpc-java/inference/GRPCInferenceServiceGrpc.java:[6] import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import io.grpc.stub.ClientCalls.asyncServerStreamingCall is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/grpc-java/inference/GRPCInferenceServiceGrpc.java:[8] import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import io.grpc.stub.ClientCalls.blockingServerStreamingCall is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/grpc-java/inference/GRPCInferenceServiceGrpc.java:[12] import static io.grpc.stub.ServerCalls.asyncClientStreamingCall; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import io.grpc.stub.ServerCalls.asyncClientStreamingCall is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/grpc-java/inference/GRPCInferenceServiceGrpc.java:[13] import static io.grpc.stub.ServerCalls.asyncServerStreamingCall; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import io.grpc.stub.ServerCalls.asyncServerStreamingCall is never used 106. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 45) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[156] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 108. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 493) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[640] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 110. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 1024) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[1135] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 112. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 1472) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[1619] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 114. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 2061) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[2312] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 116. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 2895) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[3042] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 118. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 3426) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[3537] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 120. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 3976) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[4324] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[4496] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used 123. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 5154) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[5407] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 125. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 6227) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 126. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 6468) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[6827] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[6999] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[7977] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[8163] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used 131. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 9653) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[9981] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 133. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 10976) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[11935] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[12119] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used 136. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 14000) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 137. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 14379) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[14973] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 139. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 16212) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[16550] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[17864] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 142. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 20240) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 143. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 20607) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[21201] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[22897] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 146. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 24560) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[24822] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 148. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 25536) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[25787] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 150. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 26395) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[26585] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 152. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 27171) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[27422] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 154. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 28017) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[28198] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 156. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 28874) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[29462] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 158. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 31166) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[31561] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 160. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 32817) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[33381] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 162. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 34897) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[35109] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 164. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 35896) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[36224] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 166. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 36869) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[37085] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 168. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 37654) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 169. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 37870) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[38259] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[39184] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[39357] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used 173. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 39991) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[40240] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 175. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 40804) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[40915] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 177. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 41363) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[41769] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[41962] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used 180. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 42539) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[42650] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 182. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 43004) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[43187] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 184. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 43717) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 185. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 43917) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[44239] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[45088] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[45277] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used 189. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 45716) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[46038] memoizedHashCode = hash; ^^^^^^^^^^^^^^^^ Type safety: The field memoizedHashCode from the raw type AbstractMessageLite is assigned a value of type int. References to generic type AbstractMessageLite should be parameterized 191. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 46726) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 192. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 47191) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 193. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 47825) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 194. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 48290) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 195. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 49003) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 196. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 49173) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[50336] int from_bitField0_ = bitField0_; ^^^^^^^^^^^^^^^ The value of the local variable from_bitField0_ is not used 198. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 50759) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 199. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 51667) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 200. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 52132) @SuppressWarnings({"unused"}) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 201. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java (at line 52766) @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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[53281] internal_static_inference_ModelInferResponse_InferOutputTensor_ParametersEntry_fieldAccessorTable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field GrpcService.internal_static_inference_ModelInferResponse_InferOutputTensor_ParametersEntry_fieldAccessorTable is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[53286] internal_static_inference_ModelInferResponse_ParametersEntry_fieldAccessorTable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field GrpcService.internal_static_inference_ModelInferResponse_ParametersEntry_fieldAccessorTable is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[53396] internal_static_inference_SystemSharedMemoryStatusResponse_RegionsEntry_fieldAccessorTable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field GrpcService.internal_static_inference_SystemSharedMemoryStatusResponse_RegionsEntry_fieldAccessorTable is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/generated-sources/protobuf/java/inference/GrpcService.java:[53436] internal_static_inference_CudaSharedMemoryStatusResponse_RegionsEntry_fieldAccessorTable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field GrpcService.internal_static_inference_CudaSharedMemoryStatusResponse_RegionsEntry_fieldAccessorTable is not used 205 problems (0 errors, 115 warnings, 115 info) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.ai.triton.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.ai.triton.server --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.ai.triton.server --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.ai.triton.server --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.ai.triton.server --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server/1.0.2-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server/1.0.2-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server/1.0.2-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server/1.0.2-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.ai.triton.server/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server/1.0.2-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] ----< org.eclipse.kura:org.eclipse.kura.wire.ai.component.provider >---- [INFO] Building org.eclipse.kura.wire.ai.component.provider 1.0.2-SNAPSHOT [86/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.ai.component.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/src/main/java/org/eclipse/kura/wire/ai/component/provider/AIComponent.java:[83] (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.ai.component.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider/1.0.2-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider/1.0.2-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider/1.0.2-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider/1.0.2-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.wire.ai.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider/1.0.2-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.container.provider >-------- [INFO] Building org.eclipse.kura.container.provider 1.0.2-SNAPSHOT [87/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.container.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.container.provider --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.container.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.container.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.container.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.container.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.container.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.container.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.container.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.container.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.container.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.container.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.container.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.4.1:build (default) @ org.eclipse.kura.container.provider --- [INFO] Building DP - Version: 1.0.2.202206281342 [INFO] Added: org.eclipse.kura.container.provider:1.0.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider_1.0.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.container.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.container.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider-1.0.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.container.provider/target/org.eclipse.kura.container.provider_1.0.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider-1.0.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.container.provider --- [INFO] [INFO] -----------------< org.eclipse.kura.feature:features >------------------ [INFO] Building features 5.1.2 [88/180] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0: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] --- 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-candidates/kura-5-1-0-release-candidate/kura/features/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/features/5.1.2/features-5.1.2.pom [INFO] [INFO] -------< org.eclipse.kura.feature:org.eclipse.kura.api.feature >-------- [INFO] Building org.eclipse.kura.api.feature 5.1.2 [89/180] [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-candidates/kura-5-1-0-release-candidate/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 5.1.2 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.api.feature --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-5.1.2.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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-5.1.2-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.kura.api.feature --- [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.1.2/org.eclipse.kura.api.feature-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.1.2/org.eclipse.kura.api.feature-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.1.2/org.eclipse.kura.api.feature-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.1.2/org.eclipse.kura.api.feature-5.1.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/org.eclipse.kura.api.feature-5.1.2-sources-feature.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.1.2/org.eclipse.kura.api.feature-5.1.2-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.1.2/org.eclipse.kura.api.feature-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.api.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.api.feature/5.1.2/org.eclipse.kura.api.feature-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.api.feature --- [INFO] [INFO] ------< org.eclipse.kura.feature:org.eclipse.kura.camel.feature >------- [INFO] Building org.eclipse.kura.camel.feature 5.1.2 [90/180] [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-candidates/kura-5-1-0-release-candidate/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 5.1.2 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.camel.feature --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-5.1.2.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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-5.1.2-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.kura.camel.feature --- [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.1.2/org.eclipse.kura.camel.feature-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.1.2/org.eclipse.kura.camel.feature-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.1.2/org.eclipse.kura.camel.feature-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.1.2/org.eclipse.kura.camel.feature-5.1.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/org.eclipse.kura.camel.feature-5.1.2-sources-feature.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.1.2/org.eclipse.kura.camel.feature-5.1.2-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.1.2/org.eclipse.kura.camel.feature-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.camel.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.camel.feature/5.1.2/org.eclipse.kura.camel.feature-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.camel.feature --- [INFO] [INFO] -----< org.eclipse.kura.feature:org.eclipse.kura.runtime.feature >------ [INFO] Building org.eclipse.kura.runtime.feature 5.1.2 [91/180] [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 5.1.2 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.runtime.feature --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/target/org.eclipse.kura.runtime.feature-5.1.2.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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/target/org.eclipse.kura.runtime.feature-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/5.1.2/org.eclipse.kura.runtime.feature-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/5.1.2/org.eclipse.kura.runtime.feature-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/5.1.2/org.eclipse.kura.runtime.feature-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.runtime.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.runtime.feature/5.1.2/org.eclipse.kura.runtime.feature-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.runtime.feature --- [INFO] [INFO] -------< org.eclipse.kura.feature:org.eclipse.kura.driver.opcua >------- [INFO] Building org.eclipse.kura.driver.opcua 1.1.2-SNAPSHOT [92/180] [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.1.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.driver.opcua --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua-1.1.2-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.1.2.202206281342 [INFO] Added: org.eclipse.kura.driver.opcua.provider:1.1.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.1.2-SNAPSHOT/org.eclipse.kura.driver.opcua-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.1.2-SNAPSHOT/org.eclipse.kura.driver.opcua-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.1.2-SNAPSHOT/org.eclipse.kura.driver.opcua-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.1.2-SNAPSHOT/org.eclipse.kura.driver.opcua-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.opcua/target/org.eclipse.kura.driver.opcua_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.opcua/1.1.2-SNAPSHOT/org.eclipse.kura.driver.opcua-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.opcua --- [INFO] [INFO] -------< org.eclipse.kura.feature:org.eclipse.kura.driver.s7plc >------- [INFO] Building org.eclipse.kura.driver.s7plc 1.1.2-SNAPSHOT [93/180] [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.1.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.driver.s7plc --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc-1.1.2-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.1.2.202206281342 [INFO] Added: org.eclipse.kura.driver.s7plc.provider:1.1.2.202206281342 [INFO] Added: org.moka7:1.1.1 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.1.2-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.1.2-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.1.2-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.1.2-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.s7plc/target/org.eclipse.kura.driver.s7plc_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.s7plc/1.1.2-SNAPSHOT/org.eclipse.kura.driver.s7plc-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ 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.1.2-SNAPSHOT [94/180] [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.1.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.driver.ble.sensortag --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag-1.1.2-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.1.2.202206281342 [INFO] Added: org.eclipse.kura.driver.ble.sensortag.provider:1.1.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.sensortag/target/org.eclipse.kura.driver.ble.sensortag_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.sensortag/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.sensortag-1.1.2-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] ------< org.eclipse.kura.feature:org.eclipse.kura.driver.ble.xdk >------ [INFO] Building org.eclipse.kura.driver.ble.xdk 1.1.2-SNAPSHOT [95/180] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.driver.ble.xdk --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Building DP - Version: 1.1.2.202206281342 [INFO] Added: org.eclipse.kura.driver.ble.xdk:1.1.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk_1.1.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.driver.ble.xdk --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ble.xdk/target/org.eclipse.kura.driver.ble.xdk_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ble.xdk/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ble.xdk-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.ble.xdk --- [INFO] [INFO] -----< org.eclipse.kura.feature:org.eclipse.kura.driver.eddystone >----- [INFO] Building org.eclipse.kura.driver.eddystone 1.1.2-SNAPSHOT [96/180] [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.1.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.driver.eddystone --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone-1.1.2-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.1.2.202206281342 [INFO] Added: org.eclipse.kura.driver.eddystone.provider:1.1.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.1.2-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.1.2-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.1.2-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.1.2-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.eddystone/target/org.eclipse.kura.driver.eddystone_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.eddystone/1.1.2-SNAPSHOT/org.eclipse.kura.driver.eddystone-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.eddystone --- [INFO] [INFO] ------< org.eclipse.kura.feature:org.eclipse.kura.driver.ibeacon >------ [INFO] Building org.eclipse.kura.driver.ibeacon 1.1.2-SNAPSHOT [97/180] [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.1.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.driver.ibeacon --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon-1.1.2-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.1.2.202206281342 [INFO] Added: org.eclipse.kura.driver.ibeacon.provider:1.1.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.ibeacon/target/org.eclipse.kura.driver.ibeacon_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.ibeacon/1.1.2-SNAPSHOT/org.eclipse.kura.driver.ibeacon-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ 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.1.2-SNAPSHOT [98/180] [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.1.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.wire.script.filter --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter-1.1.2-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.1.2.202206281342 [INFO] Added: org.eclipse.kura.wire.script.filter.provider:1.1.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.1.2-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.1.2-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.1.2-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.1.2-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.script.filter/target/org.eclipse.kura.wire.script.filter_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.script.filter/1.1.2-SNAPSHOT/org.eclipse.kura.wire.script.filter-1.1.2-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] -------< org.eclipse.kura.feature:org.eclipse.kura.driver.gpio >-------- [INFO] Building org.eclipse.kura.driver.gpio 1.1.2-SNAPSHOT [99/180] [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.1.2.202206281342 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.driver.gpio --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio-1.1.2-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.1.2.202206281342 [INFO] Added: org.eclipse.kura.driver.gpio.provider:1.1.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.driver.gpio-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.driver.gpio-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.driver.gpio-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.driver.gpio-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.driver.gpio/target/org.eclipse.kura.driver.gpio_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.driver.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.driver.gpio-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.driver.gpio --- [INFO] [INFO] --< org.eclipse.kura.feature:org.eclipse.kura.wire.ai.component.provider >-- [INFO] Building org.eclipse.kura.wire.ai.component.provider 1.0.2-SNAPSHOT [100/180] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Building DP - Version: 1.0.2.202206281342 [INFO] Added: org.eclipse.kura.wire.ai.component.provider:1.0.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider_1.0.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.ai.component.provider/1.0.2-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.ai.component.provider/1.0.2-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.ai.component.provider/1.0.2-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.ai.component.provider/1.0.2-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.wire.ai.component.provider/target/org.eclipse.kura.wire.ai.component.provider_1.0.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.wire.ai.component.provider/1.0.2-SNAPSHOT/org.eclipse.kura.wire.ai.component.provider-1.0.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.ai.component.provider --- [INFO] [INFO] -----< org.eclipse.kura.feature:org.eclipse.kura.ai.triton.server >----- [INFO] Building org.eclipse.kura.ai.triton.server 1.0.2-SNAPSHOT [101/180] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.kura.ai.triton.server --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.ai.triton.server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.kura.ai.triton.server --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.ai.triton.server --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.ai.triton.server --- [INFO] Building DP - Version: 1.0.2.202206281342 [INFO] Added: org.eclipse.kura.ai.triton.server:1.0.2.202206281342 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server_1.0.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.ai.triton.server --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.ai.triton.server/1.0.2-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.ai.triton.server/1.0.2-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.ai.triton.server/1.0.2-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.ai.triton.server/1.0.2-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/features/org.eclipse.kura.ai.triton.server/target/org.eclipse.kura.ai.triton.server_1.0.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/feature/org.eclipse.kura.ai.triton.server/1.0.2-SNAPSHOT/org.eclipse.kura.ai.triton.server-1.0.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.ai.triton.server --- [INFO] [INFO] ---------------------< org.eclipse.kura:emulator >---------------------- [INFO] Building emulator 5.1.2 [102/180] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ emulator --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ emulator --- [INFO] Starting audit... Audit done. [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-candidates/kura-5-1-0-release-candidate/kura/emulator/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/emulator/5.1.2/emulator-5.1.2.pom [INFO] [INFO] -------------< org.eclipse.kura:org.eclipse.kura.emulator >------------- [INFO] Building org.eclipse.kura.emulator 1.1.2-SNAPSHOT [103/180] [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.1.2.202206281342 [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:3.1.0: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 6 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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/src/main/java/org/eclipse/kura/emulator/Emulator.java:[89] IOUtils.copy(new StringReader(newSnapshot0Content), fileOutput); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method copy(Reader, OutputStream) from the type IOUtils is deprecated 1 problem (1 warning) [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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.1.2-SNAPSHOT/org.eclipse.kura.emulator-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.1.2-SNAPSHOT/org.eclipse.kura.emulator-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/org.eclipse.kura.emulator-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.1.2-SNAPSHOT/org.eclipse.kura.emulator-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.1.2-SNAPSHOT/org.eclipse.kura.emulator-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator/1.1.2-SNAPSHOT/org.eclipse.kura.emulator-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.emulator --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.emulator.gpio >----------- [INFO] Building org.eclipse.kura.emulator.gpio 1.1.2-SNAPSHOT [104/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/org.eclipse.kura.emulator.gpio-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.gpio-1.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.emulator.clock >---------- [INFO] Building org.eclipse.kura.emulator.clock 1.1.2-SNAPSHOT [105/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.clock-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.clock-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/org.eclipse.kura.emulator.clock-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.clock-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.clock-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.clock/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.clock/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.clock-1.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.emulator.net >----------- [INFO] Building org.eclipse.kura.emulator.net 1.1.2-SNAPSHOT [106/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/src/main/java/org/eclipse/kura/emulator/net/EmulatedNetworkServiceImpl.java:[118] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/src/main/java/org/eclipse/kura/emulator/net/EmulatedNetworkServiceImpl.java:[190] throw new KuraException(KuraErrorCode.INTERNAL_ERROR, e); ^^^^^^^^^^^^^^ The field KuraErrorCode.INTERNAL_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/src/main/java/org/eclipse/kura/emulator/net/EmulatedNetworkServiceImpl.java:[280] 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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.net-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.net-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/org.eclipse.kura.emulator.net-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.net-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.net-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.net/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.net/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.net-1.1.2-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] --------< org.eclipse.kura:org.eclipse.kura.emulator.position >--------- [INFO] Building org.eclipse.kura.emulator.position 1.1.2-SNAPSHOT [107/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.position-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.position-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/org.eclipse.kura.emulator.position-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.position-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.position-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.position/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.position-1.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.emulator.usb >----------- [INFO] Building org.eclipse.kura.emulator.usb 1.1.2-SNAPSHOT [108/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.usb-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.usb-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/org.eclipse.kura.emulator.usb-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.usb-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.usb-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.usb/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.usb/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.usb-1.1.2-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] --------< org.eclipse.kura:org.eclipse.kura.emulator.watchdog >--------- [INFO] Building org.eclipse.kura.emulator.watchdog 1.1.2-SNAPSHOT [109/180] [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.1.2.202206281342 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/org.eclipse.kura.emulator.watchdog-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/emulator/org.eclipse.kura.emulator.watchdog/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog/1.1.2-SNAPSHOT/org.eclipse.kura.emulator.watchdog-1.1.2-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] ----------------< org.eclipse.kura.p2:org.eclipse.kura >---------------- [INFO] Building org.eclipse.kura 5.1.2 [110/180] [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 5.1.2 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.kura --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0: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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/src/main/resources [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/target/org.eclipse.kura-5.1.2.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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/target/org.eclipse.kura-5.1.2.zip to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/p2/org.eclipse.kura/5.1.2/org.eclipse.kura-5.1.2.zip [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/p2/org.eclipse.kura/5.1.2/org.eclipse.kura-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/p2/org.eclipse.kura/5.1.2/org.eclipse.kura-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura-p2/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/p2/org.eclipse.kura/5.1.2/org.eclipse.kura-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura --- [INFO] [INFO] ---------------------< org.eclipse.kura:test-util >--------------------- [INFO] Building test-util 5.1.2 [111/180] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-util --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ test-util --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ test-util --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ test-util --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ test-util --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test-util --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/test-util/5.1.2/test-util-5.1.2.pom [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.util.wire.test >---------- [INFO] Building org.eclipse.kura.util.wire.test 5.1.2 [112/180] [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 5.1.2 [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:3.1.0: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-candidates/kura-5-1-0-release-candidate/kura/test-util/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-candidates/kura-5-1-0-release-candidate/kura/test-util/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-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/src/main/java/org/eclipse/kura/util/wire/test/WireTestUtil.java:[369] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 1 problem (1 warning) [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-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/src/test/resources [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-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-5.1.2.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-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/5.1.2/org.eclipse.kura.util.wire.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/5.1.2/org.eclipse.kura.util.wire.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/org.eclipse.kura.util.wire.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/5.1.2/org.eclipse.kura.util.wire.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/5.1.2/org.eclipse.kura.util.wire.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test-util/org.eclipse.kura.util.wire.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.wire.test/5.1.2/org.eclipse.kura.util.wire.test-5.1.2-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] -----------------------< org.eclipse.kura:test >------------------------ [INFO] Building test 5.1.2 [113/180] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ test --- [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] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ test --- [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-candidates/kura-5-1-0-release-candidate/kura/test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/test/5.1.2/test-5.1.2.pom [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.test >--------------- [INFO] Building org.eclipse.kura.test 5.1.2 [114/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[21] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[22] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[43] private CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[44] private CloudClient cloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[60] public void setCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[63] this.cloudClient = cloudService.newCloudClient("RemoteTargetTest"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newCloudClient(String) from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[69] public void unsetCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[221] while (!this.cloudService.isConnected()) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[232] this.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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[240] while (!this.cloudService.isConnected()) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/org/eclipse/kura/test/RemoteTargetTest.java:[251] this.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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.test --- [INFO] No tests to run. [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-5.1.2.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] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.test --- [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.test/5.1.2/org.eclipse.kura.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.test/5.1.2/org.eclipse.kura.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/target/org.eclipse.kura.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.test/5.1.2/org.eclipse.kura.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.test/5.1.2/org.eclipse.kura.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.test/5.1.2/org.eclipse.kura.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.test --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.asset.provider.test >-------- [INFO] Building org.eclipse.kura.asset.provider.test 5.1.2 [115/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.asset.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.asset.provider.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[408] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[408] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[408] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[408] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[421] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[421] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[421] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[421] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[512] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[512] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[512] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/src/main/java/org/eclipse/kura/asset/provider/test/AssetTest.java:[512] 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-candidates/kura-5-1-0-release-candidate/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] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.asset.provider.test --- [INFO] No tests to run. [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/surefire.properties] !SESSION 2022-06-28 13:44:41.153 ----------------------------------------------- eclipse.buildId=unknown java.fullversion=1.8.0_292-b10 JRE 1.8.0 Linux amd64-64-Bit Compressed References 20210421_1000 (JIT enabled, AOT enabled) OpenJ9 - b4cc246d9 OMR - 162e6f729 JCL - 2a5e268814 based on jdk8u292-b10 BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi 2 0 2022-06-28 13:44:41.588 !MESSAGE The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/work/configuration/' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/tmp/osgi/framework_storage'. !STACK 0 java.lang.IllegalArgumentException: The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/work/configuration/' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/tmp/osgi/framework_storage'. at org.eclipse.osgi.internal.location.EquinoxLocations.(EquinoxLocations.java:87) at org.eclipse.osgi.internal.framework.EquinoxConfiguration.(EquinoxConfiguration.java:548) at org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:104) at org.eclipse.osgi.launch.Equinox.(Equinox.java:53) at org.eclipse.osgi.launch.Equinox.(Equinox.java:46) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:315) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:251) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) 2022-06-28T13:44:44,262 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:44:44,653 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:44:44,666 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-816509 2022-06-28T13:44:44,744 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:44:44,745 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:44:44,745 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:44:44,745 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:44:44,745 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:44:44,745 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura 2022-06-28T13:44:44,746 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:44:44,746 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:44:44,746 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots 2022-06-28T13:44:44,746 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/tmp 2022-06-28T13:44:44,746 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:44:44,749 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:44:44,791 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:44:44,878 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:44:44,881 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:44:45,057 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:44:45,057 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:44:45,096 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:44:45,288 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:44:45,300 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:44:45,301 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:44:45,336 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:45,337 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:45,338 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:45,343 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:44:45,343 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:44:45,344 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:45,344 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:44:45,344 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:44:45,344 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:44:45,350 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:44:45,350 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:44:45,350 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:44:45,353 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:45,353 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:45,353 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:45,356 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:44:45,356 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:44:45,356 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:45,357 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:44:45,357 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:44:45,357 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:44:45,360 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:44:45,360 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:44:45,360 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:44:45,363 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:45,363 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:45,363 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:45,366 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:44:45,366 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:44:45,366 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:45,373 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:44:45,373 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:44:45,374 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:44:45,376 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:44:45,376 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:44:45,376 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:44:45,377 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:44:45,377 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:44:45,392 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:44:45,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:44:45,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:44:45,450 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:44:45,498 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:44:45,501 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:45,505 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:45,505 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:44:45,505 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:44:45,506 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:45,539 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:45,539 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:44:45,539 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:44:45,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:44:45,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:44:45,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:44:45,548 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:44:45,548 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:44:45,548 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:44:45,554 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:44:45,554 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:44:45,554 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:44:45,555 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:45,558 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:45,564 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:44:45,564 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:44:45,568 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:44:45,575 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:44:45,576 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:44:45,579 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:44:45,583 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:44:45,587 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:44:45,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:44:45,593 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:44:45,593 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:44:45,597 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:44:45,639 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:44:45,642 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:44:45,646 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:44:45,646 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:44:45,649 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:44:45,683 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:44:45,683 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:44:45,683 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:44:45,684 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:44:45,684 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:44:45,684 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:44:45,688 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:44:45,688 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:44:45,691 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:44:45,699 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:44:45,764 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:44:45,764 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:44:45,778 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:44:45,792 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.asset and pid testAsset 2022-06-28T13:44:45,792 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T13:44:45,795 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T13:44:45,795 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T13:44:45,795 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.asset testAsset 2022-06-28T13:44:45,797 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:44:45,798 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:44:45,798 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:44:45,798 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:44:45,798 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:44:45,798 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:44:45,801 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:44:45,838 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:44:45,839 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:44:45,839 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:44:45,840 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:44:45,876 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots/snapshot_1656423885859.xml... 2022-06-28T13:44:45,880 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/kura/user/snapshots/snapshot_1656423885859.xml... Done. 2022-06-28T13:44:45,881 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:44:45,881 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:44:45,881 [Start Level: Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:44:45,895 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:44:45,899 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:44:45,899 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:45,900 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:44:45,900 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:44:45,980 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:44:45,992 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:44:46,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:44:46,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:44:46,065 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:44:46,067 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:44:46,068 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:44:46,068 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:46,068 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:44:46,069 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:44:46,071 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:44:46,071 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:44:46,071 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:46,071 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:44:46,071 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:44:46,078 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:44:46,078 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:44:46,078 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:44:46,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:44:46,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:44:46,080 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:44:46,080 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds Running org.eclipse.kura.asset.provider.test.AssetTest 2022-06-28T13:44:46,096 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:44:46,098 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:44:46,100 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:44:46,100 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:44:46,144 [main] INFO o.e.k.a.p.t.AssetTest - Setting Up The Testcase.... 2022-06-28T13:44:46,345 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:44:46,347 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:44:46,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:44:46,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:44:46,349 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:44:46,368 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:44:46,369 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T13:44:46,409 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T13:44:46,410 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:44:46,414 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T13:44:46,415 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T13:44:46,415 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:44:46,415 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T13:44:46,416 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T13:44:46,416 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T13:44:46,425 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T13:44:46,438 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,444 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 6 ms 2022-06-28T13:44:46,445 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,448 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T13:44:46,450 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T13:44:46,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T13:44:46,450 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,452 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T13:44:46,452 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 2 ms 2022-06-28T13:44:46,452 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,453 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,453 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,454 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T13:44:46,459 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,459 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,460 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,460 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,460 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,460 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:44:46,460 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,461 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,462 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:44:46,462 [pool-20-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:44:46,462 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T13:44:46,462 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,463 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,463 [pool-20-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T13:44:46,463 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,464 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,464 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,464 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,464 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,465 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,465 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,465 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,466 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,466 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,466 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,467 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,467 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,467 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,468 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,468 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,468 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,469 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,470 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,473 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,473 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,473 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,474 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,474 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,474 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,481 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,482 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2022-06-28T13:44:46,482 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,482 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,483 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,483 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,486 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,487 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2022-06-28T13:44:46,487 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,536 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,537 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,537 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,539 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,539 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,539 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,539 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,540 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,540 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,549 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,550 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,550 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,550 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,551 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,551 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,552 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,552 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,552 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,553 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,553 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,553 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,554 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,555 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2022-06-28T13:44:46,555 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,555 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,555 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,556 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,557 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,558 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2022-06-28T13:44:46,558 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,558 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,558 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,558 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,559 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,559 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,560 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,560 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,560 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,561 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,563 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,563 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,563 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,564 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,564 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,564 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,565 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,566 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T13:44:46,566 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,566 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,571 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,571 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,571 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,571 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,575 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,575 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,575 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,575 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,576 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,576 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,578 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,578 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,578 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,578 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,578 [pool-18-thread-1] WARN o.e.k.a.p.DriverState - Failed to unregister channel listener java.lang.NullPointerException at org.eclipse.kura.asset.provider.test.AssetTest.lambda$0(AssetTest.java:221) at org.eclipse.kura.asset.provider.test.AssetTest$$Lambda$106/0x0000000098b53e30.onChannelEvent(Unknown Source) at org.eclipse.kura.asset.provider.test.StubDriver.unregisterChannelListener(StubDriver.java:112) at org.eclipse.kura.asset.provider.DriverState.detach(DriverState.java:125) at org.eclipse.kura.asset.provider.DriverState.setChannelListenersInternal(DriverState.java:93) at org.eclipse.kura.asset.provider.DriverState.shutdown(DriverState.java:136) at org.eclipse.kura.asset.provider.BaseAsset.lambda$1(BaseAsset.java:258) at org.eclipse.kura.asset.provider.BaseAsset$$Lambda$83/0x0000000098b612b0.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x00000000c01e2810.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:44:46,579 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,579 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,580 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,580 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,581 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,581 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,581 [pool-18-thread-1] WARN o.e.k.a.p.DriverState - Failed to unregister channel listener java.lang.NullPointerException at org.eclipse.kura.asset.provider.test.AssetTest.lambda$0(AssetTest.java:221) at org.eclipse.kura.asset.provider.test.AssetTest$$Lambda$106/0x0000000098b53e30.onChannelEvent(Unknown Source) at org.eclipse.kura.asset.provider.test.StubDriver.unregisterChannelListener(StubDriver.java:112) at org.eclipse.kura.asset.provider.DriverState.detach(DriverState.java:125) at org.eclipse.kura.asset.provider.DriverState.setChannelListenersInternal(DriverState.java:93) at org.eclipse.kura.asset.provider.DriverState.shutdown(DriverState.java:136) at org.eclipse.kura.asset.provider.BaseAsset.lambda$1(BaseAsset.java:258) at org.eclipse.kura.asset.provider.BaseAsset$$Lambda$83/0x0000000098b612b0.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x00000000c01e2810.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:44:46,581 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,581 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,582 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,582 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,582 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,583 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,637 [pool-18-thread-1] WARN o.e.k.a.p.DriverState - Failed to unregister channel listener java.lang.NullPointerException at org.eclipse.kura.asset.provider.test.AssetTest.lambda$0(AssetTest.java:221) at org.eclipse.kura.asset.provider.test.AssetTest$$Lambda$106/0x0000000098b53e30.onChannelEvent(Unknown Source) at org.eclipse.kura.asset.provider.test.StubDriver.unregisterChannelListener(StubDriver.java:112) at org.eclipse.kura.asset.provider.DriverState.detach(DriverState.java:125) at org.eclipse.kura.asset.provider.DriverState.setChannelListenersInternal(DriverState.java:93) at org.eclipse.kura.asset.provider.DriverState.shutdown(DriverState.java:136) at org.eclipse.kura.asset.provider.BaseAsset.lambda$1(BaseAsset.java:258) at org.eclipse.kura.asset.provider.BaseAsset$$Lambda$83/0x0000000098b612b0.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x00000000c01e2810.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:44:46,637 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,637 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,638 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,639 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,639 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,639 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,639 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,639 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,640 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,640 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,640 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,640 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,640 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,641 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,641 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,641 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,641 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,641 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,642 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,642 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,643 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,643 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,643 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,643 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,644 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,644 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T13:44:46,645 [pool-18-thread-1] WARN o.e.k.a.p.DriverState - Failed to unregister channel listener org.eclipse.kura.driver.Driver$ConnectionException: test at org.eclipse.kura.asset.provider.test.StubDriver.unregisterChannelListener(StubDriver.java:114) at org.eclipse.kura.asset.provider.DriverState.detach(DriverState.java:125) at org.eclipse.kura.asset.provider.DriverState.setChannelListenersInternal(DriverState.java:93) at org.eclipse.kura.asset.provider.DriverState.syncChannelListeners(DriverState.java:81) at org.eclipse.kura.asset.provider.BaseAsset.lambda$7(BaseAsset.java:477) at org.eclipse.kura.asset.provider.BaseAsset$$Lambda$102/0x0000000098d02440.run(Unknown Source) at org.eclipse.kura.asset.provider.BaseAssetExecutor.lambda$2(BaseAssetExecutor.java:69) at org.eclipse.kura.asset.provider.BaseAssetExecutor$$Lambda$78/0x00000000c01e2810.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:44:46,646 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T13:44:46,646 [main] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T13:44:46,647 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,647 [main] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T13:44:46,647 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T13:44:46,647 [pool-18-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s - in org.eclipse.kura.asset.provider.test.AssetTest testListenerAttachOnDisabledChannel(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.312 s testCompleteConfigWithDefaults(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.008 s testAttachListenerWhitoutDriver(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.005 s testWrite(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.008 s testRead(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.005 s testShouldNotReattachSameListener(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.053 s testGetConfiguration(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.01 s testReadChannelNotReadable(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.003 s testChannelProperties(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.002 s testWriteChannelDisabled(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.003 s testBasicProperties(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.002 s testUnlisten(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.004 s testListenerAttachOnDriverChange(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.003 s testReadAllChannels(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.007 s testListen(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.002 s testReadChannelDisabled(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.003 s testEnableDisableChannelWithListener(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.063 s testUnlistenDriverException(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.003 s testWriteChannelNotWritable(org.eclipse.kura.asset.provider.test.AssetTest) Time elapsed: 0.002 s Results: Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:44:46,767 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T13:44:46,768 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.asset.provider.test.StubDriver@6f232c64 2022-06-28T13:44:46,770 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:44:46,771 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:44:46,771 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:44:46,771 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:44:46,772 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:46,772 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:44:46,772 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:44:46,774 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:44:46,775 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T13:44:46,778 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T13:44:46,779 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:44:46,783 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:44:46,784 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:44:46,784 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:44:46,785 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:44:46,786 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:44:46,786 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:46,786 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:44:46,786 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:44:46,787 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:44:46,787 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:44:46,789 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:44:46,789 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:44:46,790 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:44:46,790 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:44:46,790 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:44:46,790 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:44:46,791 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:44:46,792 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:46,792 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:44:46,792 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:46,792 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:44:46,792 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:44:46,792 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:44:46,793 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:44:46,793 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:44:46,796 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:44:46,796 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:44:46,838 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:44:46,840 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:44:46,841 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:44:46,841 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:47,018 [pool-20-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:44:47,074 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:44:47,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T13:44:47,075 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:47,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:44:47,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:44:47,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:44:47,841 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:44:47,844 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:44:47,846 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:44:47,848 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:44:47,849 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:44:47,868 [Framework stop - Equinox Container: 60695c8c-5df0-4a38-b3eb-279798af4464] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.asset.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.test' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/5.1.2/org.eclipse.kura.asset.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/5.1.2/org.eclipse.kura.asset.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/org.eclipse.kura.asset.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/5.1.2/org.eclipse.kura.asset.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/5.1.2/org.eclipse.kura.asset.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.provider.test/5.1.2/org.eclipse.kura.asset.provider.test-5.1.2-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] ----< org.eclipse.kura:org.eclipse.kura.asset.helper.provider.test >---- [INFO] Building org.eclipse.kura.asset.helper.provider.test 5.1.2 [116/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/src/test/java/org/eclipse/kura/internal/asset/AssetServiceImplTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/src/test/java/org/eclipse/kura/internal/asset/AssetServiceImplTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/src/test/java/org/eclipse/kura/internal/asset/AssetServiceImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.asset.AssetServiceImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in org.eclipse.kura.internal.asset.AssetServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/org.eclipse.kura.asset.helper.provider.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/org.eclipse.kura.asset.helper.provider.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.asset.helper.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.helper.provider.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/surefire.properties] 2022-06-28T13:44:55,185 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:44:55,578 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:44:55,593 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-805109 2022-06-28T13:44:55,666 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:44:55,666 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:44:55,666 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:44:55,666 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:44:55,666 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:44:55,667 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura 2022-06-28T13:44:55,667 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:44:55,667 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:44:55,667 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots 2022-06-28T13:44:55,667 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/tmp 2022-06-28T13:44:55,667 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:44:55,670 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:44:55,700 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:44:55,790 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:44:55,795 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:44:56,007 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:44:56,007 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:44:56,070 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:44:56,198 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:44:56,210 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:44:56,211 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:44:56,254 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:56,255 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:56,256 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:56,262 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:44:56,262 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:44:56,264 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:56,264 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:44:56,264 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:44:56,265 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:44:56,269 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:44:56,269 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:44:56,269 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:44:56,273 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:56,274 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:56,274 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:56,278 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:44:56,278 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:44:56,278 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:56,278 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:44:56,278 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:44:56,278 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:44:56,282 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:44:56,282 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:44:56,282 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:44:56,286 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:56,286 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:56,286 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:56,290 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:44:56,290 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:44:56,290 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:56,339 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:44:56,339 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:44:56,339 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:44:56,343 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:44:56,344 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:44:56,344 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:44:56,344 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:44:56,344 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:44:56,359 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:44:56,390 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:44:56,390 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:44:56,392 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:44:56,483 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:44:56,485 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:56,490 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:56,490 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:44:56,490 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:44:56,494 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:44:56,495 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:44:56,495 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:44:56,499 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:44:56,548 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:44:56,549 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:56,556 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:56,557 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:44:56,557 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:44:56,558 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:44:56,562 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:44:56,563 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:44:56,563 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:44:56,563 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:56,567 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:56,571 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:44:56,571 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:44:56,576 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:44:56,583 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:44:56,584 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:44:56,587 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:44:56,589 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:44:56,591 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:44:56,594 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:44:56,641 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:44:56,641 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:44:56,645 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:44:56,648 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:44:56,651 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:44:56,655 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:44:56,655 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:44:56,658 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:44:56,680 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:44:56,680 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:44:56,681 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:44:56,681 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:44:56,681 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:44:56,681 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:44:56,685 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:44:56,685 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:44:56,689 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:44:56,695 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:44:56,698 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:44:56,699 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:44:56,699 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:44:56,699 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:44:56,699 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:44:56,699 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:44:56,740 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:44:56,744 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:44:56,744 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:44:56,745 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:44:56,746 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:44:56,768 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots/snapshot_1656423896759.xml... 2022-06-28T13:44:56,772 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/kura/user/snapshots/snapshot_1656423896759.xml... Done. 2022-06-28T13:44:56,772 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:44:56,772 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:44:56,772 [Start Level: Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:44:56,772 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:44:56,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:44:56,789 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:44:56,843 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:44:56,846 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:44:56,846 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:56,846 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:44:56,846 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:44:56,880 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:44:56,892 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:44:56,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:44:56,942 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:44:56,951 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:44:56,951 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:44:56,952 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:44:56,952 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:44:56,952 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:44:56,954 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:44:56,955 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:44:56,956 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:44:56,958 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:44:56,958 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:56,958 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:44:56,958 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:44:56,959 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:44:56,960 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:44:56,960 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:44:56,960 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:44:56,962 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:44:56,962 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:56,962 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:44:56,962 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:44:56,962 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:44:56,962 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:44:56,964 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:44:56,964 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:44:56,965 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:44:56,965 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:44:56,966 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:44:56,966 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:44:56,966 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:44:56,966 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:44:56,966 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:44:56,967 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:44:56,967 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:44:56,967 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:44:56,967 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:44:56,969 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:44:56,969 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:44:56,969 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:56,969 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:44:56,969 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:44:56,970 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:44:56,970 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:44:56,971 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:44:56,971 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:44:56,972 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:44:56,974 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:44:56,974 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:44:56,976 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:44:57,039 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:44:57,974 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:44:57,979 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:44:57,981 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:44:57,984 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:44:57,985 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:44:58,002 [Framework stop - Equinox Container: a10ca74a-6d2d-4c3f-a4ea-7fc75bb0695d] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.helper.provider' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/org.eclipse.kura.asset.helper.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider.test/5.1.2/org.eclipse.kura.asset.helper.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider.test/5.1.2/org.eclipse.kura.asset.helper.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/org.eclipse.kura.asset.helper.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider.test/5.1.2/org.eclipse.kura.asset.helper.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider.test/5.1.2/org.eclipse.kura.asset.helper.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.asset.helper.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.asset.helper.provider.test/5.1.2/org.eclipse.kura.asset.helper.provider.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.asset.helper.provider.test --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.core.testutil >----------- [INFO] Building org.eclipse.kura.core.testutil 5.1.2 [117/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.testutil --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.testutil --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/TestUtil.java:[31] Class clazz = svc.getClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/TestUtil.java:[74] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/TestUtil.java:[90] private static boolean checkParameterTypes(Method m, Class... paramTypes) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/requesthandler/MqttTransport.java:[28] import org.eclipse.kura.core.util.MqttTopicUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MqttTopicUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/requesthandler/MqttTransport.java:[237] if (MqttTopicUtil.isMatched(lookup.topicFilter, topic)) { ^^^^^^^^^^^^^ Discouraged access: The type 'MqttTopicUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/requesthandler/MqttTransport.java:[237] if (MqttTopicUtil.isMatched(lookup.topicFilter, topic)) { ^^^^^^^^^ Discouraged access: The method 'MqttTopicUtil.isMatched(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/src/main/java/org/eclipse/kura/core/testutil/requesthandler/RestTransport.java:[107] IOUtils.write(requestBody, connection.getOutputStream()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method write(String, OutputStream) from the type IOUtils is deprecated 7 problems (7 warnings) [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.testutil --- [INFO] No tests to run. [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-5.1.2.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] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.testutil --- [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/5.1.2/org.eclipse.kura.core.testutil-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/5.1.2/org.eclipse.kura.core.testutil-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/org.eclipse.kura.core.testutil-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/5.1.2/org.eclipse.kura.core.testutil-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/5.1.2/org.eclipse.kura.core.testutil-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.testutil/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.testutil/5.1.2/org.eclipse.kura.core.testutil-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.testutil --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.camel.test >------------ [INFO] Building org.eclipse.kura.camel.test 5.1.2 [118/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.camel.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0: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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/src/test/java/org/eclipse/kura/camel/cloud/KuraCloudProducerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/src/test/java/org/eclipse/kura/camel/cloud/KuraCloudProducerTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/src/test/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClientTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/src/test/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClientTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/src/test/java/org/eclipse/kura/camel/internal/camelcloud/CamelCloudClientTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.camel.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.camel.bean.PayloadFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.kura.camel.bean.PayloadFactoryTest [INFO] Running org.eclipse.kura.camel.internal.utils.KuraServiceFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.236 s - in org.eclipse.kura.camel.internal.utils.KuraServiceFactoryTest [INFO] Running org.eclipse.kura.camel.internal.camelcloud.CamelCloudClientTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s - in org.eclipse.kura.camel.internal.camelcloud.CamelCloudClientTest [INFO] Running org.eclipse.kura.camel.cloud.KuraCloudProducerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.kura.camel.cloud.KuraCloudProducerTest [INFO] Running org.eclipse.kura.camel.cloud.KuraCloudComponentResolverTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.camel.cloud.KuraCloudComponentResolverTest [INFO] Running org.eclipse.kura.camel.cloud.KuraCloudComponentTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.kura.camel.cloud.KuraCloudComponentTest [INFO] Running org.eclipse.kura.camel.component.ConfigurationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.camel.component.ConfigurationTest [INFO] Running org.eclipse.kura.camel.camelcloud.DefaultCamelCloudServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.camel.camelcloud.DefaultCamelCloudServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/surefire.properties] 2022-06-28T13:45:09,148 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.a.c.i.o.Activator - Camel activator starting 2022-06-28T13:45:09,159 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.a.c.i.o.Activator - Camel activator started 2022-06-28T13:45:09,652 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:45:10,090 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:45:10,106 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-069928 2022-06-28T13:45:10,184 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:45:10,184 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:45:10,184 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:45:10,184 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:45:10,184 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:45:10,185 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura 2022-06-28T13:45:10,185 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:45:10,185 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:45:10,185 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots 2022-06-28T13:45:10,185 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/tmp 2022-06-28T13:45:10,185 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:45:10,188 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:45:10,242 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:45:10,296 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:10,298 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:45:10,446 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:45:10,447 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:10,475 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:45:10,595 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:45:10,612 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:45:10,612 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:10,645 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:10,646 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:10,646 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:10,651 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:45:10,651 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:45:10,653 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:10,653 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:10,653 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:45:10,653 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:45:10,656 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:45:10,656 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:45:10,656 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:45:10,659 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:10,659 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:10,659 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:10,662 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:45:10,662 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:45:10,662 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:10,662 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:45:10,662 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:45:10,662 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:45:10,665 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:45:10,665 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:45:10,665 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:45:10,668 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:10,668 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:10,669 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:10,671 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:45:10,672 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:45:10,672 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:10,682 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:45:10,683 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:45:10,683 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:45:10,686 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:45:10,686 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:45:10,686 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:45:10,686 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:45:10,686 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:45:10,705 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:45:10,754 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:45:10,754 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:45:10,756 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:45:10,837 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:45:10,840 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:10,843 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:10,843 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:45:10,844 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:45:10,844 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:10,863 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:10,864 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:45:10,864 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:45:10,867 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:45:10,867 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:45:10,867 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:10,871 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:10,872 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:45:10,872 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:10,875 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:10,875 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:45:10,875 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:45:10,876 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:10,878 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:10,882 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:45:10,882 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:10,885 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:10,890 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:45:10,891 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:45:10,894 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:45:10,901 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:45:10,904 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:45:10,905 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:45:10,909 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:45:10,909 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:45:10,912 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:45:10,939 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:45:10,942 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:10,947 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:45:10,947 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:10,950 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:10,968 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:45:10,968 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:45:10,968 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:45:10,968 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:45:10,968 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:45:10,968 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:45:10,971 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:45:10,971 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:10,974 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:10,981 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:45:10,983 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:45:10,984 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:10,984 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:45:10,984 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:10,984 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:10,984 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:45:10,990 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:45:10,994 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:10,994 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:45:10,995 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:10,995 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:11,059 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots/snapshot_1656423911048.xml... 2022-06-28T13:45:11,066 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/kura/user/snapshots/snapshot_1656423911048.xml... Done. 2022-06-28T13:45:11,066 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:11,066 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:45:11,067 [Start Level: Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:45:11,067 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:45:11,067 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:45:11,082 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:45:11,162 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:45:11,166 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:11,166 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:11,166 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:11,166 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:11,201 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Running org.eclipse.kura.camel.component.RouterTest 2022-06-28T13:45:11,244 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:45:11,255 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:45:11,256 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:45:11,272 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:45:11,274 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:45:11,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:11,276 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:11,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:11,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:11,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:45:11,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:11,278 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:11,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:11,279 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:11,285 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2022-06-28T13:45:11,285 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:45:11,285 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:45:11,286 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:45:11,286 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:45:11,286 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:45:11,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:45:11,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:45:11,292 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2022-06-28T13:45:11,299 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:45:11,337 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:45:11,342 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:45:11,343 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:45:11,579 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) is starting 2022-06-28T13:45:11,581 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2022-06-28T13:45:11,686 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:45:11,688 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:45:11,688 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:45:11,688 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:45:11,689 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:45:11,739 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:45:11,740 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T13:45:11,774 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T13:45:11,774 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:45:11,777 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T13:45:11,778 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T13:45:11,778 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:45:11,778 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T13:45:11,779 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T13:45:11,779 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T13:45:11,786 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:45:11,787 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:45:11,788 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:45:11,788 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T13:45:11,789 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T13:45:11,966 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2022-06-28T13:45:11,976 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2022-06-28T13:45:11,978 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) started in 0.399 seconds 2022-06-28T13:45:11,979 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:11,980 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:12,357 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:45:12,402 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:45:12,906 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2022-06-28T13:45:12,906 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:13,064 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2022-06-28T13:45:13,067 [Camel (camel-1) thread #1 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2022-06-28T13:45:13,067 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2022-06-28T13:45:13,068 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is stopped, was consuming from: direct://start 2022-06-28T13:45:13,068 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is shutdown and removed, was consuming from: direct://start 2022-06-28T13:45:13,082 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test2 started and consuming from: direct://start2 2022-06-28T13:45:13,082 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2022-06-28T13:45:13,082 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2022-06-28T13:45:13,083 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) is shutting down 2022-06-28T13:45:13,083 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2022-06-28T13:45:13,083 [Camel (camel-1) thread #1 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test2 shutdown complete, was consuming from: direct://start2 2022-06-28T13:45:13,083 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2022-06-28T13:45:13,094 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) uptime 1.516 seconds 2022-06-28T13:45:13,094 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-1) is shutdown in 0.011 seconds 2022-06-28T13:45:13,097 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2022-06-28T13:45:13,097 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2022-06-28T13:45:13,097 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) is starting 2022-06-28T13:45:13,097 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2022-06-28T13:45:13,152 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2022-06-28T13:45:13,161 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2022-06-28T13:45:13,161 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) started in 0.064 seconds 2022-06-28T13:45:13,162 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:13,162 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:13,356 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2022-06-28T13:45:13,357 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:13,380 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T13:45:13,380 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T13:45:13,393 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T13:45:13,510 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2022-06-28T13:45:13,512 [Camel (camel-2) thread #2 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2022-06-28T13:45:13,512 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2022-06-28T13:45:13,512 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is stopped, was consuming from: direct://start 2022-06-28T13:45:13,513 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is shutdown and removed, was consuming from: direct://start 2022-06-28T13:45:13,556 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2022-06-28T13:45:13,557 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2022-06-28T13:45:13,557 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2022-06-28T13:45:13,557 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) is shutting down 2022-06-28T13:45:13,557 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2022-06-28T13:45:13,558 [Camel (camel-2) thread #2 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2022-06-28T13:45:13,559 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2022-06-28T13:45:13,561 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) uptime 0.464 seconds 2022-06-28T13:45:13,561 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-2) is shutdown in 0.004 seconds 2022-06-28T13:45:13,561 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2022-06-28T13:45:13,562 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2022-06-28T13:45:13,562 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) is starting 2022-06-28T13:45:13,563 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2022-06-28T13:45:13,592 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2022-06-28T13:45:13,604 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2022-06-28T13:45:13,604 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) started in 0.042 seconds 2022-06-28T13:45:13,604 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:13,604 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:13,605 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2022-06-28T13:45:13,605 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2022-06-28T13:45:13,605 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) is shutting down 2022-06-28T13:45:13,638 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) uptime 0.076 seconds 2022-06-28T13:45:13,638 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-3) is shutdown in 0.033 seconds 2022-06-28T13:45:13,639 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2022-06-28T13:45:13,639 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2022-06-28T13:45:13,639 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) is starting 2022-06-28T13:45:13,640 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2022-06-28T13:45:13,671 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2022-06-28T13:45:13,681 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2022-06-28T13:45:13,682 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) started in 0.043 seconds 2022-06-28T13:45:13,682 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:13,682 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:13,879 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2022-06-28T13:45:13,879 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2022-06-28T13:45:13,879 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2022-06-28T13:45:13,880 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) is shutting down 2022-06-28T13:45:13,880 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2022-06-28T13:45:13,881 [Camel (camel-4) thread #3 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2022-06-28T13:45:13,881 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2022-06-28T13:45:13,884 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) uptime 0.245 seconds 2022-06-28T13:45:13,884 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-4) is shutdown in 0.004 seconds 2022-06-28T13:45:13,884 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2022-06-28T13:45:13,884 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2022-06-28T13:45:13,885 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) is starting 2022-06-28T13:45:13,885 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2022-06-28T13:45:13,945 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2022-06-28T13:45:13,956 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2022-06-28T13:45:13,956 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) started in 0.071 seconds 2022-06-28T13:45:13,956 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:13,957 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:14,151 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2022-06-28T13:45:14,152 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:14,290 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2022-06-28T13:45:14,292 [Camel (camel-5) thread #4 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2022-06-28T13:45:14,292 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2022-06-28T13:45:14,292 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is stopped, was consuming from: direct://start 2022-06-28T13:45:14,293 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 is shutdown and removed, was consuming from: direct://start 2022-06-28T13:45:14,299 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: test1 started and consuming from: direct://start 2022-06-28T13:45:14,299 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2022-06-28T13:45:14,299 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2022-06-28T13:45:14,299 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) is shutting down 2022-06-28T13:45:14,299 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2022-06-28T13:45:14,299 [Camel (camel-5) thread #4 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: test1 shutdown complete, was consuming from: direct://start 2022-06-28T13:45:14,300 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2022-06-28T13:45:14,304 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) uptime 0.419 seconds 2022-06-28T13:45:14,304 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-5) is shutdown in 0.005 seconds Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.102 s - in org.eclipse.kura.camel.component.RouterTest testLoadXmlUpdateOther(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 1.812 s testLoadXmlUpdateSame(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.465 s testLoadNothing(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.078 s testLoadXmlOnce(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.245 s testLoadXmlTwice(org.eclipse.kura.camel.component.RouterTest) Time elapsed: 0.42 s Running org.eclipse.kura.camel.component.PayloadTest 2022-06-28T13:45:14,450 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2022-06-28T13:45:14,450 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2022-06-28T13:45:14,451 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) is starting 2022-06-28T13:45:14,452 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2022-06-28T13:45:14,479 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2022-06-28T13:45:14,493 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2022-06-28T13:45:14,493 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) started in 0.042 seconds 2022-06-28T13:45:14,493 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:14,499 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:14,789 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Route: route1 started and consuming from: direct://start 2022-06-28T13:45:14,874 [main] INFO o.a.c.c.m.MockEndpoint - Asserting: mock://foo-string is satisfied 2022-06-28T13:45:14,874 [main] INFO o.a.c.c.m.MockEndpoint - Asserting: mock://foo-int is satisfied 2022-06-28T13:45:14,875 [main] INFO o.a.c.c.m.MockEndpoint - Asserting: mock://foo-boolean is satisfied 2022-06-28T13:45:14,875 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2022-06-28T13:45:14,875 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2022-06-28T13:45:14,875 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) is shutting down 2022-06-28T13:45:14,875 [main] INFO o.a.c.i.DefaultShutdownStrategy - Starting to graceful shutdown 1 routes (timeout 5 seconds) 2022-06-28T13:45:14,877 [Camel (camel-6) thread #5 - ShutdownTask] INFO o.a.c.i.DefaultShutdownStrategy - Route: route1 shutdown complete, was consuming from: direct://start 2022-06-28T13:45:14,877 [main] INFO o.a.c.i.DefaultShutdownStrategy - Graceful shutdown of 1 routes completed in 0 seconds 2022-06-28T13:45:14,879 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) uptime 0.428 seconds 2022-06-28T13:45:14,880 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-6) is shutdown in 0.004 seconds Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s - in org.eclipse.kura.camel.component.PayloadTest test1(org.eclipse.kura.camel.component.PayloadTest) Time elapsed: 0.43 s Running org.eclipse.kura.camel.runner.ScriptRunnerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 s - in org.eclipse.kura.camel.runner.ScriptRunnerTest testScript1(org.eclipse.kura.camel.runner.ScriptRunnerTest) Time elapsed: 0.511 s testScript2(org.eclipse.kura.camel.runner.ScriptRunnerTest) Time elapsed: 0.024 s Running org.eclipse.kura.camel.type.TypeConverterTest 2022-06-28T13:45:15,484 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2022-06-28T13:45:15,484 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2022-06-28T13:45:15,484 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) is starting 2022-06-28T13:45:15,485 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2022-06-28T13:45:15,516 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2022-06-28T13:45:15,525 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2022-06-28T13:45:15,525 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) started in 0.041 seconds 2022-06-28T13:45:15,525 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:15,527 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2022-06-28T13:45:15,527 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2022-06-28T13:45:15,527 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) is shutting down 2022-06-28T13:45:15,528 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) uptime 0.044 seconds 2022-06-28T13:45:15,528 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-7) is shutdown in 0.001 seconds 2022-06-28T13:45:15,529 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2022-06-28T13:45:15,529 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2022-06-28T13:45:15,529 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) is starting 2022-06-28T13:45:15,530 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2022-06-28T13:45:15,555 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2022-06-28T13:45:15,564 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2022-06-28T13:45:15,565 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) started in 0.035 seconds 2022-06-28T13:45:15,565 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:15,566 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2022-06-28T13:45:15,567 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2022-06-28T13:45:15,567 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) is shutting down 2022-06-28T13:45:15,568 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) uptime 0.039 seconds 2022-06-28T13:45:15,568 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-8) is shutdown in 0.001 seconds 2022-06-28T13:45:15,569 [main] INFO o.e.k.c.c.AbstractCamelComponent - Starting camel router 2022-06-28T13:45:15,569 [main] INFO o.e.k.c.r.CamelRunner - Starting... 2022-06-28T13:45:15,569 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) is starting 2022-06-28T13:45:15,570 [main] INFO o.a.c.m.ManagedManagementStrategy - JMX is enabled 2022-06-28T13:45:15,588 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2022-06-28T13:45:15,596 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Total 0 routes, of which 0 are started 2022-06-28T13:45:15,597 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) started in 0.028 seconds 2022-06-28T13:45:15,597 [main] INFO o.e.k.c.r.CamelRunner - Setting routes... 2022-06-28T13:45:15,597 [main] INFO o.e.k.c.c.AbstractCamelComponent - Stopping camel router 2022-06-28T13:45:15,597 [main] INFO o.e.k.c.r.CamelRunner - Stopping... 2022-06-28T13:45:15,597 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) is shutting down 2022-06-28T13:45:15,599 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) uptime 0.030 seconds 2022-06-28T13:45:15,599 [main] INFO o.a.c.c.o.OsgiDefaultCamelContext - Apache Camel 2.25.3 (CamelContext: camel-9) is shutdown in 0.002 seconds Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.kura.camel.type.TypeConverterTest testFromMap(org.eclipse.kura.camel.type.TypeConverterTest) Time elapsed: 0.045 s testRecordsToMap(org.eclipse.kura.camel.type.TypeConverterTest) Time elapsed: 0.04 s testRecordToMap(org.eclipse.kura.camel.type.TypeConverterTest) Time elapsed: 0.03 s Running org.eclipse.kura.camel.DependencyRunnerTest Ready: {} Not ready Ready: {bar=java.lang.Object@e6fd0b33, foo=java.lang.Object@b0959fdd} Not ready Ready: {bar=java.lang.Object@e6fd0b33, foo=java.lang.Object@b0959fdd} Not ready Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kura.camel.DependencyRunnerTest testEmpty1(org.eclipse.kura.camel.DependencyRunnerTest) Time elapsed: 0.001 s testSimple1(org.eclipse.kura.camel.DependencyRunnerTest) Time elapsed: 0.001 s testSimple2(org.eclipse.kura.camel.DependencyRunnerTest) Time elapsed: 0 s Results: Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:45:15,640 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:15,641 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:15,641 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:15,641 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:15,642 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:15,642 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:15,642 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:45:15,644 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:15,645 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T13:45:15,645 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T13:45:15,646 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:15,651 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:45:15,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T13:45:15,652 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:15,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:45:15,652 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:15,652 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:45:15,652 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:15,652 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:15,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:45:15,654 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:15,654 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:15,654 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:15,654 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:15,654 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:45:15,654 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:45:15,656 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:45:15,656 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:45:15,656 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:45:15,657 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:15,657 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:45:15,657 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:45:15,657 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:45:15,658 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:15,658 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:15,658 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:15,658 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:45:15,658 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:45:15,658 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:45:15,659 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:15,659 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:15,661 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:45:15,662 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:45:15,663 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:45:15,665 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:45:15,665 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:45:15,665 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:15,854 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:45:16,259 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:16,260 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:16,260 [pool-12-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:16,260 [pool-12-thread-1] WARN o.e.k.i.u.s.RoleRepositoryStoreImpl - Failed to store configuration java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshotsDirectory(ConfigurationServiceImpl.java:1285) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshotsInternal(ConfigurationServiceImpl.java:1266) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshots(ConfigurationServiceImpl.java:623) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.loadLatestSnapshotConfigurations(ConfigurationServiceImpl.java:1381) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1668) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:809) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:395) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$115/0x00000000840115d0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfigurations(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfiguration(ConfigurationServiceImpl.java:376) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$114/0x00000000840107e0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfiguration(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfiguration(ConfigurationServiceImpl.java:367) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$113/0x000000008400fdb0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfiguration(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.storeNow(RoleRepositoryStoreImpl.java:266) at org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl$$Lambda$63/0x00000000ec004f60.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:45:16,666 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:45:16,669 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:45:16,671 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:45:16,673 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:45:16,674 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:45:16,692 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service 2022-06-28T13:45:16,757 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.a.c.i.o.Activator - Camel activator stopping 2022-06-28T13:45:16,757 [Framework stop - Equinox Container: 4808ea34-eede-4090-b83b-651383b6deac] INFO o.a.c.i.o.Activator - Camel activator stopped [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.camel.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.camel' with 43 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/5.1.2/org.eclipse.kura.camel.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/5.1.2/org.eclipse.kura.camel.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/org.eclipse.kura.camel.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/5.1.2/org.eclipse.kura.camel.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/5.1.2/org.eclipse.kura.camel.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.camel.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.camel.test/5.1.2/org.eclipse.kura.camel.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.camel.test --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.core.certificates.test >------ [INFO] Building org.eclipse.kura.core.certificates.test 5.1.2 [119/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.certificates.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.certificates.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.certificates.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.certificates.CertificatesManagerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 s - in org.eclipse.kura.core.certificates.CertificatesManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/surefire.properties] 2022-06-28T13:45:23,927 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:45:24,317 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:45:24,346 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-241889 2022-06-28T13:45:24,412 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:45:24,412 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:45:24,412 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:45:24,412 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:45:24,412 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:45:24,413 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura 2022-06-28T13:45:24,413 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:45:24,413 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:45:24,413 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots 2022-06-28T13:45:24,413 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/tmp 2022-06-28T13:45:24,413 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:45:24,416 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:45:24,460 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:45:24,515 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:24,539 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:45:24,705 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:45:24,705 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:24,745 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:45:24,860 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:45:24,869 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:45:24,869 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:24,902 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:24,903 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:24,904 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:24,911 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:45:24,911 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:45:24,912 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:24,912 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:24,912 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:45:24,912 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:45:24,916 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:45:24,916 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:45:24,916 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:45:24,919 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:24,919 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:24,919 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:24,922 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:45:24,922 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:45:24,922 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:24,922 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:45:24,923 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:45:24,923 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:45:24,926 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:45:24,926 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:45:24,926 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:45:24,938 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:24,938 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:24,938 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:24,941 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:45:24,942 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:45:24,942 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:24,949 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:45:24,949 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:45:24,949 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:45:24,949 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:45:24,950 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:45:24,952 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:45:24,952 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:45:24,952 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:45:24,967 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:45:24,983 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:45:24,983 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:45:24,985 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:45:25,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:45:25,082 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:25,085 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:25,086 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:45:25,086 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:45:25,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:45:25,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:45:25,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:25,092 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:25,093 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:45:25,093 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:25,118 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:25,118 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:45:25,118 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:45:25,137 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:25,140 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:25,140 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:45:25,141 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:45:25,141 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:25,144 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:25,147 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:45:25,150 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:45:25,154 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:45:25,155 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:25,158 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:25,163 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:45:25,164 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:45:25,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:45:25,167 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:45:25,172 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:45:25,172 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:45:25,179 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:45:25,182 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:45:25,185 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:25,189 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:45:25,189 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:25,192 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:25,247 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:45:25,247 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:45:25,247 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:45:25,248 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:45:25,248 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:45:25,248 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:45:25,251 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:45:25,251 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:25,254 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:25,261 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:45:25,263 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:45:25,263 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:25,263 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:45:25,263 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:25,264 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:25,264 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:45:25,267 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:45:25,270 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:25,271 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:45:25,272 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:25,272 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:25,343 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots/snapshot_1656423925295.xml... 2022-06-28T13:45:25,346 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/kura/user/snapshots/snapshot_1656423925295.xml... Done. 2022-06-28T13:45:25,347 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:25,347 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:45:25,347 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:45:25,347 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:45:25,347 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:45:25,364 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:45:25,379 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:45:25,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:25,383 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:25,383 [Start Level: Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.CertificatesManager - Bundle org.eclipse.kura.core.certificates.CertificatesManager has started! 2022-06-28T13:45:25,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:25,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:25,458 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:45:25,471 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:45:25,482 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:45:25,482 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:45:25,497 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:45:25,499 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:45:25,501 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:25,501 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:25,501 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:25,501 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:25,543 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:45:25,543 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:45:25,543 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:45:25,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:45:25,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:45:25,544 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:45:25,545 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:25,545 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:25,545 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:25,545 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:25,547 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:45:25,547 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:45:25,569 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:25,569 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:25,570 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:25,570 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:25,571 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:25,571 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:45:25,574 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:25,578 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:45:25,579 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:25,579 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:45:25,580 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:25,580 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.CertificatesManager - Bundle org.eclipse.kura.core.certificates.CertificatesManager is deactivating! 2022-06-28T13:45:25,582 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:25,582 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:25,582 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:25,583 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:25,583 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:45:25,583 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:45:25,830 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:45:25,830 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:45:25,831 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:45:25,832 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:25,832 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:45:25,832 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:45:25,832 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:45:25,833 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:25,833 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:25,833 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:25,834 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:45:25,834 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:45:25,834 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:45:25,834 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:25,838 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:45:25,839 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:45:25,845 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:45:25,848 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:45:25,850 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:45:25,850 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:45:25,851 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:45:25,851 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:25,871 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:45:26,852 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:45:26,855 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:45:26,857 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:45:26,859 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:45:26,860 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:45:26,873 [Framework stop - Equinox Container: a8d342f6-01b6-4d64-8133-015fddd665f0] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.certificates.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.certificates' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/5.1.2/org.eclipse.kura.core.certificates.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/5.1.2/org.eclipse.kura.core.certificates.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/org.eclipse.kura.core.certificates.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/5.1.2/org.eclipse.kura.core.certificates.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/5.1.2/org.eclipse.kura.core.certificates.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.certificates.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.certificates.test/5.1.2/org.eclipse.kura.core.certificates.test-5.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.core.comm.test >---------- [INFO] Building org.eclipse.kura.core.comm.test 5.1.2 [120/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.comm.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.comm.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.comm.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.comm.CommConnectionImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.957 s - in org.eclipse.kura.core.comm.CommConnectionImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/surefire.properties] 2022-06-28T13:45:33,723 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:45:34,148 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:45:34,161 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-865378 2022-06-28T13:45:34,222 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:45:34,222 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:45:34,222 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:45:34,222 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:45:34,222 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:45:34,222 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura 2022-06-28T13:45:34,223 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:45:34,223 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:45:34,223 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots 2022-06-28T13:45:34,223 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/tmp 2022-06-28T13:45:34,223 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:45:34,237 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:45:34,266 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:45:34,340 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:34,342 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:45:34,501 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:45:34,501 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:34,548 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:45:34,663 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:45:34,672 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:45:34,672 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:34,707 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:34,708 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:34,709 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:34,714 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:45:34,714 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:45:34,715 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:34,715 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:34,715 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:45:34,715 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:45:34,722 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:45:34,722 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:45:34,723 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:45:34,726 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:34,726 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:34,726 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:34,729 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:45:34,729 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:45:34,730 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:34,730 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:45:34,730 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:45:34,730 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:45:34,733 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:45:34,733 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:45:34,733 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:45:34,738 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:34,738 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:34,738 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:34,741 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:45:34,741 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:45:34,741 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:34,748 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:45:34,749 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:45:34,750 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:45:34,750 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:45:34,750 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:45:34,753 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:45:34,753 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:45:34,753 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:45:34,761 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:45:34,792 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:45:34,792 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:45:34,794 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:45:34,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:45:34,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:34,879 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:34,879 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:45:34,879 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:45:34,882 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:45:34,883 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:45:34,883 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:34,886 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:34,950 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:45:34,951 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:34,957 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:34,957 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:45:34,957 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:45:34,957 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:34,961 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:34,961 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:45:34,961 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:45:34,961 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:34,964 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:34,970 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:45:34,970 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:34,973 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:34,979 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:45:34,980 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:45:34,981 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:45:34,984 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:45:34,987 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:45:34,990 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:45:34,996 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:45:34,996 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:45:34,999 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:45:35,039 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:45:35,042 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:35,051 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:45:35,051 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:35,055 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:35,081 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:45:35,081 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:45:35,081 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:45:35,081 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:45:35,081 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:45:35,082 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:45:35,085 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:45:35,085 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:35,088 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:35,093 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:45:35,100 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:45:35,101 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:35,101 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:45:35,101 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:35,101 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:35,101 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:45:35,138 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:45:35,141 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:35,141 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:45:35,142 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:35,143 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:35,171 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots/snapshot_1656423935160.xml... 2022-06-28T13:45:35,174 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/kura/user/snapshots/snapshot_1656423935160.xml... Done. 2022-06-28T13:45:35,175 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:35,175 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:45:35,175 [Start Level: Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:45:35,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:45:35,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:45:35,195 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:45:35,249 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:45:35,253 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:35,253 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:35,253 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:35,253 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:35,292 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:45:35,338 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:45:35,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:45:35,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:45:35,363 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:45:35,364 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:45:35,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:35,366 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:35,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:35,366 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:35,371 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:35,372 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:35,372 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:35,373 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:45:35,373 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:45:35,373 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:45:35,373 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:45:35,374 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:45:35,374 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:45:35,374 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:45:35,375 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:45:35,375 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:35,376 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:35,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:35,376 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:35,376 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:35,378 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:45:35,378 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:45:35,379 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:45:35,380 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:35,380 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:45:35,381 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:35,382 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:45:35,382 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:35,382 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:45:35,382 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:45:35,383 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:45:35,383 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:45:35,385 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:35,385 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:45:35,385 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:45:35,386 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:45:35,387 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:35,387 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:35,387 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:35,387 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:45:35,387 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:45:35,387 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:45:35,388 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:35,391 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:45:35,391 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:45:35,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:45:35,440 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:45:35,442 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:45:35,443 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:45:35,443 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:45:35,443 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:35,467 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:45:36,443 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:45:36,448 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:45:36,451 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:45:36,454 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:45:36,455 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:45:36,468 [Framework stop - Equinox Container: 6be90a56-3a9b-485a-bf5c-d620ec22e98f] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.comm.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/5.1.2/org.eclipse.kura.core.comm.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/5.1.2/org.eclipse.kura.core.comm.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/org.eclipse.kura.core.comm.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/5.1.2/org.eclipse.kura.core.comm.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/5.1.2/org.eclipse.kura.core.comm.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.comm.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.comm.test/5.1.2/org.eclipse.kura.core.comm.test-5.1.2-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] -----< org.eclipse.kura:org.eclipse.kura.core.configuration.test >------ [INFO] Building org.eclipse.kura.core.configuration.test 5.1.2 [121/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.configuration.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.configuration.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/main/java/org/eclipse/kura/core/configuration/test/CfgSvcTestComponent.java:[26] 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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/src/test/java/org/eclipse/kura/core/configuration/ConfigurationServiceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.configuration.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.configuration.ConfigurationServiceTest [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.172 s - in org.eclipse.kura.core.configuration.ConfigurationServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/surefire.properties] 2022-06-28T13:45:44,918 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:45:45,342 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:45:45,356 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-221471 2022-06-28T13:45:45,443 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:45:45,443 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:45:45,443 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:45:45,443 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:45:45,443 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:45:45,444 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura 2022-06-28T13:45:45,444 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:45:45,444 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:45:45,444 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots 2022-06-28T13:45:45,444 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/tmp 2022-06-28T13:45:45,444 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:45:45,446 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:45:45,474 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:45:45,569 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:45:45,569 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:45,597 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:45:45,717 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:45:45,727 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:45:45,727 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:45,762 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:45,762 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:45,763 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:45,768 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:45:45,768 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:45:45,769 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:45,770 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:45,770 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:45:45,770 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:45:45,773 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:45:45,773 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:45:45,773 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:45:45,776 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:45,776 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:45,776 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:45,779 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:45:45,780 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:45:45,780 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:45,780 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:45:45,780 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:45:45,780 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:45:45,783 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:45:45,783 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:45:45,783 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:45:45,786 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:45,786 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:45,786 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:45,789 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:45:45,789 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:45:45,789 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:45,798 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:45:45,798 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:45:45,798 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:45:45,801 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:45:45,801 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:45:45,801 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:45:45,859 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:45:45,879 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent ... 2022-06-28T13:45:45,881 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:45,884 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:45,884 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.configuration.test.TestFactoryComponent ... 2022-06-28T13:45:45,941 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:45:45,942 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:45,945 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:45,945 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:45:45,946 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:45:45,946 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:45,949 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:45,949 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:45:45,949 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:45:45,950 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:45,954 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:45,979 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:45:45,979 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:45,983 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:45,983 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:45:45,983 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:45:45,986 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:45:45,986 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:45:45,986 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:45,990 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:45,996 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:45:45,997 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:46,000 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:46,006 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:45:46,007 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:45:46,010 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:45:46,014 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:45:46,017 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:45:46,021 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:45:46,022 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:46,022 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:45:46,022 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:46,022 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:46,036 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:45:46,038 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:45:46,040 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:45:46,045 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:45:46,048 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:46,048 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:45:46,050 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:46,051 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:45:46,082 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1656423946072.xml... 2022-06-28T13:45:46,084 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/kura/user/snapshots/snapshot_1656423946072.xml... Done. 2022-06-28T13:45:46,085 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:46,085 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:45:46,085 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:45:46,091 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.configuration.test.CfgSvcTestComponent.... 2022-06-28T13:45:46,092 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.configuration.test.CfgSvcTestComponent....Done 2022-06-28T13:45:46,096 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2022-06-28T13:45:46,107 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:45:46,108 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:45:46,108 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:45:46,108 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:45:46,108 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:45:46,112 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2022-06-28T13:45:46,113 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Perform update... 2022-06-28T13:45:46,113 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2022-06-28T13:45:46,149 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:45:46,151 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:45:46,151 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:45:46,152 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T13:45:46,160 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:46,163 [pool-8-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:45:46,174 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:45:46,196 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:45:46,199 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:45:46,200 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:45:46,353 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:45:46,353 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:45:46,360 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:45:46,360 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:45:46,363 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:45:46,365 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:45:46,392 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:45:46,475 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:45:46,476 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:45:46,477 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:45:46,483 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T13:45:46,674 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:45:46,726 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:45:46,729 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:45:46,730 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:45:46,730 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:45:46,732 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:45:46,739 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:46,749 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:45:46,750 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:45:46,787 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:45:46,798 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:45:47,000 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:45:47,001 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:45:47,001 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:45:47,002 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:45:47,002 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:45:47,002 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:45:47,005 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:45:47,005 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:47,008 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:47,009 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring update since there are uncommitted changes 2022-06-28T13:45:47,035 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:45:47,035 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:45:47,035 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:45:47,035 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:45:47,036 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:45:47,036 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:45:47,075 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:45:47,075 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:47,078 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:47,086 [Start Level: Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:45:47,153 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T13:45:47,153 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:45:47,158 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T13:45:47,159 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T13:45:47,159 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:45:47,159 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T13:45:47,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T13:45:47,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done Running org.eclipse.kura.core.configuration.test.ConfigurationServiceTest 2022-06-28T13:45:47,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:47,338 [main] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:45:47,339 [main] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:45:47,340 [main] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:45:47,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:45:47,341 [main] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:45:47,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:45:47,343 [main] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:45:47,343 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:47,700 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T13:45:47,701 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T13:45:47,714 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T13:45:48,344 [main] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:45:48,344 [main] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T13:45:48,344 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:45:48,344 [main] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:45:48,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:48,346 [main] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:45:48,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:48,349 [main] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:45:48,351 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:48,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:45:48,358 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:48,358 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:45:48,358 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:48,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:48,359 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:45:48,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:45:48,361 [main] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:45:48,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:45:48,367 [main] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:45:48,368 [main] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:45:48,368 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:48,369 [main] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:45:48,369 [main] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:45:48,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:48,370 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T13:45:48,371 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T13:45:48,371 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:45:48,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:48,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:45:48,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:48,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:45:48,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:48,561 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:45:48,563 [main] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:45:48,594 [main] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:45:48,595 [main] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:45:48,596 [main] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:45:48,596 [main] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:45:48,597 [main] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:45:48,598 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:45:48,598 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:45:48,598 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:45:48,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:45:48,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.configuration.test.CfgSvcTestComponent.... 2022-06-28T13:45:48,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.configuration.test.CfgSvcTestComponent....Done 2022-06-28T13:45:48,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:45:48,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:45:48,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:45:48,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:45:48,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:45:48,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:45:48,600 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:45:48,600 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:45:48,600 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:45:48,600 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - Error creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher org.eclipse.kura.KuraException: Invalid parameter. pid heaterPublisher already exists at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.createFactoryConfiguration(ConfigurationServiceImpl.java:422) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$0(ConfigurationServiceAuditFacade.java:36) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$41/0x0000000020c85d40.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.createFactoryConfiguration(ConfigurationServiceAuditFacade.java:36) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.loadLatestSnapshotInConfigAdmin(ConfigurationServiceImpl.java:1348) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.activate(ConfigurationServiceImpl.java:227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:515) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest.setUpClass(ConfigurationServiceTest.java:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) 2022-06-28T13:45:48,609 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:48,610 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:48,612 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:45:48,610 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - Error creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.KuraException: Invalid parameter. pid org.eclipse.kura.ssl.SslManagerService already exists at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.createFactoryConfiguration(ConfigurationServiceImpl.java:422) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$0(ConfigurationServiceAuditFacade.java:36) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$41/0x0000000020c85d40.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.createFactoryConfiguration(ConfigurationServiceAuditFacade.java:36) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.loadLatestSnapshotInConfigAdmin(ConfigurationServiceImpl.java:1348) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.activate(ConfigurationServiceImpl.java:227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:515) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest.setUpClass(ConfigurationServiceTest.java:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) 2022-06-28T13:45:48,630 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:45:48,636 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:45:48,636 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:45:48,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent ... 2022-06-28T13:45:48,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:48,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.configuration.test.TestFactoryComponent ... 2022-06-28T13:45:48,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:45:48,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:45:48,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:45:48,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:45:48,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:45:48,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:48,663 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2022-06-28T13:45:48,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:45:48,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:45:48,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:45:48,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:45:48,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:45:48,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:48,682 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:45:48,682 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:45:48,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:45:48,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:48,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:45:48,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:45:48,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:45:48,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:45:48,703 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:45:48,704 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:45:48,705 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:45:48,711 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:48,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:45:48,743 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:45:48,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:48,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:45:48,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:45:48,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:45:48,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:45:48,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:45:48,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:45:48,759 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:45:48,762 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:48,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:45:48,765 [main] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:45:48,765 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:48,765 [main] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:45:48,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:48,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:48,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:45:48,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:45:48,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:48,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:45:48,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:48,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:45:48,773 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Take snapshot 2022-06-28T13:45:48,773 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:45:48,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:45:48,774 [pool-22-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:45:48,773 [main] ERROR o.e.k.c.d.H2DbHelper - Failed to retrieve or create default H2DbService factory configuration org.eclipse.kura.KuraException: Configuration snapshot {0} was not found. at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.writeSnapshot(ConfigurationServiceImpl.java:1090) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.saveSnapshot(ConfigurationServiceImpl.java:1078) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.snapshot(ConfigurationServiceImpl.java:516) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.access$0(ConfigurationServiceAuditFacade.java:1) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$47/0x0000000020cca670.get(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:114) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.snapshot(ConfigurationServiceAuditFacade.java:97) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.createFactoryConfiguration(ConfigurationServiceImpl.java:453) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$0(ConfigurationServiceAuditFacade.java:36) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$41/0x0000000020c85d40.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.createFactoryConfiguration(ConfigurationServiceAuditFacade.java:36) at org.eclipse.kura.core.db.H2DbHelper.startDefaultDbServiceInstance(H2DbHelper.java:41) at org.eclipse.kura.core.db.H2DbHelper.activate(H2DbHelper.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:765) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:515) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest.setUpClass(ConfigurationServiceTest.java:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) 2022-06-28T13:45:48,775 [main] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:45:48,777 [main] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:45:48,777 [main] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:45:48,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:45:48,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:45:48,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:45:48,784 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2022-06-28T13:45:48,784 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Perform update... 2022-06-28T13:45:48,785 [main] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:45:48,786 [main] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:45:48,839 [main] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:45:48,840 [main] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:45:48,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:45:48,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:45:48,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:45:48,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:45:48,844 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T13:45:48,844 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:45:48,844 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T13:45:48,845 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T13:45:48,845 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:45:48,845 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T13:45:48,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T13:45:48,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T13:45:48,851 [main] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:48,865 [main] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:48,873 [main] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:48,881 [main] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.kura.core.testutil.TestUtil.getMethod(TestUtil.java:76) at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:122) at org.eclipse.kura.core.testutil.TestUtil.getMethod(TestUtil.java:76) at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:122) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest.loadConfigsXml(ConfigurationServiceTest.java:697) at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest.loadConfigsXml(ConfigurationServiceTest.java:677) 2022-06-28T13:45:48,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest.loadConfigsXml(ConfigurationServiceTest.java:697) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest$1.getDecrypted(ConfigurationServiceTest.java:172) 2022-06-28T13:45:48,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest.loadConfigsXml(ConfigurationServiceTest.java:677) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest$3.answer(ConfigurationServiceTest.java:202) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest$1.getDecrypted(ConfigurationServiceTest.java:172) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest$3.answer(ConfigurationServiceTest.java:202) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest$3.answer(ConfigurationServiceTest.java:1) at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) at org.eclipse.kura.crypto.CryptoService$$EnhancerByMockitoWithCGLIB$$1cbfc906.decryptAes() at org.eclipse.kura.core.keystore.KeystoreServiceOptions.getKeystorePassword(KeystoreServiceOptions.java:89) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.updated(FilesystemKeystoreServiceImpl.java:178) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.invokeModifiedMethod(SingleComponentManager.java:836) at org.apache.felix.scr.impl.manager.SingleComponentManager.modify(SingleComponentManager.java:791) at org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:709) at org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:673) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.configurationUpdated(ConfigurableComponentHolder.java:435) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport.configurationEvent(RegionConfigurationSupport.java:316) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport$2.configurationEvent(RegionConfigurationSupport.java:118) at org.eclipse.equinox.internal.cm.EventDispatcher$1.run(EventDispatcher.java:92) at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:40) 2022-06-28T13:45:48,891 [main] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest$3.answer(ConfigurationServiceTest.java:1) at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) at org.eclipse.kura.crypto.CryptoService$$EnhancerByMockitoWithCGLIB$$1cbfc906.decryptAes() at org.eclipse.kura.core.db.H2DbServiceImpl.decryptPassword(H2DbServiceImpl.java:495) at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:321) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$54/0x00000000bc076410.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:45:48,940 [pool-22-thread-1] ERROR o.e.k.c.d.H2DbServiceImpl - Database initialization failed java.lang.NullPointerException at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest$3.answer(ConfigurationServiceTest.java:202) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest$3.answer(ConfigurationServiceTest.java:1) at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) at org.eclipse.kura.crypto.CryptoService$$EnhancerByMockitoWithCGLIB$$1cbfc906.decryptAes() at org.eclipse.kura.core.db.H2DbServiceImpl.decryptPassword(H2DbServiceImpl.java:495) at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:321) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$54/0x00000000bc076410.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:45:48,943 [ConfigurationListener Event Queue] WARN o.e.k.c.k.FilesystemKeystoreServiceImpl - Failed to get the KeyStore org.eclipse.kura.emulator/src/main/resources/cacerts.ks 2022-06-28T13:45:48,943 [ConfigurationListener Event Queue] WARN o.e.k.c.k.FilesystemKeystoreServiceImpl - Failed to persist keystore password 2022-06-28T13:45:48,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:45:48,944 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2022-06-28T13:45:48,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:48,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:45:48,950 [ConfigurationListener Event Queue] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:51,814 [pool-18-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:51,815 [pool-18-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:51,815 [pool-18-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:51,815 [pool-18-thread-1] WARN o.e.k.i.u.s.RoleRepositoryStoreImpl - Failed to store configuration java.lang.NullPointerException at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshotsDirectory(ConfigurationServiceImpl.java:1285) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshotsInternal(ConfigurationServiceImpl.java:1266) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.getSnapshots(ConfigurationServiceImpl.java:623) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.loadLatestSnapshotConfigurations(ConfigurationServiceImpl.java:1381) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.buildCurrentConfiguration(ConfigurationServiceImpl.java:1668) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:809) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:395) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$94/0x00000000900076c0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfigurations(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfiguration(ConfigurationServiceImpl.java:376) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$93/0x0000000090006cd0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfiguration(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfiguration(ConfigurationServiceImpl.java:367) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$92/0x00000000900062a0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfiguration(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.storeNow(RoleRepositoryStoreImpl.java:266) at org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl$$Lambda$76/0x00000000f4004f80.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:45:53,839 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:53,850 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T13:45:53,850 [pool-24-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:53,850 [pool-24-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:53,850 [pool-24-thread-1] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:53,850 [pool-24-thread-1] WARN o.e.k.i.u.s.RoleRepositoryStoreImpl - Failed to store configuration org.eclipse.kura.KuraException: Configuration snapshot {0} was not found. at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.writeSnapshot(ConfigurationServiceImpl.java:1090) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.saveSnapshot(ConfigurationServiceImpl.java:1078) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:847) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:395) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$94/0x00000000900076c0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfigurations(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfiguration(ConfigurationServiceImpl.java:376) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$93/0x0000000090006cd0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfiguration(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfiguration(ConfigurationServiceImpl.java:367) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$92/0x00000000900062a0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfiguration(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.storeNow(RoleRepositoryStoreImpl.java:266) at org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl$$Lambda$76/0x00000000f4004f80.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:45:53,957 [ConfigurationListener Event Queue] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:53,962 [main] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:53,963 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T13:45:53,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:45:53,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:53,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:45:53,973 [ConfigurationListener Event Queue] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:53,993 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423953977.xml... 2022-06-28T13:45:53,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423953977.xml... Done. 2022-06-28T13:45:53,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: ucppnp_pid_1656423953976 2022-06-28T13:45:53,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: ucppnp_pid_1656423953976 2022-06-28T13:45:53,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: ucppnp_pid_1656423953976 2022-06-28T13:45:53,997 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: ucppnp_pid_1656423953976 2022-06-28T13:45:54,006 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_1656423954005 and pid spid_1656423954005 2022-06-28T13:45:54,006 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_1656423954005 2022-06-28T13:45:54,009 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_1656423954005.... 2022-06-28T13:45:54,010 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_1656423954005....Done 2022-06-28T13:45:54,010 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:54,034 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954011.xml... 2022-06-28T13:45:54,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954011.xml... Done. 2022-06-28T13:45:54,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:54,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_1656423954005 spid_1656423954005 2022-06-28T13:45:54,091 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1656423954011 2022-06-28T13:45:54,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_1656423954005... 2022-06-28T13:45:54,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid_1656423954005 2022-06-28T13:45:54,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:54,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423954011... 2022-06-28T13:45:54,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954126.xml... 2022-06-28T13:45:54,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954126.xml... Done. 2022-06-28T13:45:54,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:54,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_1656423954005...done 2022-06-28T13:45:54,160 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid_1656423954005 2022-06-28T13:45:54,176 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1656423954126 2022-06-28T13:45:54,177 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.test.CfgSvcTestComponent ... Done. 2022-06-28T13:45:54,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954182.xml... 2022-06-28T13:45:54,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954182.xml... Done. 2022-06-28T13:45:54,188 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,188 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,188 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,188 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,194 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Delete factory configuration: null 2022-06-28T13:45:54,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_gdcc_1656423954195 and pid spid_gdcc_1656423954195 2022-06-28T13:45:54,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_gdcc_1656423954195 2022-06-28T13:45:54,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gdcc_1656423954195.... 2022-06-28T13:45:54,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gdcc_1656423954195....Done 2022-06-28T13:45:54,199 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_gdcc_1656423954195 spid_gdcc_1656423954195 2022-06-28T13:45:54,200 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration null null 2022-06-28T13:45:54,201 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.configuration.test.TestFactoryComponent and pid cfcmp_pid_1656423954201 2022-06-28T13:45:54,201 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid cfcmp_pid_1656423954201 2022-06-28T13:45:54,201 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.test.TestFactoryComponent 2022-06-28T13:45:54,204 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfcmp_pid_1656423954201.... 2022-06-28T13:45:54,207 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: cfcmp_pid_1656423954201 2022-06-28T13:45:54,207 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfcmp_pid_1656423954201....Done 2022-06-28T13:45:54,207 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:54,222 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954208.xml... 2022-06-28T13:45:54,224 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954208.xml... Done. 2022-06-28T13:45:54,225 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:54,225 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.configuration.test.TestFactoryComponent cfcmp_pid_1656423954201 2022-06-28T13:45:54,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1656423954208 2022-06-28T13:45:54,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_gcc_1656423954244 and pid spid_gcc_1656423954244 2022-06-28T13:45:54,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_gcc_1656423954244 2022-06-28T13:45:54,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_1656423954244.... 2022-06-28T13:45:54,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_1656423954244....Done 2022-06-28T13:45:54,248 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_gcc_1656423954244 spid_gcc_1656423954244 2022-06-28T13:45:54,248 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: spid_gcc_1656423954244 2022-06-28T13:45:54,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.test.CfgSvcTestComponent ... Done. 2022-06-28T13:45:54,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954254.xml... 2022-06-28T13:45:54,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954254.xml... Done. 2022-06-28T13:45:54,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,261 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,261 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,264 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid pid_1656423954263 does not exist or it is not a Factory Component 2022-06-28T13:45:54,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_1656423954263 2022-06-28T13:45:54,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_1656423954265 and pid spid_ccpa_1656423954265 2022-06-28T13:45:54,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_ccpa_1656423954265 2022-06-28T13:45:54,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_ccpa_1656423954265.... 2022-06-28T13:45:54,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_ccpa_1656423954265....Done 2022-06-28T13:45:54,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:54,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954270.xml... 2022-06-28T13:45:54,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954270.xml... Done. 2022-06-28T13:45:54,276 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:54,276 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_1656423954265 spid_ccpa_1656423954265 2022-06-28T13:45:54,278 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations 2022-06-28T13:45:54,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid fpid_gcc_1656423954277 and pid spid_gcc_1656423954277 2022-06-28T13:45:54,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid spid_gcc_1656423954277 2022-06-28T13:45:54,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_1656423954277.... 2022-06-28T13:45:54,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - spid_gcc_1656423954277....Done 2022-06-28T13:45:54,281 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration fpid_gcc_1656423954277 spid_gcc_1656423954277 2022-06-28T13:45:54,282 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations 2022-06-28T13:45:54,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,284 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - Error during updateConfigurations for component org.eclipse.kura.core.configuration.test.CfgSvcTestComponent org.eclipse.kura.KuraException: The configuration attribute field.test cannot accept value 1234: Value "1234" is out of range.. at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.validateProperties(ConfigurationServiceImpl.java:1611) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateComponentConfiguration(ConfigurationServiceImpl.java:1547) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationInternal(ConfigurationServiceImpl.java:1491) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurationsInternal(ConfigurationServiceImpl.java:815) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfigurations(ConfigurationServiceImpl.java:395) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$8(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$94/0x00000000900076c0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfigurations(ConfigurationServiceAuditFacade.java:84) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfiguration(ConfigurationServiceImpl.java:376) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$6(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$93/0x0000000090006cd0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfiguration(ConfigurationServiceAuditFacade.java:71) at org.eclipse.kura.core.configuration.ConfigurationServiceImpl.updateConfiguration(ConfigurationServiceImpl.java:367) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.lambda$5(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade$$Lambda$92/0x00000000900062a0.run(Unknown Source) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.audit(ConfigurationServiceAuditFacade.java:125) at org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade.updateConfiguration(ConfigurationServiceAuditFacade.java:64) at org.eclipse.kura.core.configuration.test.ConfigurationServiceTest.testUpdateConfigurationPidPropertiesInvalid(ConfigurationServiceTest.java:716) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) 2022-06-28T13:45:54,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954284.xml... 2022-06-28T13:45:54,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954284.xml... Done. 2022-06-28T13:45:54,290 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,290 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,290 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,294 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:54,295 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 123456... 2022-06-28T13:45:54,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:45:54,300 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_123456.xml... 2022-06-28T13:45:54,303 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_123456.xml... Done. 2022-06-28T13:45:54,303 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 123456... 2022-06-28T13:45:54,308 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954305.xml... 2022-06-28T13:45:54,310 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954305.xml... Done. 2022-06-28T13:45:54,310 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:54,338 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: null 2022-06-28T13:45:54,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:54,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954341.xml... 2022-06-28T13:45:54,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954341.xml... Done. 2022-06-28T13:45:54,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:54,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_1656423954346 2022-06-28T13:45:54,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_1656423954346 2022-06-28T13:45:54,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:54,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_1656423954346.... 2022-06-28T13:45:54,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_1656423954346 2022-06-28T13:45:54,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_1656423954346....Done 2022-06-28T13:45:54,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:54,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423954341... 2022-06-28T13:45:54,356 [ConfigurationListener Event Queue] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:45:54,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954358.xml... 2022-06-28T13:45:54,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954358.xml... Done. 2022-06-28T13:45:54,363 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:54,363 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_1656423954346 2022-06-28T13:45:54,367 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to snapshot 1656423954341... 2022-06-28T13:45:54,368 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:45:54,368 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:54,368 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport...done 2022-06-28T13:45:54,368 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:54,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher... 2022-06-28T13:45:54,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:45:54,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher...done 2022-06-28T13:45:54,370 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: heaterPublisher 2022-06-28T13:45:54,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_ccpa_1656423954265... 2022-06-28T13:45:54,371 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid_ccpa_1656423954265 2022-06-28T13:45:54,371 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_ccpa_1656423954265...done 2022-06-28T13:45:54,371 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid_ccpa_1656423954265 2022-06-28T13:45:54,371 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService... 2022-06-28T13:45:54,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:45:54,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService...done 2022-06-28T13:45:54,372 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.data.DataService 2022-06-28T13:45:54,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore... 2022-06-28T13:45:54,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:45:54,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore...done 2022-06-28T13:45:54,374 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: SSLKeystore 2022-06-28T13:45:54,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_gdcc_1656423954195... 2022-06-28T13:45:54,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid_gdcc_1656423954195 2022-06-28T13:45:54,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_gdcc_1656423954195...done 2022-06-28T13:45:54,376 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid_gdcc_1656423954195 2022-06-28T13:45:54,376 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_gcc_1656423954244... 2022-06-28T13:45:54,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid_gcc_1656423954244 2022-06-28T13:45:54,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_gcc_1656423954244...done 2022-06-28T13:45:54,377 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid_gcc_1656423954244 2022-06-28T13:45:54,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_gcc_1656423954277... 2022-06-28T13:45:54,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid spid_gcc_1656423954277 2022-06-28T13:45:54,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid spid_gcc_1656423954277...done 2022-06-28T13:45:54,379 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: spid_gcc_1656423954277 2022-06-28T13:45:54,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService... 2022-06-28T13:45:54,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:54,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService...done 2022-06-28T13:45:54,380 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:54,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid cfcmp_pid_1656423954201... 2022-06-28T13:45:54,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid cfcmp_pid_1656423954201 2022-06-28T13:45:54,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid cfcmp_pid_1656423954201...done 2022-06-28T13:45:54,382 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: cfcmp_pid_1656423954201 2022-06-28T13:45:54,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_1656423954346... 2022-06-28T13:45:54,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_1656423954346 2022-06-28T13:45:54,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid pid_rollback_1656423954346...done 2022-06-28T13:45:54,382 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: pid_rollback_1656423954346 2022-06-28T13:45:54,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:45:54,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:54,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:45:54,383 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:54,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent 123 is NOT tracked. 2022-06-28T13:45:54,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to default configuration for component pid: 'org.eclipse.kura.core.configuration.test.CfgSvcTestComponent' 2022-06-28T13:45:54,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.test.CfgSvcTestComponent ... Done. 2022-06-28T13:45:54,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to default configuration for component pid: 'org.eclipse.kura.position.PositionService' 2022-06-28T13:45:54,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:45:54,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.position.PositionService ... Done. 2022-06-28T13:45:54,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to default configuration for component pid: 'org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl' 2022-06-28T13:45:54,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:54,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T13:45:54,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to default configuration for component pid: 'org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2' 2022-06-28T13:45:54,396 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:54,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... Done. 2022-06-28T13:45:54,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to default configuration for component pid: 'org.eclipse.kura.wire.graph.WireGraphService' 2022-06-28T13:45:54,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:54,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T13:45:54,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to default configuration for component pid: 'org.eclipse.kura.internal.rest.provider.RestService' 2022-06-28T13:45:54,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2022-06-28T13:45:54,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to default configuration for component pid: 'org.eclipse.kura.watchdog.WatchdogService' 2022-06-28T13:45:54,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:54,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.watchdog.WatchdogService ... Done. 2022-06-28T13:45:54,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to default configuration for component pid: 'org.eclipse.kura.cloud.app.command.CommandCloudApp' 2022-06-28T13:45:54,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:54,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.app.command.CommandCloudApp ... Done. 2022-06-28T13:45:54,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954452.xml... 2022-06-28T13:45:54,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954452.xml... Done. 2022-06-28T13:45:54,456 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Rollback snapshot: 1656423954341 2022-06-28T13:45:54,456 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Rollback latest snapshot 2022-06-28T13:45:54,456 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid pid_rollback_1656423954346 2022-06-28T13:45:54,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:45:54,459 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (kura.service.pid=org.eclipse.kura.core.configuration.test.CfgSvcTestComponent) 2022-06-28T13:45:54,459 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:45:54,459 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (kura.service.pid=foo) 2022-06-28T13:45:54,459 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:45:54,460 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (service.pid=org.eclipse.kura.configuration.ConfigurationService) 2022-06-28T13:45:54,461 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:45:54,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.test.CfgSvcTestComponent ... Done. 2022-06-28T13:45:54,465 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,465 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:45:54,466 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,466 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:45:54,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid pid_rollback_dontsave_1656423954467 2022-06-28T13:45:54,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid pid_rollback_dontsave_1656423954467 2022-06-28T13:45:54,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:54,472 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_dontsave_1656423954467.... 2022-06-28T13:45:54,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: pid_rollback_dontsave_1656423954467 2022-06-28T13:45:54,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - pid_rollback_dontsave_1656423954467....Done 2022-06-28T13:45:54,476 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService pid_rollback_dontsave_1656423954467 2022-06-28T13:45:54,477 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:45:54,477 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Rollback latest snapshot 2022-06-28T13:45:54,477 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:45:54,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:45:54,479 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:45:54,479 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:45:54,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:54,482 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:45:54,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954481.xml... 2022-06-28T13:45:54,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954481.xml... Done. 2022-06-28T13:45:54,491 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:54,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:45:54,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423954481... 2022-06-28T13:45:54,497 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:45:54,499 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - updating... 2022-06-28T13:45:54,501 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - updating...done 2022-06-28T13:45:54,504 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:45:54,504 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:45:54,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954500.xml... 2022-06-28T13:45:54,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954500.xml... Done. 2022-06-28T13:45:54,540 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:45:54,540 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:45:54,540 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:45:54,541 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:45:54,542 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:45:54,543 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:45:54,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:45:54,544 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:45:54,544 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1656423954481 2022-06-28T13:45:54,546 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:45:54,546 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:45:54,548 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get snapshot: 1656423954500 2022-06-28T13:45:54,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid cfepid_pid_1656423954550 2022-06-28T13:45:54,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid cfepid_pid_1656423954550 2022-06-28T13:45:54,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:45:54,555 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfepid_pid_1656423954550.... 2022-06-28T13:45:54,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: cfepid_pid_1656423954550 2022-06-28T13:45:54,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - cfepid_pid_1656423954550....Done 2022-06-28T13:45:54,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService cfepid_pid_1656423954550 2022-06-28T13:45:54,560 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.data.DataService cfepid_pid_1656423954550 2022-06-28T13:45:54,576 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configurations: null 2022-06-28T13:45:54,576 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: null 2022-06-28T13:45:54,577 [main] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Update configuration: null 2022-06-28T13:45:54,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.configuration.test.CfgSvcTestComponent ... Done. 2022-06-28T13:45:54,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954581.xml... 2022-06-28T13:45:54,586 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /tmp/kura/snapshots/snapshot_1656423954581.xml... Done. 2022-06-28T13:45:54,586 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,586 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,586 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,586 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.configuration.test.CfgSvcTestComponent Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.379 s - in org.eclipse.kura.core.configuration.test.ConfigurationServiceTest testUpdateConfigurationPidPropertiesNullProps(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.023 s testShouldGetServiceProviderDefinitions(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.007 s testDeleteFactoryConfigurationWithSnapshot(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.172 s testUpdateConfigurationPidPropertiesEmptyProps(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.011 s testGetDefaultComponentConfigurationExisting(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.001 s testGetFactoryComponentPids(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.004 s testDeleteFactoryConfigurationNulls(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.001 s testGetDefaultComponentConfiguration(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.005 s testCreateFactoryConfigurationNulls(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.001 s testGetDefaultComponentConfigurationNonExisting(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0 s testCreateFactoryConfigurationMergePropertiesAndSnapshot(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.043 s testGetComponentConfiguration(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.005 s testUpdateConfigurationsConfigs(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.013 s testDeleteFactoryConfigurationNonExistingFactoryPid(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.002 s testGetConfigurableComponentPidsAdd(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.012 s testGetComponentConfigurations(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.006 s testUpdateConfigurationPidPropertiesInvalid(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.009 s testEncryptSnapshots(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.046 s testGetConfigurableComponentPids(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.001 s testGetComponentConfigurationNull(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.001 s testRollback(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.117 s testGetComponentConfigurationsFilter(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.004 s testUpdateConfigurationPidPropertiesNoSnapshot(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.006 s testRollbackEmpty(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.011 s testShouldGetFactoryComponentDefinitions(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.002 s testGetDefaultComponentConfigurationNull(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.001 s testSnapshot(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.069 s testRollbackNotSaved(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0 s testCreateFactoryExistingPid(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.01 s testServiceBound(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0 s testUpdateConfigurationsListOfComponentConfigurationBoolean(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.015 s testUpdateConfigurationPidPropertiesNull(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.002 s testUpdateConfigurationPidPropertiesValid(org.eclipse.kura.core.configuration.test.ConfigurationServiceTest) Time elapsed: 0.009 s Results: Tests run: 33, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:45:54,699 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:45:54,699 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T13:45:54,700 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T13:45:54,701 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:45:54,705 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:45:54,705 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:45:54,706 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:45:54,707 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:45:54,707 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:45:54,707 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:45:54,708 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:45:54,709 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.configuration.test.CfgSvcTestComponent 2022-06-28T13:45:54,709 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:45:54,709 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:45:54,709 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:45:54,712 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:45:54,713 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:45:54,714 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:45:54,737 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:45:54,738 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:45:54,739 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:45:54,740 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:45:54,748 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:45:54,762 [Framework stop - Equinox Container: 92a48a52-dead-46ef-955d-1ed735fc2a23] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.configuration.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/5.1.2/org.eclipse.kura.core.configuration.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/5.1.2/org.eclipse.kura.core.configuration.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/org.eclipse.kura.core.configuration.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/5.1.2/org.eclipse.kura.core.configuration.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/5.1.2/org.eclipse.kura.core.configuration.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.configuration.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.configuration.test/5.1.2/org.eclipse.kura.core.configuration.test-5.1.2-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] ---------< org.eclipse.kura:org.eclipse.kura.core.cloud.test >---------- [INFO] Building org.eclipse.kura.core.cloud.test 5.1.2 [122/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.cloud.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.cloud.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudServiceTest.java:[37] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudServiceTest.java:[40] import org.eclipse.kura.core.util.MqttTopicUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MqttTopicUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudServiceTest.java:[154] public void bindCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudServiceTest.java:[159] public void unbindCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudServiceTest.java:[509] if (MqttTopicUtil.isMatched(lookup.topicFilter, topic)) { ^^^^^^^^^^^^^ Discouraged access: The type 'MqttTopicUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudServiceTest.java:[509] if (MqttTopicUtil.isMatched(lookup.topicFilter, topic)) { ^^^^^^^^^ Discouraged access: The method 'MqttTopicUtil.isMatched(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudPublisherImplTest.java:[24] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudPublisherImplTest.java:[74] public void bindCloudService(CloudService cloudService) throws KuraException { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/main/java/org/eclipse/kura/core/cloud/CloudPublisherImplTest.java:[84] public void unbindCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated 9 problems (9 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] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/test/java/org/eclipse/kura/core/cloud/CloudClientImplTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/test/java/org/eclipse/kura/core/cloud/CloudClientImplTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/test/java/org/eclipse/kura/core/cloud/CloudClientImplTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/test/java/org/eclipse/kura/core/cloud/CloudClientImplTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/src/test/java/org/eclipse/kura/core/cloud/CloudClientImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.cloud.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.message.protobuf.KuraPayloadProtoMetricBuilderTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s - in org.eclipse.kura.core.message.protobuf.KuraPayloadProtoMetricBuilderTest [INFO] Running org.eclipse.kura.core.message.protobuf.KuraPayloadProtoPositionBuilderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kura.core.message.protobuf.KuraPayloadProtoPositionBuilderTest [INFO] Running org.eclipse.kura.core.message.protobuf.KuraPayloadProtoBuilderTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.kura.core.message.protobuf.KuraPayloadProtoBuilderTest [INFO] Running org.eclipse.kura.core.message.KuraBirthPayloadTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.core.message.KuraBirthPayloadTest [INFO] Running org.eclipse.kura.core.message.KuraDisconnectPayloadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.message.KuraDisconnectPayloadTest [INFO] Running org.eclipse.kura.core.cloud.publisher.CloudPublisherOptionsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.cloud.publisher.CloudPublisherOptionsTest [INFO] Running org.eclipse.kura.core.cloud.publisher.NotificationPublisherImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 s - in org.eclipse.kura.core.cloud.publisher.NotificationPublisherImplTest [INFO] Running org.eclipse.kura.core.cloud.publisher.CloudPublisherImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.core.cloud.publisher.CloudPublisherImplTest [INFO] Running org.eclipse.kura.core.cloud.CloudServiceOptionsTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kura.core.cloud.CloudServiceOptionsTest [INFO] Running org.eclipse.kura.core.cloud.CloudClientImplTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.kura.core.cloud.CloudClientImplTest [INFO] Running org.eclipse.kura.core.cloud.CloudServiceImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.kura.core.cloud.CloudServiceImplTest [INFO] Running org.eclipse.kura.cloud.app.command.CommandCloudAppTest 13:45:59.310 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Bad request topic: [command, test] 13:45:59.338 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Expected one resource but found 2 13:45:59.340 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - null command 13:45:59.362 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Password required but not correct and/or missing 13:45:59.370 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Bad request topic: [] 13:45:59.370 [main] ERROR org.eclipse.kura.cloud.app.command.CommandCloudApp - Expected one resource but found 0 [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.kura.cloud.app.command.CommandCloudAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/surefire.properties] 2022-06-28T13:46:03,179 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:46:03,586 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:46:03,599 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-704768 2022-06-28T13:46:03,682 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:46:03,682 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:46:03,682 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:46:03,682 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:46:03,682 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:46:03,683 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura 2022-06-28T13:46:03,683 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:46:03,683 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:46:03,683 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots 2022-06-28T13:46:03,683 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/tmp 2022-06-28T13:46:03,683 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:46:03,686 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:46:03,719 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:46:03,794 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:46:03,796 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:46:03,964 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:46:03,964 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:46:03,990 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:46:04,109 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:46:04,121 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:46:04,122 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:46:04,154 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:04,155 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:04,156 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:04,161 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:46:04,161 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:46:04,162 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:04,162 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:46:04,162 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:46:04,162 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:46:04,165 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:46:04,166 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:46:04,166 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:46:04,169 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:04,169 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:04,169 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:04,172 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:46:04,172 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:46:04,172 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:04,173 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:46:04,173 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:46:04,173 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:46:04,178 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:46:04,178 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:46:04,178 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:46:04,181 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:46:04,181 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:46:04,181 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:46:04,184 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:46:04,184 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:46:04,184 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:46:04,192 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:46:04,192 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:46:04,192 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:46:04,195 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:46:04,195 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:46:04,195 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:46:04,195 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:46:04,195 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:46:04,239 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:46:04,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:46:04,260 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:46:04,261 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:46:04,289 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2022-06-28T13:46:04,290 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T13:46:04,293 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T13:46:04,298 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:46:04,299 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:04,302 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:04,302 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:46:04,302 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:46:04,339 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:46:04,339 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:46:04,339 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:46:04,344 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:46:04,354 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:46:04,354 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:04,358 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:04,358 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:46:04,358 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:46:04,358 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:46:04,361 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:46:04,361 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:46:04,362 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:46:04,362 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:46:04,365 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:46:04,369 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:46:04,370 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:46:04,373 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:46:04,379 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:46:04,380 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:46:04,383 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:46:04,386 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:46:04,390 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:46:04,390 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:46:04,441 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:46:04,441 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:46:04,448 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:46:04,451 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:46:04,455 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:46:04,459 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:46:04,459 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:46:04,463 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:46:04,482 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:46:04,482 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:46:04,482 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:46:04,482 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:46:04,482 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:46:04,483 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:46:04,486 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:46:04,486 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:46:04,489 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:46:04,495 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:46:04,498 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:46:04,498 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:46:04,498 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:46:04,499 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:46:04,499 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:46:04,499 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:46:04,539 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:46:04,542 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:46:04,542 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:46:04,543 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:46:04,544 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:46:04,584 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423964573.xml... 2022-06-28T13:46:04,587 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423964573.xml... Done. 2022-06-28T13:46:04,588 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:46:04,588 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:46:04,588 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:46:04,588 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:46:04,588 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:46:04,593 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:04,599 [Start Level: Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] WARN AuditLogger - {entrypoint=Internal} ConfigurationService - Failure - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:04,604 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:46:04,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid org.eclipse.kura.cloud.publisher.CloudPublisher-1 2022-06-28T13:46:04,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.publisher.CloudPublisher-1 2022-06-28T13:46:04,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:46:04,643 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.publisher.CloudPublisher-1.... 2022-06-28T13:46:04,647 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2022-06-28T13:46:04,647 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.publisher.CloudPublisher-1....Done 2022-06-28T13:46:04,647 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:46:04,647 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423964573... 2022-06-28T13:46:04,671 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423964661.xml... 2022-06-28T13:46:04,674 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423964661.xml... Done. 2022-06-28T13:46:04,674 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:46:04,674 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher org.eclipse.kura.cloud.publisher.CloudPublisher-1 Running org.eclipse.kura.core.cloud.CloudServiceTest 2022-06-28T13:46:04,775 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:46:04,779 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:46:04,780 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:46:04,780 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:46:04,780 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:46:04,855 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:46:04,866 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:46:04,880 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:46:04,880 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:46:04,893 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:46:04,895 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:46:04,897 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:46:04,898 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:46:04,898 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:46:04,898 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:46:04,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2022-06-28T13:46:04,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2022-06-28T13:46:04,956 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:46:04,956 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:46:04,956 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:46:04,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:46:04,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:46:04,958 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:46:04,958 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:46:04,958 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:46:04,958 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:46:04,958 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:46:04,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:46:04,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:46:04,984 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:46:04,986 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:46:04,988 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:46:04,988 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:46:05,229 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:46:05,230 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:46:05,230 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:46:05,231 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:46:05,231 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:46:05,249 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:46:05,250 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T13:46:05,284 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T13:46:05,284 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:46:05,287 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T13:46:05,288 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T13:46:05,288 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:46:05,288 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T13:46:05,288 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T13:46:05,289 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T13:46:05,296 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:46:05,297 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:46:05,298 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T13:46:05,298 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:46:05,299 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T13:46:05,646 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:46:05,694 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:46:06,669 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T13:46:06,669 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T13:46:06,679 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T13:46:09,887 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423964661... 2022-06-28T13:46:09,906 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:46:09,915 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T13:46:09,917 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T13:46:09,936 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423969916.xml... 2022-06-28T13:46:09,939 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423969916.xml... Done. 2022-06-28T13:46:09,939 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:46:09,939 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:46:09,940 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:46:14,809 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T13:46:14,819 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423969916... 2022-06-28T13:46:14,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:14,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:46:14,856 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:46:14,857 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:46:14,857 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:46:14,857 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:46:14,857 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:46:14,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423974855.xml... 2022-06-28T13:46:14,885 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423974855.xml... Done. 2022-06-28T13:46:14,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:14,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:14,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:14,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423974855... 2022-06-28T13:46:14,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T13:46:14,902 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2022-06-28T13:46:14,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423974902.xml... 2022-06-28T13:46:14,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423974902.xml... Done. 2022-06-28T13:46:14,928 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T13:46:14,928 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T13:46:14,928 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T13:46:14,968 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2022-06-28T13:46:14,968 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2022-06-28T13:46:15,017 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@29eaf089 2022-06-28T13:46:15,019 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2022-06-28T13:46:15,604 [ConfigurationListener Event Queue] WARN o.a.a.a.c.server - AMQ222018: AIO was not located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal 2022-06-28T13:46:15,605 [ConfigurationListener Event Queue] WARN o.a.a.a.c.server - AMQ222269: Please use a fixed value for "journal-pool-files". Default changed per https://issues.apache.org/jira/browse/ARTEMIS-1628 2022-06-28T13:46:15,653 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2022-06-28T13:46:15,653 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2022-06-28T13:46:15,678 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) 2022-06-28T13:46:15,695 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,610,612,736 2022-06-28T13:46:15,726 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2022-06-28T13:46:15,726 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2022-06-28T13:46:15,784 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2022-06-28T13:46:15,788 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2022-06-28T13:46:15,855 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2022-06-28T13:46:15,856 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2022-06-28T13:46:16,098 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2022-06-28T13:46:16,098 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2022-06-28T13:46:16,098 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=ae2e7b31-f6e8-11ec-abbf-0a580a28215f] 2022-06-28T13:46:16,103 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423974902... 2022-06-28T13:46:16,113 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:16,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2022-06-28T13:46:16,123 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2022-06-28T13:46:16,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423976122.xml... 2022-06-28T13:46:16,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423976122.xml... Done. 2022-06-28T13:46:16,138 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:16,139 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:16,139 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2022-06-28T13:46:16,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid observer 2022-06-28T13:46:16,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2022-06-28T13:46:16,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:16,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2022-06-28T13:46:16,147 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2022-06-28T13:46:16,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2022-06-28T13:46:16,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2022-06-28T13:46:16,150 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2022-06-28T13:46:16,152 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating observer... 2022-06-28T13:46:16,153 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T13:46:16,153 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:46:16,153 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:46:16,153 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:46:16,178 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:16,179 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:46:16,179 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:46:16,179 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2022-06-28T13:46:16,179 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:46:16,179 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:46:16,179 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:46:16,179 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:46:16,180 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:46:16,180 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:46:16,180 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2022-06-28T13:46:16,180 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:46:16,180 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:46:16,180 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:46:16,181 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T13:46:16,622 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:46:16,622 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:16,622 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:46:16,622 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2022-06-28T13:46:16,670 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:46:16,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423976122... 2022-06-28T13:46:16,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:16,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:46:16,690 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:46:16,691 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:46:16,691 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:46:16,691 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:46:16,691 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:46:16,700 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423976689.xml... 2022-06-28T13:46:16,703 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423976689.xml... Done. 2022-06-28T13:46:16,703 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:16,704 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:16,704 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:16,705 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:46:16,705 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using file persistence for in-flight messages: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/paho-persistence 2022-06-28T13:46:16,710 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:16,710 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:46:16,710 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:46:16,710 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2022-06-28T13:46:16,710 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:46:16,710 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:46:16,711 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:46:16,711 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:46:16,711 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:46:16,711 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:46:16,711 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2022-06-28T13:46:16,711 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:46:16,711 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:46:16,712 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:46:16,712 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T13:46:17,019 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:46:17,019 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:17,019 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:46:17,019 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:46:17,020 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:46:17,020 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T13:46:17,102 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:46:17,119 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:46:17,139 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2022-06-28T13:46:17,144 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2022-06-28T13:46:17,168 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2022-06-28T13:46:17,184 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:46:17,184 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:46:17,185 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:46:17,190 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:46:17,196 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2022-06-28T13:46:17,200 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:17,201 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:17,201 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:17,202 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:17,203 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:46:17,203 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:46:17,204 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:46:17,207 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:46:17,208 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423976689... 2022-06-28T13:46:17,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:17,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:46:17,257 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:46:17,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:46:17,258 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:46:17,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:46:17,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:46:17,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423977256.xml... 2022-06-28T13:46:17,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423977256.xml... Done. 2022-06-28T13:46:17,274 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:17,274 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:17,274 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:17,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:17,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:46:17,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:46:17,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2022-06-28T13:46:17,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:46:17,275 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:46:17,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:46:17,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:46:17,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:46:17,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:46:17,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2022-06-28T13:46:17,277 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:46:17,277 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:46:17,277 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:46:17,277 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T13:46:17,584 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:46:17,584 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:17,584 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T13:46:17,584 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:46:17,584 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:46:17,584 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T13:46:17,584 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:46:17,587 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:46:17,592 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:46:17,596 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2022-06-28T13:46:17,599 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2022-06-28T13:46:17,610 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2022-06-28T13:46:17,746 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:46:17,746 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:46:17,747 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:46:17,751 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:46:17,758 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2022-06-28T13:46:17,762 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:17,762 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:17,762 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:17,763 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:17,764 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:46:17,764 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:46:17,765 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:46:17,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423977256... 2022-06-28T13:46:17,769 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:46:17,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:17,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:46:17,788 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:46:17,789 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:46:17,789 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:46:17,789 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:46:17,789 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:46:17,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423977787.xml... 2022-06-28T13:46:17,800 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423977787.xml... Done. 2022-06-28T13:46:17,801 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:17,801 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:17,801 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:17,801 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:17,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:46:17,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:46:17,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2022-06-28T13:46:17,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:46:17,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:46:17,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:46:17,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:46:17,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:46:17,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:46:17,803 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2022-06-28T13:46:17,803 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:46:17,803 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:46:17,803 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:46:17,803 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T13:46:18,111 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:46:18,111 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:18,111 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:46:18,111 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:46:18,111 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:46:18,111 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T13:46:18,118 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:46:18,123 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:46:18,127 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2022-06-28T13:46:18,131 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2022-06-28T13:46:18,140 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2022-06-28T13:46:18,147 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:46:18,147 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:46:18,148 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:46:18,153 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:46:18,159 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2022-06-28T13:46:18,163 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:18,163 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:18,163 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:18,164 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:18,165 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:46:18,165 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:46:18,165 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:46:18,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423977787... 2022-06-28T13:46:18,169 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:46:18,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:18,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:46:18,192 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:46:18,193 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:46:18,193 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:46:18,193 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:46:18,193 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:46:18,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423978191.xml... 2022-06-28T13:46:18,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423978191.xml... Done. 2022-06-28T13:46:18,204 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423964573.xml 2022-06-28T13:46:18,204 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:18,204 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:18,204 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:18,204 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:18,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:46:18,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:46:18,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2022-06-28T13:46:18,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:46:18,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:46:18,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:46:18,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:46:18,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:46:18,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:46:18,205 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2022-06-28T13:46:18,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:46:18,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:46:18,206 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:46:18,206 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T13:46:18,512 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:46:18,512 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:18,513 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:46:18,513 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:46:18,513 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:46:18,513 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T13:46:18,518 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:46:18,523 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:46:18,527 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2022-06-28T13:46:18,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2022-06-28T13:46:18,539 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2022-06-28T13:46:18,550 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:46:18,550 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:46:18,551 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:46:18,555 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:46:18,558 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2022-06-28T13:46:18,561 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:18,562 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:18,562 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:18,562 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:46:18,563 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:46:18,564 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:46:18,564 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:46:18,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423978191... 2022-06-28T13:46:18,570 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:46:18,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:18,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:46:18,585 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:46:18,586 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:46:18,587 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:46:18,587 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:46:18,587 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:46:18,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423978583.xml... 2022-06-28T13:46:18,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423978583.xml... Done. 2022-06-28T13:46:18,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423964661.xml 2022-06-28T13:46:18,595 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:18,595 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:18,595 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:46:18,595 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2022-06-28T13:46:48,596 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2022-06-28T13:46:48,596 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2022-06-28T13:46:48,596 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:46:48,596 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using file persistence for in-flight messages: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/paho-persistence 2022-06-28T13:46:48,596 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - Failed to close persistence. Ignoring exception. MqttException (0) at org.eclipse.paho.client.mqttv3.persist.MqttDefaultFilePersistence.checkIsOpen(MqttDefaultFilePersistence.java:140) at org.eclipse.paho.client.mqttv3.persist.MqttDefaultFilePersistence.getFiles(MqttDefaultFilePersistence.java:257) at org.eclipse.paho.client.mqttv3.persist.MqttDefaultFilePersistence.close(MqttDefaultFilePersistence.java:152) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.setupMqttSession(MqttDataTransport.java:971) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.connect(MqttDataTransport.java:310) at org.eclipse.kura.core.data.DataServiceImpl.connect(DataServiceImpl.java:490) at org.eclipse.kura.core.cloud.CloudServiceImpl.connect(CloudServiceImpl.java:985) at org.eclipse.kura.core.cloud.CloudServiceTest.testConnectCannotConnect(CloudServiceTest.java:204) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) 2022-06-28T13:46:48,600 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:46:48,600 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:46:48,600 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://broker-url:1883 2022-06-28T13:46:48,600 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2022-06-28T13:46:48,600 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:46:48,600 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:46:48,600 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:46:48,601 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:46:48,601 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:46:48,601 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:46:48,601 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2022-06-28T13:46:48,601 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:46:48,601 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:46:48,601 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:46:48,601 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T13:46:48,612 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2022-06-28T13:46:48,613 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2022-06-28T13:47:18,613 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2022-06-28T13:47:18,613 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2022-06-28T13:47:18,613 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:47:18,614 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:18,621 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:18,623 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656423978583... 2022-06-28T13:47:18,630 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:18,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:47:18,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:47:18,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:18,643 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:18,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:18,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:18,650 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656424038642.xml... 2022-06-28T13:47:18,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656424038642.xml... Done. 2022-06-28T13:47:18,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423969916.xml 2022-06-28T13:47:18,654 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:18,654 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:18,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:18,655 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:47:18,655 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using file persistence for in-flight messages: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/paho-persistence 2022-06-28T13:47:18,655 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - Failed to close persistence. Ignoring exception. MqttException (0) at org.eclipse.paho.client.mqttv3.persist.MqttDefaultFilePersistence.checkIsOpen(MqttDefaultFilePersistence.java:140) at org.eclipse.paho.client.mqttv3.persist.MqttDefaultFilePersistence.getFiles(MqttDefaultFilePersistence.java:257) at org.eclipse.paho.client.mqttv3.persist.MqttDefaultFilePersistence.close(MqttDefaultFilePersistence.java:152) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.setupMqttSession(MqttDataTransport.java:971) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.connect(MqttDataTransport.java:310) at org.eclipse.kura.core.data.DataServiceImpl.connect(DataServiceImpl.java:490) at org.eclipse.kura.core.cloud.CloudServiceImpl.connect(CloudServiceImpl.java:985) at org.eclipse.kura.core.cloud.CloudServiceTest.publishBirthAndGetMetrics(CloudServiceTest.java:387) at org.eclipse.kura.core.cloud.CloudServiceTest.shouldRepublishBirthOnTamperEvent(CloudServiceTest.java:351) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) 2022-06-28T13:47:18,656 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:47:18,656 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:47:18,656 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:47:18,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:47:18,658 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T13:47:18,963 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:47:18,963 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:47:18,963 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:47:18,963 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:47:18,963 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:47:18,963 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T13:47:18,967 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:47:18,971 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:47:18,975 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2022-06-28T13:47:18,979 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2022-06-28T13:47:18,988 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2022-06-28T13:47:18,997 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:47:19,001 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:47:19,005 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2022-06-28T13:47:19,009 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/BIRTH 2022-06-28T13:47:19,010 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/BIRTH 2022-06-28T13:47:19,010 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/BIRTH 2022-06-28T13:47:19,010 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/BIRTH 2022-06-28T13:47:19,010 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:47:19,011 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:47:19,011 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:47:19,023 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:47:19,028 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2022-06-28T13:47:19,039 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:47:19,040 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:47:19,040 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:47:19,040 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:47:19,042 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:47:19,042 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:47:19,043 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:47:19,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424038642... 2022-06-28T13:47:19,046 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:47:19,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:19,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:47:19,063 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:47:19,063 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:19,063 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:19,063 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:19,064 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:19,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656424039061.xml... 2022-06-28T13:47:19,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656424039061.xml... Done. 2022-06-28T13:47:19,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423974855.xml 2022-06-28T13:47:19,073 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:19,073 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:19,074 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:19,074 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:47:19,074 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:47:19,074 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:47:19,074 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2022-06-28T13:47:19,074 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:47:19,075 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:47:19,075 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:47:19,075 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:47:19,075 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:47:19,075 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:47:19,075 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2022-06-28T13:47:19,075 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:47:19,076 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:47:19,076 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:47:19,079 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T13:47:19,381 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:47:19,381 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:47:19,381 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:47:19,381 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:47:19,381 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:47:19,381 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T13:47:19,386 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:47:19,392 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:47:19,397 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2022-06-28T13:47:19,409 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2022-06-28T13:47:19,421 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2022-06-28T13:47:19,445 [main] INFO o.e.k.c.c.CloudServiceImpl - Handling ModemReadyEvent 2022-06-28T13:47:19,445 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:47:19,445 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:47:19,446 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:47:19,451 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:47:19,456 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2022-06-28T13:47:19,460 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:47:19,460 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:47:19,462 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:47:19,462 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:47:19,462 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:47:19,464 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:47:19,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424039061... 2022-06-28T13:47:19,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:19,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:47:19,483 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:47:19,483 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:19,484 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:19,484 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:19,484 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:19,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656424039482.xml... 2022-06-28T13:47:19,494 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656424039482.xml... Done. 2022-06-28T13:47:19,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423974902.xml 2022-06-28T13:47:19,495 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:19,495 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:19,495 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = underTest 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:47:19,496 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/underTest/MQTT/LWT 2022-06-28T13:47:19,497 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:47:19,497 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:47:19,497 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:47:19,497 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T13:47:19,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:47:19,802 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:47:19,802 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:47:19,802 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:47:19,803 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:47:19,803 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T13:47:19,806 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:47:19,810 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:47:19,815 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/BIRTH with QoS: 0 2022-06-28T13:47:19,819 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/underTest/# with QoS: 1 2022-06-28T13:47:19,829 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.071 s - in org.eclipse.kura.core.cloud.CloudServiceTest shouldNotPublishTamperStatusIfTamperDetectionIsNotAvailable(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.507 s shouldSupportExtendedPropertiesSerialization(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.441 s testGetConnectionInfo(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0 s shouldPublishTamperStatusIfTamperDetectionIsAvailable(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.93 s testConnectCannotConnect(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 60.064 s testServiceExists(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0 s testDisconnect(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0 s shouldRepublishBirthOnTamperEvent(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.396 s shouldSupportEmptyExtendedProperties(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.421 s testGetNotificationPublisherPid(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0 s shouldSupportAdditionalBirthProperties(org.eclipse.kura.core.cloud.CloudServiceTest) Time elapsed: 0.407 s Running org.eclipse.kura.core.cloud.CloudPublisherImplTest 2022-06-28T13:47:29,905 [main] WARN o.e.k.c.c.p.CloudPublisherImpl - Received null message! 2022-06-28T13:47:29,907 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2022-06-28T13:47:29,919 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2022-06-28T13:47:29,919 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2022-06-28T13:47:29,921 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424039482... 2022-06-28T13:47:29,923 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: mqtt/underTest/W1/A1/$assetName with QoS: 0 2022-06-28T13:47:29,927 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: mqtt/underTest/W1/A1/$assetName 2022-06-28T13:47:29,929 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:47:29,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.publisher.CloudPublisher-1 ... Done. 2022-06-28T13:47:29,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656424049937.xml... 2022-06-28T13:47:29,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656424049937.xml... Done. 2022-06-28T13:47:29,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/kura/user/snapshots/snapshot_1656423976122.xml 2022-06-28T13:47:29,950 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2022-06-28T13:47:29,951 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2022-06-28T13:47:29,951 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.publisher.CloudPublisher-1 2022-06-28T13:47:29,951 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2022-06-28T13:47:29,956 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/W1/A1/$assetName, priority: 7 2022-06-28T13:47:29,966 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: mqtt/underTest/W1/A1/$assetName with QoS: 1 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.054 s - in org.eclipse.kura.core.cloud.CloudPublisherImplTest testPublishNullMessage(org.eclipse.kura.core.cloud.CloudPublisherImplTest) Time elapsed: 0 s testPublishQos0(org.eclipse.kura.core.cloud.CloudPublisherImplTest) Time elapsed: 0.014 s testPublishQos1(org.eclipse.kura.core.cloud.CloudPublisherImplTest) Time elapsed: 0.037 s testServiceExists(org.eclipse.kura.core.cloud.CloudPublisherImplTest) Time elapsed: 0 s Results: Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:47:29,984 [MQTT Call: underTest] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 16 to store 2022-06-28T13:47:30,043 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: mqtt/underTest/W1/A1/$assetName 2022-06-28T13:47:30,053 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:30,055 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:30,055 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:30,055 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:30,056 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:30,057 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:30,057 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:47:30,057 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:47:30,061 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:47:30,070 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/underTest/MQTT/DC with QoS: 0 2022-06-28T13:47:30,075 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:47:30,075 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:47:30,076 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:47:30,076 [MQTT Call: underTest] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/underTest/MQTT/DC 2022-06-28T13:47:30,088 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:47:30,089 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T13:47:30,089 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T13:47:30,094 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:30,098 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:47:30,100 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:47:30,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T13:47:30,100 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:47:30,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:47:30,100 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:30,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:47:30,138 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:30,139 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:47:30,139 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:47:30,139 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:47:30,140 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:30,140 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:47:30,140 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:30,140 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:30,140 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:47:30,141 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:30,141 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:47:30,142 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:47:30,143 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:47:30,148 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:47:30,149 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:47:30,150 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:47:30,151 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:47:30,151 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:47:30,152 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:47:30,153 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:47:30,156 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:30,156 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:47:30,156 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:30,157 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:47:30,157 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:47:30,157 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:47:30,157 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T13:47:30,157 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:47:30,158 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:47:30,159 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.publisher.CloudPublisher-1 2022-06-28T13:47:30,159 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2022-06-28T13:47:30,164 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:47:30,165 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:47:30,168 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:47:30,175 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:47:30,177 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:47:30,177 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:30,344 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:47:31,177 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:47:31,179 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:47:31,180 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:47:31,184 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:47:31,186 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2022-06-28T13:47:31,196 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [ae2e7b31-f6e8-11ec-abbf-0a580a28215f] stopped, uptime 1 minute 2022-06-28T13:47:31,196 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@29eaf089 2022-06-28T13:47:31,197 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2022-06-28T13:47:31,199 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:47:31,201 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:47:31,203 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:47:31,230 [Framework stop - Equinox Container: 3c0797c4-13fd-499b-b37e-32eccca28976] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.cloud.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.broker.artemis.core' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.broker.artemis.simple.mqtt' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.test' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.util.wire.test' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/5.1.2/org.eclipse.kura.core.cloud.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/5.1.2/org.eclipse.kura.core.cloud.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/org.eclipse.kura.core.cloud.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/5.1.2/org.eclipse.kura.core.cloud.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/5.1.2/org.eclipse.kura.core.cloud.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.test/5.1.2/org.eclipse.kura.core.cloud.test-5.1.2-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] -----< org.eclipse.kura:org.eclipse.kura.core.cloud.factory.test >------ [INFO] Building org.eclipse.kura.core.cloud.factory.test 5.1.2 [123/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/src/test/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactoryTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/src/test/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactoryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/src/test/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/src/test/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactoryTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/src/test/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/src/test/java/org/eclipse/kura/core/cloud/factory/DefaultCloudServiceFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.cloud.factory.DefaultCloudServiceFactoryTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 s - in org.eclipse.kura.core.cloud.factory.DefaultCloudServiceFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/org.eclipse.kura.core.cloud.factory.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/org.eclipse.kura.core.cloud.factory.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.cloud.factory.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.factory.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/surefire.properties] 2022-06-28T13:47:38,327 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:47:38,712 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:47:38,726 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-688308 2022-06-28T13:47:38,804 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:47:38,804 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:47:38,804 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:47:38,804 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:47:38,804 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:47:38,805 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura 2022-06-28T13:47:38,805 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:47:38,805 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:47:38,805 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots 2022-06-28T13:47:38,806 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/tmp 2022-06-28T13:47:38,806 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:47:38,809 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:47:38,850 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:47:38,905 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:47:38,908 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:47:39,077 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:47:39,077 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:47:39,105 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:47:39,241 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:47:39,253 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:47:39,253 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:47:39,291 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:39,297 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:39,297 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:39,315 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:47:39,316 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:47:39,317 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:39,317 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:47:39,317 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:47:39,317 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:47:39,321 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:47:39,321 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:47:39,321 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:47:39,324 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:39,324 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:39,324 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:39,327 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:47:39,327 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:47:39,327 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:39,327 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:47:39,327 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:47:39,327 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:47:39,331 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:47:39,331 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:47:39,331 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:47:39,334 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:39,334 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:39,334 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:39,338 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:47:39,338 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:47:39,338 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:39,346 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:47:39,346 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:47:39,346 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:47:39,350 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:47:39,350 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:47:39,350 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:47:39,350 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:47:39,350 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:47:39,364 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:47:39,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:47:39,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:47:39,385 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:47:39,461 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:47:39,464 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:39,470 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:39,470 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:47:39,470 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:47:39,471 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:39,488 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:39,488 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:47:39,488 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:47:39,491 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:47:39,491 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:47:39,491 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:47:39,496 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:47:39,496 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:47:39,496 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:47:39,500 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:47:39,500 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:47:39,500 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:47:39,500 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:39,503 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:39,508 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:47:39,508 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:47:39,511 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:47:39,541 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:47:39,542 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:47:39,545 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:47:39,548 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:47:39,551 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:47:39,556 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:47:39,556 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:47:39,559 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:47:39,561 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:47:39,562 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:47:39,564 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:47:39,568 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:47:39,568 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:47:39,573 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:47:39,588 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:47:39,588 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:47:39,588 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:47:39,588 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:47:39,588 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:47:39,588 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:47:39,591 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:47:39,591 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:47:39,596 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:47:39,639 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:47:39,641 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:47:39,642 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:39,642 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:47:39,642 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:47:39,642 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:47:39,643 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:47:39,645 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:47:39,648 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:39,648 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:47:39,650 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:47:39,651 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:47:39,686 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots/snapshot_1656424059672.xml... 2022-06-28T13:47:39,688 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/kura/user/snapshots/snapshot_1656424059672.xml... Done. 2022-06-28T13:47:39,689 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:47:39,689 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:47:39,689 [Start Level: Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:47:39,690 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:47:39,690 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:47:39,745 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:47:39,797 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:47:39,837 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:39,837 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:39,837 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:39,838 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:39,873 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: 2022-06-28T13:47:39,888 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:47:39,898 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:47:39,899 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:47:39,937 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:39,939 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:39,939 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:39,939 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:39,940 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:47:39,943 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:39,946 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:47:39,947 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:47:39,947 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:47:39,947 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:39,951 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:47:39,953 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:47:39,955 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:39,955 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:39,955 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:39,955 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:39,956 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:39,957 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:39,957 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:39,957 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:39,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:47:39,958 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:47:39,959 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:47:39,959 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:47:39,959 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:47:39,960 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:47:39,960 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:47:39,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:39,960 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:39,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:39,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:39,961 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:39,961 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:47:39,961 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:39,961 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:47:39,961 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:47:39,961 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:47:39,964 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:47:39,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:47:39,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:47:39,968 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:47:39,969 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:47:39,969 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:40,969 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:47:40,974 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:47:40,976 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:47:40,980 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:47:40,981 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:47:41,003 [Framework stop - Equinox Container: 5c4b73e2-ad66-4644-8dfd-5aa5a6cb9c8a] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.test' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/org.eclipse.kura.core.cloud.factory.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory.test/5.1.2/org.eclipse.kura.core.cloud.factory.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory.test/5.1.2/org.eclipse.kura.core.cloud.factory.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/org.eclipse.kura.core.cloud.factory.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory.test/5.1.2/org.eclipse.kura.core.cloud.factory.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory.test/5.1.2/org.eclipse.kura.core.cloud.factory.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.cloud.factory.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.cloud.factory.test/5.1.2/org.eclipse.kura.core.cloud.factory.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.cloud.factory.test --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.core.crypto.test >--------- [INFO] Building org.eclipse.kura.core.crypto.test 5.1.2 [124/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.crypto.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.crypto.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.crypto.test --- [INFO] No tests to run. [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/surefire.properties] 2022-06-28T13:47:45,628 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:47:46,009 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:47:46,044 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-075049 2022-06-28T13:47:46,129 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:47:46,129 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:47:46,129 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:47:46,129 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:47:46,130 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:47:46,130 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura 2022-06-28T13:47:46,130 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:47:46,130 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:47:46,130 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots 2022-06-28T13:47:46,130 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/tmp 2022-06-28T13:47:46,130 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:47:46,137 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:47:46,174 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:47:46,257 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:47:46,260 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:47:46,431 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:47:46,432 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:47:46,477 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:47:46,629 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:47:46,642 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:47:46,643 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:47:46,687 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:46,689 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:46,689 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:46,699 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:47:46,699 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:47:46,701 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:46,701 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:47:46,701 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:47:46,702 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:47:46,706 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:47:46,707 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:47:46,707 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:47:46,711 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:46,711 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:46,711 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:46,714 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:47:46,715 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:47:46,715 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:46,716 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:47:46,716 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:47:46,716 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:47:46,720 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:47:46,721 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:47:46,722 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:47:46,741 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:46,742 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:46,742 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:46,745 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:47:46,745 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:47:46,745 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:46,756 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:47:46,756 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:47:46,760 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:47:46,761 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:47:46,761 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:47:46,764 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:47:46,765 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:47:46,765 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:47:46,777 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:47:46,818 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:47:46,819 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:47:46,868 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:47:46,942 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:47:46,944 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:46,947 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:46,947 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:47:46,947 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:47:46,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:47:46,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:47:46,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:47:46,953 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:47:46,954 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:47:46,954 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:46,974 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:46,974 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:47:46,974 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:47:46,975 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:47:46,978 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:47:46,978 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:47:46,978 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:47:46,978 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:46,981 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:46,985 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:47:46,986 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:47:46,988 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:47:46,990 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:47:46,998 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:47:46,999 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:47:47,002 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:47:47,037 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:47:47,041 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:47:47,047 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:47:47,047 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:47:47,051 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:47:47,054 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:47:47,057 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:47:47,064 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:47:47,064 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:47:47,067 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:47:47,096 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:47:47,096 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:47:47,097 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:47:47,097 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:47:47,097 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:47:47,097 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:47:47,139 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:47:47,139 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:47:47,144 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:47:47,149 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:47:47,150 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:47:47,150 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:47:47,152 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:47:47,153 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:47,153 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:47:47,153 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:47:47,154 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:47:47,154 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:47:47,157 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:47:47,160 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:47,160 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:47:47,161 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:47:47,162 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:47:47,167 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:47:47,193 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots/snapshot_1656424067184.xml... 2022-06-28T13:47:47,197 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/kura/user/snapshots/snapshot_1656424067184.xml... Done. 2022-06-28T13:47:47,197 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:47:47,197 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:47:47,197 [Start Level: Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:47:47,248 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:47:47,252 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:47,252 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:47,252 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:47,253 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:47,291 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:47:47,342 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:47:47,352 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:47:47,352 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:47:47,363 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:47:47,365 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:47:47,367 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:47,367 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:47,367 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:47,367 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Running org.eclipse.kura.core.crypto.Base64Test 2022-06-28T13:47:47,377 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:47:47,377 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:47:47,377 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:47:47,378 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:47:47,378 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:47:47,379 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:47:47,379 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:47,379 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:47,379 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:47,380 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:47,381 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:47:47,381 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:47:47,398 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:47:47,400 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:47:47,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:47:47,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.kura.core.crypto.Base64Test testEncode1(org.eclipse.kura.core.crypto.Base64Test) Time elapsed: 0.001 s testDecode1(org.eclipse.kura.core.crypto.Base64Test) Time elapsed: 0 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:47:47,556 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:47,556 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:47,556 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:47,557 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:47,557 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:47,558 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:47:47,558 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:47:47,562 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:47,565 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:47:47,566 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:47:47,566 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:47:47,566 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:47,568 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:47,568 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:47,568 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:47,568 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:47,569 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:47:47,569 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:47:47,670 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:47:47,670 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:47:47,671 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:47:47,671 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:47:47,674 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:47:47,674 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:47:47,674 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:47:47,674 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:47:47,675 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:47,675 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:47:47,675 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:47,675 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:47:47,675 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:47:47,675 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:47:47,676 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:47:47,676 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:47:47,678 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:47:47,679 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:47:47,680 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:47:47,687 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:47:47,688 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:47:47,688 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:47,694 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:47:48,689 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:47:48,694 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:47:48,698 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:47:48,703 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:47:48,705 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:47:48,728 [Framework stop - Equinox Container: d80bd5f7-d34a-41fd-b3e9-e7f9bf059c2e] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.crypto.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/5.1.2/org.eclipse.kura.core.crypto.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/5.1.2/org.eclipse.kura.core.crypto.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/org.eclipse.kura.core.crypto.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/5.1.2/org.eclipse.kura.core.crypto.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/5.1.2/org.eclipse.kura.core.crypto.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.crypto.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.crypto.test/5.1.2/org.eclipse.kura.core.crypto.test-5.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.core.db.test >----------- [INFO] Building org.eclipse.kura.core.db.test 5.1.2 [125/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.db.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.db.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/src/test/java/org/eclipse/kura/core/db/H2DbServiceImplTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/src/test/java/org/eclipse/kura/core/db/H2DbServiceImplTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/src/test/java/org/eclipse/kura/core/db/H2DbServiceImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.db.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.db.H2DbServiceImplTest 13:47:52.203 [pool-4-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.NullPointerException: null at org.eclipse.kura.core.db.H2DbServiceImpl.decryptPassword(H2DbServiceImpl.java:495) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:321) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:47:52.203 [pool-7-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.NullPointerException: null at org.eclipse.kura.core.db.H2DbServiceImpl.decryptPassword(H2DbServiceImpl.java:495) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:321) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:47:52.203 [pool-9-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.NullPointerException: null at org.eclipse.kura.core.db.H2DbServiceImpl.decryptPassword(H2DbServiceImpl.java:495) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:321) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:47:52.240 [pool-7-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.IllegalStateException: Another H2DbService instance is managing the same DB URL, please change the DB URL or deactivate the other instance at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:313) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:47:52.240 [pool-4-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.IllegalArgumentException: Anonymous in-memory databases instances are not supported at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:309) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] Processed: /tmp/kurah2/testdb.mv.db 13:47:53.152 [pool-11-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.NullPointerException: null at org.eclipse.kura.core.db.H2DbServiceImpl.decryptPassword(H2DbServiceImpl.java:495) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:321) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:47:53.152 [pool-11-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.IllegalArgumentException: Invalid DB URL at org.eclipse.kura.core.db.H2DbServiceOptions.computeUrlParts(H2DbServiceOptions.java:86) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceOptions.(H2DbServiceOptions.java:67) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:293) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:47:53.153 [pool-13-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.NullPointerException: null at org.eclipse.kura.core.db.H2DbServiceImpl.decryptPassword(H2DbServiceImpl.java:495) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:321) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:47:53.154 [pool-13-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.IllegalArgumentException: JDBC driver must be h2 at org.eclipse.kura.core.db.H2DbServiceOptions.computeUrlParts(H2DbServiceOptions.java:91) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceOptions.(H2DbServiceOptions.java:67) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:293) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:47:53.155 [pool-15-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.NullPointerException: null at java.lang.String.(String.java:622) ~[?:1.8.0_292] at org.eclipse.kura.core.db.H2DbServiceImpl.decryptPassword(H2DbServiceImpl.java:496) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:321) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.188 s - in org.eclipse.kura.core.db.H2DbServiceImplTest 13:47:53.360 [pool-17-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.NullPointerException: null at org.eclipse.kura.core.db.H2DbServiceImpl.decryptPassword(H2DbServiceImpl.java:495) ~[org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:321) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:47:53.360 [pool-17-thread-1] ERROR org.eclipse.kura.core.db.H2DbServiceImpl - Database initialization failed java.lang.IllegalArgumentException: Remote databases are not supported at org.eclipse.kura.core.db.H2DbServiceImpl.updateInternal(H2DbServiceImpl.java:304) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$2(H2DbServiceImpl.java:140) [org.eclipse.kura.core-1.1.2.jar:?] at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$18/0x0000000038a57480.run(Unknown Source) [org.eclipse.kura.core-1.1.2.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/surefire.properties] 2022-06-28T13:47:57,078 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:47:57,494 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:47:57,509 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-954592 2022-06-28T13:47:57,596 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:47:57,596 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:47:57,596 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:47:57,596 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:47:57,596 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:47:57,597 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura 2022-06-28T13:47:57,597 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:47:57,597 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:47:57,597 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots 2022-06-28T13:47:57,597 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/tmp 2022-06-28T13:47:57,597 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:47:57,601 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:47:57,649 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:47:57,733 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:47:57,736 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:47:57,892 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:47:57,892 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:47:57,920 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:47:58,060 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:47:58,069 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:47:58,069 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:47:58,102 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:58,103 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:58,103 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:58,108 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:47:58,108 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:47:58,109 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:58,109 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:47:58,110 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:47:58,110 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:47:58,113 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:47:58,113 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:47:58,113 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:47:58,116 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:58,116 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:58,116 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:58,119 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:47:58,119 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:47:58,119 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:58,120 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:47:58,120 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:47:58,120 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:47:58,123 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:47:58,123 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:47:58,123 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:47:58,125 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:58,125 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:58,126 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:58,130 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:47:58,130 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:47:58,130 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:58,144 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:47:58,144 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:47:58,144 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:47:58,147 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:47:58,148 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:47:58,148 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:47:58,152 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:47:58,152 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:47:58,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:47:58,192 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:47:58,193 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:47:58,197 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:47:58,277 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:47:58,279 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:58,282 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:47:58,282 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:47:58,283 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:47:58,286 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:47:58,286 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:47:58,286 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:47:58,289 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:47:58,289 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:47:58,290 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:58,336 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:47:58,337 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:47:58,337 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:47:58,337 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:47:58,340 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:47:58,340 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:47:58,341 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:47:58,341 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:58,344 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:47:58,357 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:47:58,358 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:47:58,360 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:47:58,363 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:47:58,370 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:47:58,371 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:47:58,374 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:47:58,377 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:47:58,380 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:47:58,387 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:47:58,387 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:47:58,390 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:47:58,394 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:47:58,436 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:47:58,441 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:47:58,442 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:47:58,445 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:47:58,482 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:47:58,482 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:47:58,483 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:47:58,483 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:47:58,483 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:47:58,483 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:47:58,487 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:47:58,487 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:47:58,493 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:47:58,499 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:47:58,538 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:47:58,539 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:47:58,539 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:58,539 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:47:58,539 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:47:58,539 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:47:58,539 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:47:58,539 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:47:58,543 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:47:58,546 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:58,546 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:47:58,550 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:47:58,552 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:47:58,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:47:58,587 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424078571.xml... 2022-06-28T13:47:58,591 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424078571.xml... Done. 2022-06-28T13:47:58,591 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:47:58,591 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:47:58,591 [Start Level: Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:47:58,644 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:47:58,648 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:58,648 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:58,648 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:58,648 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:58,702 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:47:58,747 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:47:58,761 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:47:58,761 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Running org.eclipse.kura.core.db.test.H2DbServiceImplTest 2022-06-28T13:47:58,780 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:47:58,782 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:47:58,784 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:58,784 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:58,785 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:58,785 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:58,794 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:47:58,794 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:47:58,794 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:47:58,795 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:47:58,795 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:47:58,796 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:47:58,796 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:47:58,797 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:47:58,797 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:47:58,797 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:47:58,799 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:47:58,799 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:47:58,855 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:47:58,858 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:47:58,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:47:58,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:47:59,090 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:47:59,092 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:47:59,092 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:47:59,093 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:47:59,093 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:47:59,112 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:47:59,113 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T13:47:59,159 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T13:47:59,159 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:47:59,163 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T13:47:59,164 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T13:47:59,164 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:47:59,164 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T13:47:59,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T13:47:59,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T13:47:59,174 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:47:59,176 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:47:59,176 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:47:59,176 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T13:47:59,177 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T13:47:59,179 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:59,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424078571... 2022-06-28T13:47:59,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:47:59,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2022-06-28T13:47:59,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424079237.xml... 2022-06-28T13:47:59,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424079237.xml... Done. 2022-06-28T13:47:59,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:59,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:59,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:59,533 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:47:59,554 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:59,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424079237... 2022-06-28T13:47:59,563 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:47:59,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:47:59,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2022-06-28T13:47:59,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424079575.xml... 2022-06-28T13:47:59,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424079575.xml... Done. 2022-06-28T13:47:59,588 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:59,588 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:59,589 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:47:59,590 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:47:59,590 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2022-06-28T13:47:59,592 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:48:00,597 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T13:48:00,597 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T13:48:00,607 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T13:48:01,034 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424079575... 2022-06-28T13:48:01,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:48:01,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2022-06-28T13:48:01,065 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:48:01,066 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2022-06-28T13:48:01,068 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:48:01,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424081064.xml... 2022-06-28T13:48:01,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424081064.xml... Done. 2022-06-28T13:48:01,095 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,095 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,096 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,096 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424081064... 2022-06-28T13:48:01,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:48:01,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2022-06-28T13:48:01,119 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:48:01,120 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2022-06-28T13:48:01,120 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:48:01,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424081118.xml... 2022-06-28T13:48:01,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424081118.xml... Done. 2022-06-28T13:48:01,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,149 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424081118... 2022-06-28T13:48:01,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:48:01,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2022-06-28T13:48:01,175 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:48:01,176 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2022-06-28T13:48:01,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424081174.xml... 2022-06-28T13:48:01,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/kura/user/snapshots/snapshot_1656424081174.xml... Done. 2022-06-28T13:48:01,195 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,195 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,195 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,377 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:file:/tmp/kuradb 2022-06-28T13:48:01,390 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.574 s - in org.eclipse.kura.core.db.test.H2DbServiceImplTest testPasswordUpdate(org.eclipse.kura.core.db.test.H2DbServiceImplTest) Time elapsed: 1.853 s testSvcs(org.eclipse.kura.core.db.test.H2DbServiceImplTest) Time elapsed: 0.063 s testUrlUpdate(org.eclipse.kura.core.db.test.H2DbServiceImplTest) Time elapsed: 0.256 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:48:01,546 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:01,547 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:01,548 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:01,548 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:01,549 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:01,549 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:01,550 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:01,554 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:01,554 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T13:48:01,554 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T13:48:01,555 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,558 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:48:01,559 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,559 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T13:48:01,559 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:48:01,559 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:01,559 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,559 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:48:01,560 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:01,560 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:48:01,561 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:01,561 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:01,561 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:01,562 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:01,562 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:48:01,562 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:48:01,565 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:48:01,566 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:48:01,566 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:48:01,567 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:01,568 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:48:01,568 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:48:01,568 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:48:01,570 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:01,570 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:01,571 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:01,571 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:01,571 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:48:01,571 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:48:01,572 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:01,572 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:01,575 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:48:01,576 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:48:01,577 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:48:01,579 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:01,580 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:48:01,580 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:01,770 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:48:02,580 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:48:02,584 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:48:02,586 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:48:02,590 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:48:02,592 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:02,616 [Framework stop - Equinox Container: e1f03767-6759-41ff-93fb-a05c79b3c57e] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.db.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/5.1.2/org.eclipse.kura.core.db.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/5.1.2/org.eclipse.kura.core.db.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/org.eclipse.kura.core.db.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/5.1.2/org.eclipse.kura.core.db.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/5.1.2/org.eclipse.kura.core.db.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.db.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.db.test/5.1.2/org.eclipse.kura.core.db.test-5.1.2-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] -------< org.eclipse.kura:org.eclipse.kura.core.deployment.test >------- [INFO] Building org.eclipse.kura.core.deployment.test 5.1.2 [126/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.deployment.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.deployment.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/src/test/java/org/eclipse/kura/core/deployment/CloudDeploymentHandlerV2Test.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/src/test/java/org/eclipse/kura/core/deployment/CloudDeploymentHandlerV2Test.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/src/test/java/org/eclipse/kura/core/deployment/CloudDeploymentHandlerV2Test.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.deployment.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.download.hook.DownloadHookManagerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s - in org.eclipse.kura.download.hook.DownloadHookManagerTest [INFO] Running org.eclipse.kura.core.deployment.install.DeploymentPackageInstallOptionsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kura.core.deployment.install.DeploymentPackageInstallOptionsTest [INFO] Running org.eclipse.kura.core.deployment.install.InstallImplTest 13:48:06.611 [main] ERROR org.eclipse.kura.core.deployment.install.InstallImpl - Error opening package configuration file java.io.FileNotFoundException: /tmp/dpagdpe.properties (No such file or directory) at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_292] at java.io.FileInputStream.(FileInputStream.java:138) ~[?:1.8.0_292] at java.io.FileInputStream.(FileInputStream.java:93) ~[?:1.8.0_292] at org.eclipse.kura.core.deployment.install.InstallImpl.getDeployedPackages(InstallImpl.java:108) [org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.deployment.install.InstallImplTest.testGetDeployedPackagesError(InstallImplTest.java:64) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:48:06.678 [main] ERROR org.eclipse.kura.core.deployment.install.InstallImpl - Failed to change file mode [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.kura.core.deployment.install.InstallImplTest [INFO] Running org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2Test 13:48:06.753 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bundle ID 99 not found 13:48:07.296 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Malformed install request! 13:48:07.298 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to download and install package at URL : java.lang.IllegalStateException: Aborted by hook 13:48:07.300 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to uninstall package : java.lang.RuntimeException: testMesg 13:48:07.301 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [test] 13:48:07.302 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Cannot find resource with name: test 13:48:07.304 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to download and install package at URL : java.lang.RuntimeException: test 13:48:07.306 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Malformed uninstall request! 13:48:07.308 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [test] 13:48:07.308 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Cannot find resource with name: test 13:48:07.314 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Failed to start bundle 99: org.osgi.framework.BundleException: test 13:48:07.315 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [test] 13:48:07.315 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Cannot find resource with name: test 13:48:07.315 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [] 13:48:07.315 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Expected one resource but found none 13:48:07.315 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - EXEC start/stop bundle: bad bundle ID format: {} java.lang.NumberFormatException: For input string: "aa" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_292] at java.lang.Long.parseLong(Long.java:589) ~[?:1.8.0_292] at java.lang.Long.valueOf(Long.java:803) ~[?:1.8.0_292] at org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.doExecStartStopBundle(CloudDeploymentHandlerV2.java:745) [org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.doExec(CloudDeploymentHandlerV2.java:397) [org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2Test.testDoExecStartNFE(CloudDeploymentHandlerV2Test.java:1526) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:48:07.329 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [] 13:48:07.329 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Expected one resource but found none 13:48:07.857 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Bad request topic: [] 13:48:07.857 [main] ERROR org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 - Expected one resource but found none [WARNING] Tests run: 53, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.171 s - in org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2Test [INFO] Running org.eclipse.kura.core.deployment.download.impl.DownloadImplTest 13:48:07.860 [main] ERROR org.eclipse.kura.core.deployment.download.impl.DownloadImpl - Download exception java.util.concurrent.CancellationException: test at org.eclipse.kura.core.deployment.download.impl.DownloadImplTest$2.getDownloadInstance(DownloadImplTest.java:121) ~[test-classes/:?] at org.eclipse.kura.core.deployment.download.impl.DownloadImpl.incrementalDownloadFromURL(DownloadImpl.java:190) ~[org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.deployment.download.impl.DownloadImpl.downloadDeploymentPackageInternal(DownloadImpl.java:113) [org.eclipse.kura.core.deployment-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.deployment.download.impl.DownloadImplTest.testDownloadDeploymentPackageInternalCancel(DownloadImplTest.java:125) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kura.core.deployment.download.impl.DownloadImplTest [INFO] Running org.eclipse.kura.core.deployment.download.impl.DeploymentPackageDownloadOptionsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.deployment.download.impl.DeploymentPackageDownloadOptionsTest [INFO] Running org.eclipse.kura.core.deployment.uninstall.DeploymentPackageUninstallOptionsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.deployment.uninstall.DeploymentPackageUninstallOptionsTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 103, Failures: 0, Errors: 0, Skipped: 3 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/surefire.properties] 2022-06-28T13:48:11,457 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:48:11,864 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:48:11,877 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-089450 2022-06-28T13:48:11,954 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:48:11,955 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:48:11,955 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:48:11,955 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:48:11,955 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:48:11,955 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura 2022-06-28T13:48:11,955 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:48:11,955 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:48:11,956 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots 2022-06-28T13:48:11,956 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/tmp 2022-06-28T13:48:11,956 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:48:11,958 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:48:11,987 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:48:12,083 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:48:12,086 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:48:12,249 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:48:12,249 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:12,278 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:48:12,388 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:48:12,397 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:48:12,397 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:12,439 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:12,440 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:12,440 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:12,446 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:48:12,446 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:48:12,447 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:12,447 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:12,448 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:48:12,448 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:12,451 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:48:12,451 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:48:12,451 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:48:12,454 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:12,454 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:12,454 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:12,457 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:48:12,457 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:48:12,458 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:12,458 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:48:12,458 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:48:12,458 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:48:12,461 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:48:12,461 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:48:12,461 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:48:12,464 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:12,464 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:12,464 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:12,469 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:48:12,470 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:48:12,470 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:12,479 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:48:12,479 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:48:12,479 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:48:12,482 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:48:12,482 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:48:12,482 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:48:12,487 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:48:12,487 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:48:12,500 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:48:12,552 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:48:12,552 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:48:12,554 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:48:12,601 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:48:12,603 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:12,607 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:12,607 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:48:12,607 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:48:12,608 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:12,638 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:12,639 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:48:12,639 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:48:12,642 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:48:12,642 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:48:12,642 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:12,647 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:12,647 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:48:12,647 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:12,650 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:12,651 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:48:12,651 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:48:12,651 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:12,654 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:12,659 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:48:12,659 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:12,662 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:12,669 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:48:12,670 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:48:12,673 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:48:12,676 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:48:12,679 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:48:12,685 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:48:12,685 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:48:12,688 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:48:12,696 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:48:12,699 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:12,704 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:48:12,704 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:12,702 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:48:12,738 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:12,753 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:48:12,753 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:48:12,753 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:48:12,753 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:48:12,753 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:48:12,754 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:48:12,757 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:48:12,757 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:12,760 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:12,764 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:48:12,766 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:48:12,767 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:12,767 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:48:12,767 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:12,767 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:12,767 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:48:12,771 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:48:12,774 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:12,774 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:48:12,775 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:48:12,776 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:12,863 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots/snapshot_1656424092843.xml... 2022-06-28T13:48:12,868 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/kura/user/snapshots/snapshot_1656424092843.xml... Done. 2022-06-28T13:48:12,868 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:48:12,869 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:48:12,869 [Start Level: Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:48:12,876 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:48:12,876 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:48:12,896 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:12,948 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:48:12,952 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:12,952 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:12,952 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:12,952 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:12,990 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: 2022-06-28T13:48:13,039 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:48:13,049 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:13,050 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:48:13,050 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:13,050 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:48:13,050 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:13,050 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:13,051 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:13,053 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:13,057 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:48:13,058 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:13,058 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:48:13,058 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:13,061 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:48:13,063 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:48:13,064 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:13,064 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:13,064 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:13,065 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:13,065 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:13,065 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:13,065 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:13,066 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:13,066 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:48:13,066 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:48:13,067 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:48:13,067 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:13,068 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:13,068 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:48:13,068 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:13,068 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:13,068 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:48:13,068 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:13,068 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:48:13,069 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:13,069 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:13,069 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:13,069 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:13,069 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:48:13,069 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:48:13,076 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:48:13,077 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:48:13,077 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:48:13,077 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:48:13,078 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:48:13,078 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:48:13,078 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:48:13,080 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:13,080 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:48:13,081 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:14,081 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:48:14,085 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:48:14,088 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:48:14,093 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:48:14,094 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:14,109 [Framework stop - Equinox Container: 1b82c8ad-5262-4b46-bb02-3eedd4c0c23e] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.deployment.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/5.1.2/org.eclipse.kura.core.deployment.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/5.1.2/org.eclipse.kura.core.deployment.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/org.eclipse.kura.core.deployment.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/5.1.2/org.eclipse.kura.core.deployment.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/5.1.2/org.eclipse.kura.core.deployment.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.deployment.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.deployment.test/5.1.2/org.eclipse.kura.core.deployment.test-5.1.2-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] -------< org.eclipse.kura:org.eclipse.kura.core.inventory.test >-------- [INFO] Building org.eclipse.kura.core.inventory.test 5.1.2 [127/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.inventory.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.inventory.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.inventory.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.inventory.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.inventory.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.inventory.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.inventory.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.inventory.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.inventory.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.inventory.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.inventory.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.inventory.InventoryHandlerV1Test 13:48:18.228 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Error getting resource systemPackages java.lang.NullPointerException: null at org.eclipse.kura.core.inventory.InventoryHandlerV1.doGetDockerContainers(InventoryHandlerV1.java:441) [org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1.doGet(InventoryHandlerV1.java:183) [org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1$$EnhancerByMockitoWithCGLIB$$8d631c97.CGLIB$doGet$10() [mockito-core-1.10.19.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1$$EnhancerByMockitoWithCGLIB$$8d631c97$$FastClassByMockitoWithCGLIB$$e42ef45b.invoke() [mockito-core-1.10.19.jar:?] at org.mockito.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:216) [mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.DelegatingMockitoMethodProxy.invokeSuper(DelegatingMockitoMethodProxy.java:19) [mockito-core-1.10.19.jar:?] at org.mockito.internal.invocation.realmethod.DefaultRealMethod.invoke(DefaultRealMethod.java:21) [mockito-core-1.10.19.jar:?] at org.mockito.internal.invocation.realmethod.CleanTraceRealMethod.invoke(CleanTraceRealMethod.java:30) [mockito-core-1.10.19.jar:?] at org.mockito.internal.invocation.InvocationImpl.callRealMethod(InvocationImpl.java:112) [mockito-core-1.10.19.jar:?] at org.mockito.internal.stubbing.answers.CallsRealMethods.answer(CallsRealMethods.java:41) [mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:93) [mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) [mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) [mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) [mockito-core-1.10.19.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1$$EnhancerByMockitoWithCGLIB$$8d631c97.doGet() [mockito-core-1.10.19.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1Test.whenTheFollowingJsonKuraPayloadDoGet(InventoryHandlerV1Test.java:1137) [test-classes/:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1Test.testListContainerDoGet(InventoryHandlerV1Test.java:1000) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:48:18.270 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Bad request topic: [test] 13:48:18.271 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Cannot find resource with name: test 13:48:18.398 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Error getting resource systemPackages org.eclipse.kura.KuraProcessExecutionErrorException: Unable to execute system process Failed to retrieve system packages. at org.eclipse.kura.core.inventory.InventoryHandlerV1.doGetSystemPackages(InventoryHandlerV1.java:406) [org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1.doGet(InventoryHandlerV1.java:181) [org.eclipse.kura.core.inventory-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.inventory.InventoryHandlerV1Test.doGetSystemPackagesFailed(InventoryHandlerV1Test.java:665) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:48:18.402 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Bad request topic: [] 13:48:18.403 [main] ERROR org.eclipse.kura.core.inventory.InventoryHandlerV1 - Expected one resource but found none [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.727 s - in org.eclipse.kura.core.inventory.InventoryHandlerV1Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.inventory.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/org.eclipse.kura.core.inventory.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.inventory.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.inventory.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/org.eclipse.kura.core.inventory.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.inventory.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.inventory.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.inventory.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/surefire.properties] 2022-06-28T13:48:21,952 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:48:22,398 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:48:22,412 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-546468 2022-06-28T13:48:22,498 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:48:22,499 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:48:22,499 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:48:22,499 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:48:22,499 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:48:22,499 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura 2022-06-28T13:48:22,499 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:48:22,499 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:48:22,500 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots 2022-06-28T13:48:22,500 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/tmp 2022-06-28T13:48:22,500 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:48:22,503 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:48:22,550 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:48:22,645 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:48:22,646 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:22,684 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:48:22,823 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:48:22,833 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:48:22,834 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:22,881 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:22,882 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:22,882 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:22,888 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:48:22,888 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:48:22,889 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:22,889 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:22,890 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:48:22,890 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:22,893 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:48:22,893 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:48:22,894 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:48:22,897 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:22,897 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:22,897 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:22,900 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:48:22,900 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:48:22,900 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:22,900 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:48:22,901 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:48:22,901 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:48:22,904 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:48:22,904 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:48:22,904 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:48:22,907 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:22,907 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:22,907 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:22,910 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:48:22,910 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:48:22,910 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:22,921 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:48:22,921 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:48:22,922 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:48:22,939 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:48:22,939 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:48:22,939 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:48:22,971 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:48:23,055 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:48:23,057 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:23,061 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:23,061 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:48:23,061 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:48:23,061 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:23,065 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:23,065 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:48:23,065 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:48:23,065 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:23,068 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:23,090 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:48:23,091 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:23,095 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:23,095 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:48:23,095 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:48:23,099 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:48:23,099 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:48:23,099 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:23,102 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:23,106 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:48:23,106 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:23,109 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:23,115 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:48:23,115 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:48:23,119 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:48:23,123 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:48:23,126 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:48:23,140 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:48:23,141 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:23,141 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:48:23,141 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:23,141 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:23,141 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:48:23,142 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:48:23,143 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:48:23,144 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:48:23,147 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:23,148 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:48:23,148 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:48:23,149 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:23,184 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots/snapshot_1656424103168.xml... 2022-06-28T13:48:23,187 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/kura/user/snapshots/snapshot_1656424103168.xml... Done. 2022-06-28T13:48:23,188 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:48:23,188 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:48:23,188 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:48:23,191 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2022-06-28T13:48:23,199 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:48:23,199 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:48:23,199 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:48:23,200 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:48:23,200 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:48:23,203 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2022-06-28T13:48:23,203 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Perform update... 2022-06-28T13:48:23,203 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2022-06-28T13:48:23,252 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:48:23,254 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:48:23,254 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:48:23,255 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T13:48:23,269 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:48:23,273 [pool-8-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:48:23,286 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:48:23,338 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:48:23,343 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:48:23,343 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:48:23,482 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:48:23,482 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:48:23,488 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:48:23,488 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:48:23,496 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:48:23,497 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:48:23,556 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:48:23,584 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:48:23,584 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:48:23,586 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:48:23,593 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T13:48:23,758 [pool-7-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:48:23,804 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:48:23,807 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:48:23,814 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:23,815 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:48:23,817 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:48:23,817 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:48:23,819 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:48:23,826 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:23,860 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:48:23,870 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:48:24,079 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:48:24,080 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:48:24,081 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:48:24,081 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:48:24,081 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:48:24,081 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:48:24,084 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:48:24,084 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:24,087 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:24,088 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring update since there are uncommitted changes 2022-06-28T13:48:24,114 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:48:24,114 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:48:24,114 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:48:24,114 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:48:24,114 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:48:24,115 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:48:24,168 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:48:24,169 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:24,172 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:24,179 [Start Level: Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:48:24,209 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T13:48:24,209 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:48:24,214 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T13:48:24,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T13:48:24,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:48:24,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T13:48:24,237 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T13:48:24,238 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:48:24,310 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:24,310 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:24,310 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:24,311 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:24,311 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:24,311 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:24,311 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:24,316 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:48:24,317 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:24,320 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:48:24,321 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T13:48:24,321 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:24,321 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:48:24,321 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:24,321 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:24,321 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:48:24,321 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:24,322 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:48:24,322 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:24,323 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:24,323 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:24,323 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:24,323 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:48:24,323 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:48:24,325 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:48:24,325 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:48:24,325 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:48:24,326 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:24,326 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:48:24,326 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:48:24,326 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:24,326 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T13:48:24,336 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T13:48:24,337 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:48:24,337 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:24,338 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:48:24,338 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:24,338 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:24,338 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:24,338 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:48:24,338 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:24,338 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:24,340 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:48:24,344 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:48:24,344 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:48:24,346 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:24,347 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:48:24,347 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:24,523 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:48:25,347 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:48:25,351 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:48:25,353 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:48:25,355 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:25,379 [Framework stop - Equinox Container: c9e40c8e-ab1b-47a8-81a3-374011346ba3] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.inventory.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.inventory.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.inventory.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/org.eclipse.kura.core.inventory.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory.test/5.1.2/org.eclipse.kura.core.inventory.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory.test/5.1.2/org.eclipse.kura.core.inventory.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/org.eclipse.kura.core.inventory.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory.test/5.1.2/org.eclipse.kura.core.inventory.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory.test/5.1.2/org.eclipse.kura.core.inventory.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.inventory.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.inventory.test/5.1.2/org.eclipse.kura.core.inventory.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.inventory.test --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.core.net.test >----------- [INFO] Building org.eclipse.kura.core.net.test 5.1.2 [128/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.net.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.net.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/src/test/java/org/eclipse/kura/core/net/NetworkConfigurationTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/src/test/java/org/eclipse/kura/core/net/NetworkConfigurationTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/src/test/java/org/eclipse/kura/core/net/NetworkConfigurationTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/src/test/java/org/eclipse/kura/core/net/NetworkConfigurationTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/src/test/java/org/eclipse/kura/core/net/NetworkConfigurationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.net.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.net.LoopbackInterfaceConfigImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.943 s - in org.eclipse.kura.core.net.LoopbackInterfaceConfigImplTest [INFO] Running org.eclipse.kura.core.net.NetworkConfigurationTest 13:48:29.303 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - Null type for if1 13:48:29.311 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - Unsupported type ADSL for interface if1 13:48:29.326 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - Invalid config NetConfigIP4 [winsServers=[], super.toString()=NetConfigIP [status=netIPv4StatusDisabled, autoConnect=false, dhcp=false, address=null, networkPrefixLength=-1, subnetMask=null, gateway=null, dnsServers=[], domains=[], properties={}]] 13:48:29.327 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - MTU must be greater than 0 13:48:29.328 [main] ERROR org.eclipse.kura.core.net.NetworkConfiguration - Type must be ETHERNET, WIFI, MODEM, or LOOPBACK - type is ADSL [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.eclipse.kura.core.net.NetworkConfigurationTest [INFO] Running org.eclipse.kura.core.net.util.NetworkUtilTest 13:48:29.361 [main] ERROR org.eclipse.kura.core.net.util.NetworkUtil - received invalid mask: 255.255.127.0 [INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.kura.core.net.util.NetworkUtilTest [INFO] Running org.eclipse.kura.core.net.WifiConfigurationInterpreterTest 13:48:29.371 [main] ERROR org.eclipse.kura.core.net.WifiConfigurationInterpreter - Error parsing channels! java.lang.NumberFormatException: For input string: "a" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_292] at java.lang.Integer.parseInt(Integer.java:580) ~[?:1.8.0_292] at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_292] at org.eclipse.kura.core.net.WifiConfigurationInterpreter.getWifiChannels(WifiConfigurationInterpreter.java:229) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.WifiConfigurationInterpreter.getWifiConfig(WifiConfigurationInterpreter.java:118) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.WifiConfigurationInterpreter.populateConfiguration(WifiConfigurationInterpreter.java:80) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.WifiConfigurationInterpreterTest.testGetWifiConfigInvalidChannel(WifiConfigurationInterpreterTest.java:143) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kura.core.net.WifiConfigurationInterpreterTest [INFO] Running org.eclipse.kura.core.net.FirewallConfigurationTest 13:48:29.397 [main] ERROR org.eclipse.kura.core.net.FirewallConfiguration - Failed to parse Open Port Entry java.lang.IllegalArgumentException: No enum constant org.eclipse.kura.net.NetProtocol. at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_292] at org.eclipse.kura.net.NetProtocol.valueOf(NetProtocol.java:1) ~[org.eclipse.kura.api-2.3.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration.buildOpenPortConfigIP(FirewallConfiguration.java:198) ~[org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration.parseOpenPortRule(FirewallConfiguration.java:188) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration$$Lambda$22/0x0000000020b89110.accept(Unknown Source) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) [?:1.8.0_292] at org.eclipse.kura.core.net.FirewallConfiguration.parseOpenPortRules(FirewallConfiguration.java:179) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration.(FirewallConfiguration.java:68) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfigurationTest.testFirewallConfigurationFromOpenPortConfigInvalid2(FirewallConfigurationTest.java:112) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:48:29.443 [main] ERROR org.eclipse.kura.core.net.FirewallConfiguration - Failed to parse Port Forward Entry java.lang.NumberFormatException: For input string: "xyz" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_292] at java.lang.Integer.parseInt(Integer.java:580) ~[?:1.8.0_292] at java.lang.Short.parseShort(Short.java:118) ~[?:1.8.0_292] at java.lang.Short.parseShort(Short.java:144) ~[?:1.8.0_292] at org.eclipse.kura.core.net.FirewallConfiguration.parsePortForwardingRule(FirewallConfiguration.java:148) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration$$Lambda$25/0x00000000210088f0.accept(Unknown Source) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) [?:1.8.0_292] at org.eclipse.kura.core.net.FirewallConfiguration.parsePortForwardingRules(FirewallConfiguration.java:122) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfiguration.(FirewallConfiguration.java:69) [org.eclipse.kura.core.net-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.core.net.FirewallConfigurationTest.testFirewallConfigurationFromPortForwardConfigInvalid2(FirewallConfigurationTest.java:184) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.kura.core.net.FirewallConfigurationTest [INFO] Running org.eclipse.kura.core.net.NetInterfaceAddressConfigImplTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.net.NetInterfaceAddressConfigImplTest [INFO] Running org.eclipse.kura.core.net.WifiInterfaceConfigImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.core.net.WifiInterfaceConfigImplTest [INFO] Running org.eclipse.kura.core.net.EthernetInterfaceConfigImplTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.net.EthernetInterfaceConfigImplTest [INFO] Running org.eclipse.kura.core.net.WifiAccessPointImplTest [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kura.core.net.WifiAccessPointImplTest [INFO] Running org.eclipse.kura.core.net.modem.ModemInterfaceAddressConfigImplTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.net.modem.ModemInterfaceAddressConfigImplTest [INFO] Running org.eclipse.kura.core.net.modem.ModemInterfaceConfigImplTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.net.modem.ModemInterfaceConfigImplTest [INFO] Running org.eclipse.kura.core.net.WifiInterfaceAddressConfigImplTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.net.WifiInterfaceAddressConfigImplTest [INFO] Running org.eclipse.kura.core.net.ModemConfigurationInterpreterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.core.net.ModemConfigurationInterpreterTest [INFO] Running org.eclipse.kura.net.dhcp.DhcpServerConfigIP4Test [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.net.dhcp.DhcpServerConfigIP4Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 317, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/surefire.properties] 2022-06-28T13:48:34,538 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:48:34,976 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:48:34,993 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-739610 2022-06-28T13:48:35,080 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:48:35,080 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:48:35,080 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:48:35,081 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:48:35,081 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:48:35,081 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura 2022-06-28T13:48:35,081 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:48:35,081 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:48:35,081 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots 2022-06-28T13:48:35,082 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/tmp 2022-06-28T13:48:35,082 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:48:35,086 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:48:35,120 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:48:35,188 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:48:35,194 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:48:35,354 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:48:35,354 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:35,384 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:48:35,495 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:48:35,504 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:48:35,504 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:35,542 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:35,543 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:35,543 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:35,548 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:48:35,548 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:48:35,549 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:35,549 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:35,549 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:48:35,550 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:35,553 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:48:35,553 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:48:35,553 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:48:35,556 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:35,556 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:35,557 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:35,560 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:48:35,560 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:48:35,560 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:35,560 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:48:35,560 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:48:35,561 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:48:35,564 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:48:35,564 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:48:35,564 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:48:35,567 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:35,567 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:35,568 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:35,571 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:48:35,571 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:48:35,571 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:35,582 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:48:35,582 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:48:35,582 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:48:35,585 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:48:35,585 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:48:35,585 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:48:35,585 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:48:35,585 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:48:35,601 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:48:35,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:48:35,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:48:35,657 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:48:35,707 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:48:35,709 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:35,714 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:35,714 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:48:35,714 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:48:35,738 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:48:35,739 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:48:35,739 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:35,742 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:35,756 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:48:35,757 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:35,763 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:35,763 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:48:35,763 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:48:35,763 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:35,767 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:35,767 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:48:35,767 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:48:35,768 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:35,771 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:35,784 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:48:35,784 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:35,790 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:35,800 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:48:35,801 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:48:35,839 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:48:35,842 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:48:35,846 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:48:35,849 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:48:35,857 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:48:35,857 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:48:35,861 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:48:35,865 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:48:35,868 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:35,875 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:48:35,875 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:35,878 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:35,945 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:48:35,945 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:48:35,945 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:48:35,945 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:48:35,946 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:48:35,946 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:48:35,949 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:48:35,949 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:35,952 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:35,956 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:48:35,960 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:48:35,961 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:35,961 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:48:35,961 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:35,961 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:35,962 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:48:35,965 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:48:35,968 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:35,968 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:48:35,969 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:48:35,970 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:35,996 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots/snapshot_1656424115987.xml... 2022-06-28T13:48:36,000 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/kura/user/snapshots/snapshot_1656424115987.xml... Done. 2022-06-28T13:48:36,000 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:48:36,000 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:48:36,000 [Start Level: Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:48:36,000 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:48:36,000 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:48:36,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:36,073 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:48:36,077 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:36,077 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:36,077 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:36,077 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:36,150 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:48:36,163 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:48:36,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:48:36,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:48:36,187 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:36,187 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:36,188 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:36,188 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:36,188 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:36,190 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:48:36,191 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:36,192 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:48:36,194 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:36,194 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:36,194 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:36,195 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:36,195 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:48:36,196 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:36,196 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:48:36,196 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:36,197 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:36,197 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:36,197 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:36,197 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:36,198 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:48:36,198 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:48:36,199 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:36,199 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:48:36,199 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:48:36,236 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:48:36,237 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:36,238 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:36,238 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:36,238 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:36,238 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:48:36,238 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:48:36,240 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:48:36,240 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:48:36,240 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:48:36,241 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:48:36,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:48:36,242 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:48:36,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:36,242 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:36,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:36,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:36,244 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:36,244 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:48:36,245 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:48:36,245 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:48:36,246 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:36,248 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:48:36,267 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:48:37,246 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:48:37,250 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:48:37,252 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:48:37,254 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:48:37,256 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:37,273 [Framework stop - Equinox Container: 9b0cc8a9-6506-49d4-b56e-c79bb3803c05] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.net.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/5.1.2/org.eclipse.kura.core.net.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/5.1.2/org.eclipse.kura.core.net.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/org.eclipse.kura.core.net.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/5.1.2/org.eclipse.kura.core.net.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/5.1.2/org.eclipse.kura.core.net.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.net.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.net.test/5.1.2/org.eclipse.kura.core.net.test-5.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.core.ssl.test >----------- [INFO] Building org.eclipse.kura.core.ssl.test 5.1.2 [129/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.ssl.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.ssl.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.ssl.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.ssl.SSLSocketFactoryWrapperTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.214 s - in org.eclipse.kura.core.ssl.SSLSocketFactoryWrapperTest [INFO] Running org.eclipse.kura.core.ssl.ConnectionSslOptionsTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.kura.core.ssl.ConnectionSslOptionsTest [INFO] Running org.eclipse.kura.core.ssl.SslManagerServiceImplTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.099 s - in org.eclipse.kura.core.ssl.SslManagerServiceImplTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 2 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/surefire.properties] 2022-06-28T13:48:44,905 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:48:45,374 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:48:45,387 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-602014 2022-06-28T13:48:45,459 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:48:45,459 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:48:45,460 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:48:45,460 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:48:45,460 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:48:45,460 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura 2022-06-28T13:48:45,460 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:48:45,460 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:48:45,461 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots 2022-06-28T13:48:45,461 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/tmp 2022-06-28T13:48:45,461 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:48:45,464 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:48:45,503 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:48:45,580 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:48:45,583 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:48:45,746 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:48:45,746 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:45,779 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:48:45,883 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:48:45,896 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:48:45,896 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:45,931 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:45,932 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:45,932 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:45,937 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:48:45,937 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:48:45,938 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:45,938 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:45,938 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:48:45,938 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:45,942 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:48:45,942 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:48:45,942 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:48:45,945 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:45,945 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:45,945 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:45,948 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:48:45,948 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:48:45,948 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:45,948 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:48:45,948 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:48:45,948 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:48:45,951 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:48:45,951 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:48:45,952 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:48:45,954 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:45,954 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:45,955 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:45,958 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:48:45,958 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:48:45,959 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:45,969 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:48:45,969 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:48:45,971 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:48:45,971 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:48:45,971 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:48:45,974 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:48:45,974 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:48:45,974 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:48:45,983 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:48:46,002 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:48:46,003 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:48:46,004 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:48:46,087 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:48:46,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:46,095 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:46,095 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:48:46,095 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:48:46,099 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:48:46,099 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:48:46,099 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:46,102 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:46,102 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:48:46,103 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:46,107 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:46,107 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:48:46,108 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:48:46,137 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:46,140 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:46,140 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:48:46,140 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:48:46,140 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:46,143 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:46,147 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:48:46,147 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:46,150 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:46,155 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:48:46,156 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:48:46,159 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:48:46,165 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:48:46,167 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:48:46,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:48:46,173 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:48:46,173 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:48:46,176 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:48:46,179 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:48:46,181 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:46,185 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:48:46,185 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:46,188 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:46,247 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:48:46,247 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:48:46,247 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:48:46,247 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:48:46,248 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:48:46,248 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:48:46,251 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:48:46,251 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:46,254 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:46,260 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:48:46,262 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:48:46,263 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:46,263 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:48:46,263 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:46,263 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:46,264 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:48:46,267 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:48:46,272 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:46,272 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:48:46,273 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:48:46,274 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:46,341 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots/snapshot_1656424126292.xml... 2022-06-28T13:48:46,344 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/kura/user/snapshots/snapshot_1656424126292.xml... Done. 2022-06-28T13:48:46,345 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:48:46,345 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:48:46,345 [Start Level: Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:48:46,345 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:48:46,345 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:48:46,364 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:46,381 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:48:46,385 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:46,385 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:46,385 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:46,385 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:46,463 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:48:46,480 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:48:46,496 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:48:46,496 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:48:46,547 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:48:46,549 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:48:46,551 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:46,551 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:46,551 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:46,551 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:46,555 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:46,556 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:46,556 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:46,557 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:46,557 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:46,558 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:48:46,558 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:48:46,558 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:48:46,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:48:46,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:48:46,560 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:48:46,560 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:46,560 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:46,560 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:46,560 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:46,561 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:46,562 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:48:46,562 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:48:46,564 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:48:46,565 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:46,565 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:48:46,565 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:46,567 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:46,567 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:46,567 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:46,567 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:46,567 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:48:46,568 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:48:46,570 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:46,570 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:48:46,570 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:48:46,571 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:48:46,572 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:46,572 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:46,572 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:46,572 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:46,572 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:48:46,572 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:48:46,572 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:46,576 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:48:46,576 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:48:46,576 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:48:46,580 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:48:46,582 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:46,582 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:48:46,582 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:47,583 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:48:47,587 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:48:47,589 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:48:47,590 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:48:47,591 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:47,606 [Framework stop - Equinox Container: 4f2a5b97-2c3c-49d7-ad4a-a16eda713994] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.ssl.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/5.1.2/org.eclipse.kura.core.ssl.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/5.1.2/org.eclipse.kura.core.ssl.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/org.eclipse.kura.core.ssl.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/5.1.2/org.eclipse.kura.core.ssl.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/5.1.2/org.eclipse.kura.core.ssl.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.ssl.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.ssl.test/5.1.2/org.eclipse.kura.core.ssl.test-5.1.2-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] ---------< org.eclipse.kura:org.eclipse.kura.core.status.test >--------- [INFO] Building org.eclipse.kura.core.status.test 5.1.2 [130/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.status.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.status.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/src/test/java/org/eclipse/kura/core/status/CloudConnectionStatusServiceImplTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/src/test/java/org/eclipse/kura/core/status/CloudConnectionStatusServiceImplTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/src/test/java/org/eclipse/kura/core/status/CloudConnectionStatusServiceImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.status.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.status.CloudConnectionStatusServiceImplTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.234 s - in org.eclipse.kura.core.status.CloudConnectionStatusServiceImplTest [INFO] Running org.eclipse.kura.core.status.CloudConnectionStatusURLTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.status.CloudConnectionStatusURLTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/surefire.properties] 2022-06-28T13:48:54,504 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:48:54,952 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:48:54,966 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-502390 2022-06-28T13:48:55,033 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:48:55,033 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:48:55,037 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:48:55,038 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:48:55,038 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:48:55,038 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura 2022-06-28T13:48:55,038 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:48:55,038 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:48:55,038 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots 2022-06-28T13:48:55,039 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/tmp 2022-06-28T13:48:55,039 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:48:55,042 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:48:55,089 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:48:55,176 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:48:55,179 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:48:55,369 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:48:55,369 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:55,401 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:48:55,505 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:48:55,514 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:48:55,514 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:55,553 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:55,554 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:55,554 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:55,559 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:48:55,559 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:48:55,560 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:55,560 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:55,560 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:48:55,560 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:55,564 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:48:55,564 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:48:55,564 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:48:55,567 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:55,567 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:55,567 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:55,570 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:48:55,571 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:48:55,571 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:55,571 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:48:55,571 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:48:55,571 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:48:55,574 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:48:55,574 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:48:55,574 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:48:55,577 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:55,577 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:55,577 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:55,580 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:48:55,580 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:48:55,580 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:55,589 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:48:55,589 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:48:55,590 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:48:55,590 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:48:55,590 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:48:55,593 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:48:55,593 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:48:55,593 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:48:55,606 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:48:55,664 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:48:55,664 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:48:55,665 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:48:55,736 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:48:55,739 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:55,839 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:55,839 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:48:55,839 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:48:55,843 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:55,873 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:55,873 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:48:55,874 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:48:55,877 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:48:55,877 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:48:55,877 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:55,882 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:48:55,882 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:48:55,882 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:55,886 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:48:55,886 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:48:55,886 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:48:55,886 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:55,891 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:55,903 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:48:55,904 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:55,908 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:48:55,917 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:48:55,918 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:48:55,941 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:48:55,945 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:48:55,949 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:48:55,955 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:48:55,955 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:48:55,958 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:48:55,961 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:48:55,961 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:48:55,964 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:55,968 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:48:55,968 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:55,973 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:55,990 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:48:55,990 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:48:55,990 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:48:55,990 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:48:55,990 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:48:55,990 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:48:55,993 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:48:55,993 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:55,996 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:48:56,040 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:48:56,042 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:48:56,042 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:56,042 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:48:56,042 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:56,043 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:56,043 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:48:56,046 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:48:56,049 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:56,050 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:48:56,050 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:48:56,051 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:48:56,085 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots/snapshot_1656424136070.xml... 2022-06-28T13:48:56,091 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/kura/user/snapshots/snapshot_1656424136070.xml... Done. 2022-06-28T13:48:56,091 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:48:56,091 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:48:56,091 [Start Level: Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:48:56,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:48:56,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:48:56,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:56,178 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:48:56,182 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:56,183 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:56,183 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:56,183 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:56,255 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:48:56,270 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:48:56,282 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:48:56,283 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:48:56,284 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:56,285 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:56,285 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:48:56,285 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:48:56,286 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:48:56,289 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:56,293 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:48:56,294 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:48:56,294 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:48:56,294 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:48:56,296 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:48:56,298 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:48:56,337 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:56,338 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:56,338 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:56,338 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:56,339 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:56,339 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:56,339 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:56,339 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:56,339 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:48:56,340 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:48:56,341 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:48:56,342 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:48:56,342 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:48:56,342 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:48:56,342 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:48:56,342 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:56,342 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:48:56,342 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:48:56,342 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:48:56,343 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:48:56,344 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:48:56,344 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:48:56,344 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:48:56,344 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:48:56,344 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:48:56,348 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:48:56,351 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:48:56,351 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:48:56,351 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:48:56,352 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:48:56,353 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:48:56,353 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:48:56,354 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:56,355 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:48:56,355 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:48:57,356 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:48:57,359 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:48:57,361 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:48:57,364 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:48:57,365 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:48:57,381 [Framework stop - Equinox Container: 78907e22-4b86-4083-9d60-66f936f8972a] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.status.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/5.1.2/org.eclipse.kura.core.status.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/5.1.2/org.eclipse.kura.core.status.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/org.eclipse.kura.core.status.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/5.1.2/org.eclipse.kura.core.status.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/5.1.2/org.eclipse.kura.core.status.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.status.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.status.test/5.1.2/org.eclipse.kura.core.status.test-5.1.2-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] ---------< org.eclipse.kura:org.eclipse.kura.core.system.test >--------- [INFO] Building org.eclipse.kura.core.system.test 5.1.2 [131/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.system.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.system.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/src/test/java/org/eclipse/kura/core/system/SystemServiceTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/src/test/java/org/eclipse/kura/core/system/SystemServiceTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/src/test/java/org/eclipse/kura/core/system/SystemServiceTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.system.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.system.SystemServiceTest 13:49:00.766 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.snapshots 13:49:00.775 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.tmp 13:49:00.777 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.snapshots 13:49:00.777 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.tmp 13:49:00.779 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.home 13:49:00.779 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.snapshots 13:49:00.779 [main] ERROR org.eclipse.kura.core.system.SystemServiceImpl - Did not initialize kura.tmp [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.235 s - in org.eclipse.kura.core.system.SystemServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/surefire.properties] 2022-06-28T13:49:04,448 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:49:04,838 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:49:04,852 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-886616 2022-06-28T13:49:04,920 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:49:04,920 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:49:04,921 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:49:04,921 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:49:04,921 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:49:04,921 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura 2022-06-28T13:49:04,921 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:49:04,921 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:49:04,922 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots 2022-06-28T13:49:04,922 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/tmp 2022-06-28T13:49:04,922 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:49:04,924 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:49:04,975 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:49:05,064 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:49:05,068 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:49:05,240 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:49:05,241 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:49:05,277 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:49:05,389 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:49:05,402 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:49:05,402 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:49:05,441 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:05,442 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:05,442 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:05,452 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:49:05,452 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:49:05,454 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:05,454 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:49:05,454 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:49:05,454 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:49:05,457 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:49:05,458 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:49:05,458 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:49:05,461 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:05,461 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:05,461 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:05,464 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:49:05,465 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:49:05,465 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:05,465 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:49:05,465 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:49:05,465 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:49:05,468 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:49:05,468 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:49:05,468 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:49:05,471 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:05,472 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:05,472 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:05,475 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:49:05,475 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:49:05,475 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:05,484 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:49:05,484 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:49:05,485 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:49:05,488 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:49:05,488 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:49:05,488 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:49:05,488 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:49:05,488 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:49:05,505 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:49:05,552 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:49:05,553 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:49:05,554 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:49:05,605 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:49:05,607 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:05,610 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:05,636 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:49:05,636 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:49:05,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:49:05,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:49:05,640 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:49:05,643 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:49:05,643 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:49:05,644 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:05,649 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:05,649 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:49:05,649 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:49:05,649 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:49:05,655 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:49:05,655 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:49:05,655 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:49:05,655 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:05,658 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:05,663 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:49:05,664 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:49:05,667 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:49:05,673 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:49:05,673 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:49:05,676 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:49:05,679 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:49:05,682 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:49:05,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:49:05,689 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:49:05,689 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:49:05,692 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:49:05,695 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:49:05,698 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:49:05,739 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:49:05,739 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:49:05,743 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:49:05,762 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:49:05,762 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:49:05,762 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:49:05,762 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:49:05,762 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:49:05,763 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:49:05,765 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:49:05,765 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:49:05,768 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:49:05,772 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:49:05,774 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:49:05,777 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:49:05,778 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:49:05,778 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:49:05,778 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:49:05,778 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:49:05,781 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:49:05,784 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:49:05,784 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:49:05,785 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:49:05,786 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:49:05,858 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots/snapshot_1656424145844.xml... 2022-06-28T13:49:05,861 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/kura/user/snapshots/snapshot_1656424145844.xml... Done. 2022-06-28T13:49:05,862 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:49:05,862 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:49:05,862 [Start Level: Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:49:05,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:49:05,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:49:05,877 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:49:05,972 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:49:05,976 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:49:05,976 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:49:05,976 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:49:05,976 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Running org.eclipse.kura.core.system.test.SystemServiceTest 2022-06-28T13:49:06,053 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:49:06,070 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:49:06,081 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:49:06,081 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:49:06,093 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:49:06,095 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:49:06,096 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:49:06,096 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:49:06,096 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:49:06,097 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:49:06,106 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:49:06,136 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:49:06,136 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:49:06,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:49:06,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:49:06,138 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:49:06,138 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:49:06,138 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:49:06,138 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:49:06,139 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:49:06,140 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:49:06,140 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:49:06,152 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:49:06,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:49:06,156 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:49:06,156 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:49:06,173 [main] ERROR o.e.k.c.s.SuperSystemService - failed to run commands dmidecode -t system 2022-06-28T13:49:06,250 [main] ERROR o.e.k.c.s.SuperSystemService - failed to run commands dmidecode -t system Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.kura.core.system.test.SystemServiceTest getModelId(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.001 s getModelName(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.08 s testGetOsDistroVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetOsDistro(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetOsVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testDummy(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetFileSeparator(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.001 s getPartNumber(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetPlatform(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetPrimaryMacAddress(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.073 s testServiceExists(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetJavaVmVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetJavaVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testKuraTemporaryConfigDirectory(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testJavaHome(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s getFirmwareVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s getDeviceName(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetBiosVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetJavaVmName(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetOsArch(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s testGetOsName(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0 s getSerialNumber(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.002 s testGetProductVersion(org.eclipse.kura.core.system.test.SystemServiceTest) Time elapsed: 0.001 s Results: Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:49:06,351 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:49:06,351 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:49:06,351 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:49:06,351 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:49:06,352 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:06,353 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:49:06,353 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:49:06,356 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:49:06,363 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:49:06,364 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:49:06,364 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:49:06,364 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:49:06,366 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:49:06,366 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:49:06,366 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:49:06,366 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:49:06,367 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:49:06,367 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:49:06,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:49:06,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:49:06,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:49:06,467 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:49:06,467 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:49:06,467 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:49:06,468 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:49:06,468 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:49:06,469 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:06,469 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:49:06,469 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:06,469 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:49:06,469 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:49:06,469 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:49:06,469 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:49:06,469 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:49:06,475 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:49:06,476 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:49:06,480 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:49:06,482 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:49:06,483 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:49:06,483 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:49:06,487 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:49:07,483 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:49:07,488 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:49:07,491 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:49:07,496 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:49:07,497 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:49:07,524 [Framework stop - Equinox Container: 193c6dd4-bb4e-41f3-b799-3905a78b1233] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.system.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.test' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/5.1.2/org.eclipse.kura.core.system.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/5.1.2/org.eclipse.kura.core.system.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/org.eclipse.kura.core.system.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/5.1.2/org.eclipse.kura.core.system.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/5.1.2/org.eclipse.kura.core.system.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.system.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.system.test/5.1.2/org.eclipse.kura.core.system.test-5.1.2-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] ------------< org.eclipse.kura:org.eclipse.kura.core.test >------------- [INFO] Building org.eclipse.kura.core.test 5.1.2 [132/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.test --- [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 8 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/hw/CommTest.java:[30] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[21] import org.eclipse.kura.cloud.CloudCallService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[22] import org.eclipse.kura.cloud.CloudletTopic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[38] private static CloudCallService cloudCallService; ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[81] public void setCloudCallService(CloudCallService cloudCallService) { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[86] public void unsetCloudCallService(CloudCallService cloudCallService) { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[105] KuraResponsePayload resp = cloudCallService.call(InventoryHandlerV1.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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[119] KuraResponsePayload resp = cloudCallService.call(InventoryHandlerV1.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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[132] KuraResponsePayload resp = cloudCallService.call(InventoryHandlerV1.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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[147] KuraResponsePayload resp = cloudCallService.call(InventoryHandlerV1.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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[155] assertTrue(cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[163] return new StringBuilder(CloudletTopic.Method.GET.toString()).append("/"); ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[163] return new StringBuilder(CloudletTopic.Method.GET.toString()).append("/"); ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/InventoryHandlerTest.java:[163] return new StringBuilder(CloudletTopic.Method.GET.toString()).append("/"); ^^^ The field CloudletTopic.Method.GET is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[28] import org.eclipse.kura.cloud.CloudCallService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[29] import org.eclipse.kura.cloud.CloudletTopic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[61] private static CloudCallService cloudCallService; ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated 18. INFO in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java (at line 65) @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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[91] public void setCloudCallService(CloudCallService cloudCallService) { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[110] public void unsetCloudCallService(CloudCallService cloudCallService) { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[256] private boolean waitForConnection() throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method waitForConnection() from the type ConfigurationServiceTest is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[259] if (cloudCallService.isConnected()) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[284] assertTrue(cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[294] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[294] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[294] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^ The field CloudletTopic.Method.GET is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[297] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[313] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[313] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[313] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[316] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[354] sb = new StringBuilder(CloudletTopic.Method.PUT.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[354] sb = new StringBuilder(CloudletTopic.Method.PUT.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[354] sb = new StringBuilder(CloudletTopic.Method.PUT.toString()).append("/") ^^^ The field CloudletTopic.Method.PUT is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[357] long previousUpdateTime = this.updateTime; ^^^^^^^^^^ The static field ConfigurationServiceTest.updateTime should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[359] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[372] sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[372] sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[372] sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^ The field CloudletTopic.Method.GET is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[375] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[394] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[394] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[394] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/ConfigurationServiceTest.java:[399] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[18] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[19] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[20] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[28] public class CloudServiceTest extends TestCase implements CloudClientListener { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[31] private static CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[55] public void setCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[77] CloudClient cloudAppClient = CloudServiceTest.cloudService.newCloudClient("testService"); ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[77] CloudClient cloudAppClient = CloudServiceTest.cloudService.newCloudClient("testService"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newCloudClient(String) from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[78] cloudAppClient.addCloudClientListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addCloudClientListener(CloudClientListener) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[82] while (!cloudAppClient.isConnected() && count < 10) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[86] if (!cloudAppClient.isConnected()) { ^^^^^^^^^^^^^ The method isConnected() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[89] cloudAppClient.subscribe("test", 1); ^^^^^^^^^^^^^^^^^^^^ The method subscribe(String, int) from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[96] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[100] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudServiceTest.java:[112] cloudAppClient.release(); ^^^^^^^^^ The method release() from the type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[15] import static org.junit.Assert.assertEquals; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.junit.Assert.assertEquals is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[16] import static org.junit.Assert.assertNotNull; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.junit.Assert.assertNotNull is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[17] import static org.junit.Assert.assertNull; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.junit.Assert.assertNull is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[18] import static org.junit.Assert.assertTrue; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.junit.Assert.assertTrue is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[19] import static org.junit.Assert.fail; ^^^^^^^^^^^^^^^^^^^^^ The import org.junit.Assert.fail is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[26] import org.eclipse.kura.cloud.CloudCallService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[27] import org.eclipse.kura.cloud.CloudletTopic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[59] private static CloudCallService s_cloudCallService; ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[110] public void setCloudCallService(CloudCallService cloudCallService) { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[115] public void unsetCloudCallService(CloudCallService cloudCallService) { ^^^^^^^^^^^^^^^^ The type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[131] assertTrue(s_cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[134] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[134] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[134] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[147] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[160] assertTrue(s_cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[169] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[169] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[169] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^ The field CloudletTopic.Method.GET is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[172] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[204] assertTrue(s_cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[212] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[212] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[212] StringBuilder sb = new StringBuilder(CloudletTopic.Method.GET.toString()).append("/") ^^^ The field CloudletTopic.Method.GET is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[215] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[244] assertTrue(s_cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[262] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[262] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[262] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[265] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[272] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[272] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[272] sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[275] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[286] assertTrue(s_cloudCallService.isConnected()); ^^^^^^^^^^^^^ The method isConnected() from the type CloudCallService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[292] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[292] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^^^^^^^^^^ The type CloudletTopic.Method is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[292] StringBuilder sb = new StringBuilder(CloudletTopic.Method.EXEC.toString()).append("/") ^^^^ The field CloudletTopic.Method.EXEC is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/java/org/eclipse/kura/core/test/CloudDeploymentHandlerTest.java:[302] 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 98 problems (0 errors, 97 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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/test/java/org/eclipse/kura/core/linux/executor/CommandExecutionTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/test/java/org/eclipse/kura/core/linux/executor/CommandExecutionTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/test/java/org/eclipse/kura/core/linux/executor/CommandExecutionTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/test/java/org/eclipse/kura/core/internal/linux/executor/ExecutorUtilExecutionTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/test/java/org/eclipse/kura/core/internal/linux/executor/ExecutorUtilExecutionTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.internal.linux.executor.ExecutorUtilExecutionTest SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/moquette-broker/1.0.0.SNAPSHOT/moquette-broker-1.0.0.SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.apache.logging.log4j.slf4j-impl/2.17.1/org.apache.logging.log4j.slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] log4j:WARN Continuable parsing error 16 and column 83 log4j:WARN Document root element "Configuration", must match DOCTYPE root "null". log4j:WARN Continuable parsing error 16 and column 83 log4j:WARN Document is invalid: no grammar found. log4j:ERROR DOM element is - not a element. log4j:WARN No appenders could be found for logger (org.eclipse.kura.core.internal.linux.executor.ExecutorUtil). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s - in org.eclipse.kura.core.internal.linux.executor.ExecutorUtilExecutionTest [INFO] Running org.eclipse.kura.core.internal.linux.executor.ExecutorUtilRunningTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.kura.core.internal.linux.executor.ExecutorUtilRunningTest [INFO] Running org.eclipse.kura.core.internal.linux.executor.ExecutorUtilTerminationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.internal.linux.executor.ExecutorUtilTerminationTest [INFO] Running org.eclipse.kura.core.linux.executor.CommandRunningTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.kura.core.linux.executor.CommandRunningTest [INFO] Running org.eclipse.kura.core.linux.executor.CommandTerminationTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kura.core.linux.executor.CommandTerminationTest [INFO] Running org.eclipse.kura.core.linux.executor.CommandExecutionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kura.core.linux.executor.CommandExecutionTest [INFO] Running org.eclipse.kura.core.linux.executor.CommandPidTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.core.linux.executor.CommandPidTest [INFO] Running org.eclipse.kura.core.data.store.DbDataStoreStorageTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.163 s - in org.eclipse.kura.core.data.store.DbDataStoreStorageTest [INFO] Running org.eclipse.kura.core.data.DataServiceImplTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.096 s - in org.eclipse.kura.core.data.DataServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/data, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots, -Dorg.eclipse.kura.mode=emulator, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/resources/kura.properties, -Ddpa.configuration=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/dpa.properties, -server, -XX:+HeapDumpOnOutOfMemoryError, -Djava.awt.headless=true, -Dmoquette.path=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/resources/moquette, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -debug, -consolelog, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/surefire.properties] Configuration location: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/work/ Framework located: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.osgi/3.16.0.v20200828-0759/org.eclipse.osgi-3.16.0.v20200828-0759.jar Framework classpath: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.osgi/3.16.0.v20200828-0759/org.eclipse.osgi-3.16.0.v20200828-0759.jar Debug options: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/.options not found Time to load bundles: 765 2022-06-28T13:49:28,061 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:49:28,508 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:49:28,539 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-524774 2022-06-28T13:49:28,616 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/src/main/resources/kura.properties 2022-06-28T13:49:28,617 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:49:28,617 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:49:28,617 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:49:28,617 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:49:28,617 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura 2022-06-28T13:49:28,618 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:49:28,618 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:49:28,618 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots 2022-06-28T13:49:28,618 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/tmp 2022-06-28T13:49:28,618 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:49:28,621 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:49:28,673 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:49:28,743 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:49:28,881 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:49:28,882 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:49:28,917 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:49:29,045 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:49:29,056 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:49:29,057 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:49:29,098 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:29,100 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:29,100 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:29,105 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:49:29,105 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:49:29,107 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:29,107 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:49:29,107 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:49:29,107 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:49:29,110 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:49:29,110 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:49:29,110 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:49:29,113 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:29,113 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:29,114 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:29,117 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:49:29,117 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:49:29,117 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:29,117 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:49:29,117 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:49:29,117 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:49:29,120 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:49:29,121 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:49:29,121 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:49:29,124 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:29,124 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:29,124 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:29,138 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:49:29,138 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:49:29,138 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:29,150 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:49:29,151 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:49:29,151 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:49:29,154 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:49:29,154 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:49:29,154 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:49:29,156 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:49:29,156 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:49:29,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:49:29,194 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:49:29,195 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:49:29,198 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:49:29,240 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance ... New instance created ExampleTest instance :-152359163: setXxxService ExampleTest instance :-152359163: activated 2022-06-28T13:49:29,242 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:49:29,245 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:49:29,272 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:49:29,273 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:29,277 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:49:29,277 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:49:29,277 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:49:29,280 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:49:29,281 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:49:29,281 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:49:29,286 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:49:29,286 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:49:29,287 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:29,339 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:29,339 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.test.IConfigurationServiceTest ... 2022-06-28T13:49:29,339 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:49:29,348 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:49:29,348 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:49:29,348 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:49:29,348 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:49:29,352 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:49:29,352 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:49:29,352 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:49:29,352 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:29,355 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:29,360 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:49:29,360 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:49:29,363 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:49:29,368 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:49:29,369 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:49:29,372 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:49:29,375 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:49:29,378 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:49:29,379 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:49:29,384 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:49:29,384 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:49:29,387 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:49:29,391 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:49:29,394 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:49:29,398 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:49:29,399 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:49:29,402 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:49:29,451 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:49:29,451 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:49:29,451 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:49:29,451 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:49:29,451 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:49:29,451 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:49:29,457 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:49:29,458 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:49:29,461 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:49:29,465 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:49:29,467 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:49:29,468 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:49:29,468 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:49:29,468 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:49:29,469 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:49:29,469 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:49:29,472 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:49:29,475 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:49:29,475 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:49:29,476 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:49:29,477 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:49:29,544 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424169495.xml... 2022-06-28T13:49:29,548 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424169495.xml... Done. 2022-06-28T13:49:29,548 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:49:29,548 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:49:29,548 [Start Level: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.H2DbHelper - activating...done Starting application: 4705 2022-06-28T13:49:29,567 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:49:29,567 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:49:29,604 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:49:29,696 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:49:29,701 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:49:29,701 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:49:29,701 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:49:29,701 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Running org.eclipse.kura.core.test.AllCoreTests 2022-06-28T13:49:29,785 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:49:29,797 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:49:29,807 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:49:29,807 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:49:29,844 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:49:29,844 [main] INFO o.e.k.c.t.AllCoreTests - setUpClass... 2022-06-28T13:49:29,849 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:49:29,851 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:49:29,851 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:49:29,851 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:49:29,851 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:49:29,882 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.xml.BrokerInstance.... 2022-06-28T13:49:29,883 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.xml.BrokerInstance....Done 2022-06-28T13:49:29,890 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:49:29,890 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:49:29,891 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:49:29,891 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:49:29,891 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:49:29,893 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:49:29,893 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:49:29,893 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:49:29,893 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:49:29,893 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:49:29,897 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.activate... 2022-06-28T13:49:29,897 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest.... 2022-06-28T13:49:29,897 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest....Done 2022-06-28T13:49:29,898 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:49:29,899 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:49:29,950 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:49:29,953 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:49:29,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:49:29,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:49:30,351 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:49:30,355 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:49:30,356 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:49:30,356 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:49:30,387 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T13:49:30,387 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:49:30,389 [main] INFO o.e.k.c.t.AllCoreTests - Setting Up The Testcase.... 2022-06-28T13:49:30,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:30,389 [main] INFO o.e.k.c.t.AllCoreTests - Changing cloud credentials... 2022-06-28T13:49:30,391 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T13:49:30,391 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T13:49:30,392 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:49:30,392 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T13:49:30,392 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T13:49:30,392 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T13:49:30,403 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:49:30,405 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:49:30,405 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T13:49:30,437 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:49:30,438 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T13:49:30,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424169495... 2022-06-28T13:49:30,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:30,482 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:49:30,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424170483.xml... 2022-06-28T13:49:30,498 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424170483.xml... Done. 2022-06-28T13:49:30,498 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:30,499 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:30,499 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:30,499 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.data.DataService 2022-06-28T13:49:30,500 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424170483... 2022-06-28T13:49:30,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:49:30,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2022-06-28T13:49:30,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424170550.xml... 2022-06-28T13:49:30,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424170550.xml... Done. 2022-06-28T13:49:30,565 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.data.DataService 2022-06-28T13:49:30,565 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.data.DataService 2022-06-28T13:49:30,565 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.data.DataService 2022-06-28T13:49:30,772 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:49:30,836 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:49:30,839 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:49:30,840 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:49:30,840 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:49:30,840 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:49:30,840 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:49:30,841 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:49:31,566 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:49:31,566 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using file persistence for in-flight messages: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/data/paho-persistence 2022-06-28T13:49:31,587 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:49:31,587 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:49:31,588 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:49:31,847 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T13:49:31,847 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T13:49:31,855 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T13:49:31,924 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:49:31,924 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:49:31,925 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:49:31,925 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:49:31,998 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:49:32,007 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:49:32,012 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:49:32,016 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:49:33,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T13:49:33,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424170550... 2022-06-28T13:49:33,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:49:33,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2022-06-28T13:49:33,582 [ConfigurationListener Event Queue] INFO o.e.k.b.a.x.ServiceComponent - Stopping Artemis 2022-06-28T13:49:33,583 [ConfigurationListener Event Queue] INFO o.e.k.b.a.x.ServiceComponent - Starting Artemis 2022-06-28T13:49:33,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424173578.xml... 2022-06-28T13:49:33,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424173578.xml... Done. 2022-06-28T13:49:33,606 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:49:33,607 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:49:33,607 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:49:33,643 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@9cb90807 2022-06-28T13:49:33,644 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2022-06-28T13:49:34,055 [ConfigurationListener Event Queue] WARN o.a.a.a.c.server - AMQ222018: AIO was not located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal 2022-06-28T13:49:34,057 [ConfigurationListener Event Queue] WARN o.a.a.a.c.server - AMQ222269: Please use a fixed value for "journal-pool-files". Default changed per https://issues.apache.org/jira/browse/ARTEMIS-1628 2022-06-28T13:49:34,093 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2022-06-28T13:49:34,093 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2022-06-28T13:49:34,115 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) 2022-06-28T13:49:34,146 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,610,612,736 2022-06-28T13:49:34,167 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2022-06-28T13:49:34,168 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2022-06-28T13:49:34,216 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2022-06-28T13:49:34,220 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2022-06-28T13:49:34,284 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2022-06-28T13:49:34,284 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2022-06-28T13:49:34,445 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at 0.0.0.0:1889 for protocols [MQTT] 2022-06-28T13:49:34,447 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at 0.0.0.0:8889 for protocols [MQTT] 2022-06-28T13:49:34,448 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at 0.0.0.0:8888 for protocols [MQTT] 2022-06-28T13:49:34,448 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2022-06-28T13:49:34,448 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [, nodeID=247569d4-f6e9-11ec-8443-0a580a28215f] 2022-06-28T13:49:34,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T13:49:34,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T13:49:34,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:49:34,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T13:49:34,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T13:49:34,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T13:49:34,464 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T13:49:34,465 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T13:49:34,465 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T13:49:34,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2022-06-28T13:49:34,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2022-06-28T13:49:34,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:49:34,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2022-06-28T13:49:34,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2022-06-28T13:49:34,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2022-06-28T13:49:34,474 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2022-06-28T13:49:34,475 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:49:34,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:49:34,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:49:34,478 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:49:34,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:49:34,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:49:34,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:49:34,485 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:49:34,486 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:49:34,486 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:49:34,487 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:49:34,543 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:49:34,543 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8888 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:49:34,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:49:34,547 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:49:34,547 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:49:34,547 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:49:34,567 [MQTT Con: 0A:58:0A:28:21:5F] INFO o.e.k.c.s.SSLSocketFactoryWrapper - SSL Endpoint Identification enabled. 2022-06-28T13:49:34,654 [Thread-1 (activemq-netty-threads)] INFO o.a.a.a.c.server - AMQ221053: Disallowing use of vulnerable protocol 'SSLv2Hello' on acceptor 'mqtts'. See http://www.oracle.com/technetwork/topics/security/poodlecve-2014-3566-2339408.html for more details. 2022-06-28T13:49:34,895 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424173578... 2022-06-28T13:49:34,909 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:49:34,916 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T13:49:34,918 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T13:49:34,924 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2022-06-28T13:49:34,924 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2022-06-28T13:49:34,927 [Thread-1 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:57304: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown. 2022-06-28T13:49:34,933 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424174917.xml... 2022-06-28T13:49:34,936 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424174917.xml... Done. 2022-06-28T13:49:34,937 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:49:34,937 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:49:34,937 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:49:44,681 [Thread-0 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2022-06-28T13:50:04,926 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2022-06-28T13:50:04,926 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2022-06-28T13:50:04,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:50:04,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:50:04,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:50:04,936 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:50:04,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T13:50:04,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:50:04,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T13:50:04,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T13:50:04,940 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:50:04,942 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:50:04,942 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:50:04,942 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:50:04,943 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:50:04,948 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:50:04,953 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:50:04,958 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:50:04,958 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:50:04,959 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:50:04,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:50:04,962 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:50:04,962 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:50:04,962 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:50:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:50:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:50:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:50:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:50:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:50:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:50:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:50:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:50:04,963 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:50:04,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:50:04,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:50:04,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:50:04,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:50:05,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:50:05,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:05,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:50:05,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:50:05,294 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:50:05,298 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:50:05,302 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:50:05,305 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:50:05,307 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:50:05,308 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T13:50:05,309 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2022-06-28T13:50:05,310 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:50:05,310 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2022-06-28T13:50:05,310 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2022-06-28T13:50:05,310 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:50:05,311 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:50:05,313 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T13:50:05,313 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T13:50:05,314 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:50:05,322 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T13:50:05,326 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T13:50:05,326 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T13:50:05,326 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T13:50:05,328 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T13:50:05,328 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T13:50:05,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2022-06-28T13:50:05,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2022-06-28T13:50:05,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:50:05,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2022-06-28T13:50:05,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2022-06-28T13:50:05,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2022-06-28T13:50:05,336 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2022-06-28T13:50:05,337 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:50:05,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:50:05,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:50:05,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:50:05,348 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:50:05,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:50:05,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:50:05,353 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:50:05,356 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:50:05,356 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:50:05,356 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:50:05,358 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:50:05,358 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:50:05,358 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:05,359 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:50:05,359 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2022-06-28T13:50:05,359 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:50:05,359 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:50:05,359 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:50:05,359 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:50:05,359 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:50:05,359 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:50:05,359 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:50:05,360 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:50:05,360 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:50:05,360 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:50:05,360 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:50:05,364 [Thread-1 (activemq-netty-threads)] INFO o.a.a.a.c.server - AMQ221053: Disallowing use of vulnerable protocol 'SSLv2Hello' on acceptor 'mqttsClientAuth'. See http://www.oracle.com/technetwork/topics/security/poodlecve-2014-3566-2339408.html for more details. 2022-06-28T13:50:05,396 [Thread-1 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:55782: javax.net.ssl.SSLHandshakeException: Empty server certificate chain. 2022-06-28T13:50:05,424 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2022-06-28T13:50:05,424 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2022-06-28T13:50:15,366 [Thread-1 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2022-06-28T13:50:35,425 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2022-06-28T13:50:35,425 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2022-06-28T13:50:35,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:50:35,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:50:35,428 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:50:35,428 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:50:35,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T13:50:35,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:50:35,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T13:50:35,430 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T13:50:35,430 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:50:35,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:50:35,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:50:35,439 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:50:35,440 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:50:35,444 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:50:35,449 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:50:35,452 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:50:35,452 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:50:35,454 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:50:35,454 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:50:35,455 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:50:35,455 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:50:35,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:35,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:50:35,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:50:35,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:50:35,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:50:35,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:50:35,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:50:35,456 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:50:35,457 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:50:35,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:50:35,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:50:35,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:50:35,458 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:50:35,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:50:35,458 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:50:35,763 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:50:35,763 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:35,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:50:35,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:50:35,780 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:50:35,784 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:50:35,787 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:50:35,791 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:50:35,794 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:50:35,794 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T13:50:35,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2022-06-28T13:50:35,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:50:35,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2022-06-28T13:50:35,796 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2022-06-28T13:50:35,797 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:50:35,797 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:50:35,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T13:50:35,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T13:50:35,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:50:35,806 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T13:50:35,810 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T13:50:35,810 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T13:50:35,810 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T13:50:35,811 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T13:50:35,811 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T13:50:35,812 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2022-06-28T13:50:35,812 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2022-06-28T13:50:35,812 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:50:35,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2022-06-28T13:50:35,819 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2022-06-28T13:50:35,819 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2022-06-28T13:50:35,819 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2022-06-28T13:50:35,820 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:50:35,821 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:50:35,822 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:50:35,822 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:50:35,826 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:50:35,828 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:50:35,828 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:50:35,829 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:50:35,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:50:35,830 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:50:35,830 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:50:35,831 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:50:35,831 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:50:35,832 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:35,832 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:50:35,832 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8889 2022-06-28T13:50:35,832 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:50:35,836 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:50:35,836 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:50:35,837 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:50:35,837 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2022-06-28T13:50:35,837 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:50:35,837 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:50:35,837 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:50:35,837 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T13:50:35,837 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:50:35,838 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:50:35,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:50:35,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:50:35,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:50:35,838 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2022-06-28T13:50:35,838 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:50:36,425 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:50:36,425 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:36,426 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2022-06-28T13:50:36,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:50:36,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:50:36,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:50:36,428 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:50:36,428 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:50:36,428 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:50:36,428 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2022-06-28T13:50:36,429 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T13:50:36,430 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:50:36,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:50:36,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T13:50:36,430 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2022-06-28T13:50:36,430 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T13:50:36,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:50:36,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:50:36,431 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:50:36,432 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:50:36,438 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:50:36,444 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:50:36,448 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:50:36,448 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:50:36,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:50:36,450 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:50:36,450 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:50:36,451 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:50:36,451 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:36,451 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:50:36,451 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:50:36,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:50:36,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:50:36,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:50:36,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:50:36,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:50:36,452 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:50:36,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:50:36,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:50:36,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:50:36,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:50:36,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:50:36,456 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:50:36,758 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:50:36,759 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:36,759 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:50:36,759 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:50:36,765 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:50:36,770 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:50:36,774 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:50:36,777 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:50:36,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:50:36,780 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T13:50:36,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2022-06-28T13:50:36,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:50:36,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2022-06-28T13:50:36,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2022-06-28T13:50:36,784 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:50:36,784 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:50:36,853 [main] INFO o.e.j.u.log - Logging initialized @72326ms to org.eclipse.jetty.util.log.Slf4jLog 2022-06-28T13:50:36,988 [main] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T13:50:37,031 [main] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T13:50:37,032 [main] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T13:50:37,034 [main] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T13:50:37,048 [main] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-10d248e2{/,null,AVAILABLE} 2022-06-28T13:50:37,061 [main] INFO o.e.j.s.AbstractConnector - Started ServerConnector@971c0fdb{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2022-06-28T13:50:37,061 [main] INFO o.e.j.s.Server - Started @72535ms 2022-06-28T13:50:37,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T13:50:37,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T13:50:37,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:50:37,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T13:50:37,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T13:50:37,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T13:50:37,092 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T13:50:37,094 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T13:50:37,101 [ConfigurationListener Event Queue] INFO o.e.k.c.k.c.CRLManager - referencing distribution points: [http://localhost:8087/crl.pem] 2022-06-28T13:50:37,105 [ConfigurationListener Event Queue] INFO o.e.k.c.k.c.CRLManager - certificate DC=bar.com, CN=broker CA has no CRL distribution points 2022-06-28T13:50:37,105 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T13:50:42,106 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:42,230 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:42,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2022-06-28T13:50:42,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2022-06-28T13:50:42,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:50:42,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2022-06-28T13:50:42,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2022-06-28T13:50:42,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2022-06-28T13:50:42,249 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2022-06-28T13:50:42,251 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:50:42,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:50:42,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:50:42,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:50:42,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:50:42,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:50:42,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:50:42,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:50:42,262 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:50:42,263 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:50:42,263 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:50:42,269 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:50:42,269 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:50:42,270 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:42,270 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:50:42,270 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2022-06-28T13:50:42,270 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:50:42,271 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:50:42,271 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:50:42,271 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:50:42,271 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:50:42,271 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:50:42,271 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:50:42,272 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:50:42,272 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:50:42,272 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:50:42,272 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:50:42,628 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:50:42,628 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:42,628 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2022-06-28T13:50:43,237 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:43,240 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:43,242 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:50:43,243 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:50:43,243 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:50:43,244 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:50:43,250 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:50:43,253 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:50:43,256 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:50:43,256 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:50:43,258 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:50:43,258 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:50:43,258 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:50:43,259 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:50:43,259 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:43,259 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:50:43,259 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:50:43,259 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:50:43,259 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:50:43,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:50:43,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:50:43,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:50:43,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:50:43,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:50:43,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:50:43,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:50:43,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:50:43,260 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:50:43,261 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:50:43,566 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:50:43,566 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:43,567 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:50:43,567 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:50:43,584 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:50:43,589 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:50:43,594 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:50:43,599 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:50:43,602 [EventAdmin Async Event Dispatcher Thread] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T13:50:43,602 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:50:43,603 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:50:43,605 [EventAdmin Async Event Dispatcher Thread] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2022-06-28T13:50:43,611 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:50:43,612 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2022-06-28T13:50:43,613 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:50:43,614 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2022-06-28T13:50:43,614 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:50:43,614 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:50:43,615 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2022-06-28T13:50:43,615 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:50:43,615 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:50:43,615 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:50:43,615 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:50:43,615 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:50:43,616 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:50:43,616 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:50:43,616 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:50:43,616 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:50:43,616 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:50:43,616 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:50:43,639 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2022-06-28T13:50:43,639 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2022-06-28T13:50:43,639 [Thread-3 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:57308: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_revoked. 2022-06-28T13:50:44,242 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:44,245 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:44,245 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:45,246 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:45,249 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:45,249 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:46,250 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:46,252 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:46,252 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:47,253 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:47,255 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:47,256 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:48,242 [pool-27-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs... 2022-06-28T13:50:48,243 [pool-27-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs...done 2022-06-28T13:50:48,256 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:48,259 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:48,259 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:49,260 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:49,262 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:49,263 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:50,263 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:50,266 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:50,266 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:51,267 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:51,270 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:51,270 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:52,271 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:52,273 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:52,274 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:53,274 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:53,276 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:53,277 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:53,622 [Thread-3 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2022-06-28T13:50:54,277 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:54,279 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:54,279 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:55,280 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:55,282 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:55,282 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:56,283 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:56,286 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:56,286 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:57,286 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:57,288 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:57,289 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:58,289 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:58,292 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:58,293 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:50:59,293 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:50:59,297 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:50:59,297 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:00,298 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:00,300 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:00,300 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:01,301 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:01,303 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:01,304 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:02,304 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:02,306 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:02,306 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:03,307 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:03,310 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:03,310 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:04,311 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:04,313 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:04,313 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:05,314 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:05,318 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:05,318 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:06,319 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:06,321 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:06,322 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:07,322 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:07,334 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:07,334 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:08,335 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:08,337 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:08,337 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:09,338 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:09,341 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:09,341 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:10,342 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:10,344 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:10,345 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:11,345 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:11,347 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:11,348 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:12,348 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:12,350 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:12,350 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:13,351 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T13:51:13,353 [pool-26-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T13:51:13,353 [pool-25-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T13:51:13,640 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2022-06-28T13:51:13,640 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2022-06-28T13:51:13,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:51:13,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:13,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:51:13,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:51:13,643 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:13,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T13:51:13,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:51:13,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T13:51:13,645 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:51:13,645 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:51:13,645 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T13:51:13,645 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:51:13,646 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:51:13,649 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:51:13,652 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:51:13,655 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:51:13,655 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:51:13,656 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:51:13,656 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:51:13,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:51:13,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:51:13,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:13,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:51:13,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:51:13,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:51:13,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:51:13,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:51:13,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:51:13,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:51:13,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:51:13,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:51:13,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:51:13,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:51:13,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:51:13,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:51:13,660 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:51:13,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:51:13,966 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:13,966 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:51:13,966 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:51:13,983 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:51:13,987 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:51:13,990 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:51:13,994 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:51:13,997 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:51:13,997 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T13:51:13,998 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2022-06-28T13:51:13,999 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:51:13,999 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2022-06-28T13:51:13,999 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2022-06-28T13:51:14,000 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:51:14,000 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:51:14,008 [main] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@971c0fdb{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2022-06-28T13:51:14,009 [main] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T13:51:14,011 [main] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-10d248e2{/,null,STOPPED} 2022-06-28T13:51:14,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T13:51:14,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T13:51:14,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:51:14,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T13:51:14,029 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T13:51:14,029 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T13:51:14,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T13:51:14,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T13:51:14,030 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T13:51:14,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2022-06-28T13:51:14,031 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2022-06-28T13:51:14,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:51:14,033 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2022-06-28T13:51:14,033 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Perform update... 2022-06-28T13:51:14,034 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2022-06-28T13:51:14,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2022-06-28T13:51:14,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2022-06-28T13:51:14,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2022-06-28T13:51:14,040 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2022-06-28T13:51:14,042 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:51:14,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:51:14,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:51:14,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:51:14,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:51:14,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:51:14,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:51:14,052 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:51:14,054 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:51:14,054 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:51:14,055 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:51:14,056 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:51:14,056 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:51:14,057 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:14,057 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:51:14,057 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2022-06-28T13:51:14,058 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:51:14,058 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:51:14,058 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:51:14,058 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:51:14,058 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:51:14,058 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:51:14,058 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:51:14,059 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:51:14,059 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:51:14,059 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:51:14,059 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:51:14,060 [MQTT Con: 0A:58:0A:28:21:5F] INFO o.e.k.c.s.SSLSocketFactoryWrapper - SSL Endpoint Identification enabled. 2022-06-28T13:51:14,093 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2022-06-28T13:51:14,093 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2022-06-28T13:51:14,094 [Thread-4 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:57310: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown. 2022-06-28T13:51:24,080 [Thread-4 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2022-06-28T13:51:44,094 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2022-06-28T13:51:44,094 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2022-06-28T13:51:44,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:51:44,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:44,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:51:44,096 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:51:44,097 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:44,098 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T13:51:44,098 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:51:44,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T13:51:44,099 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T13:51:44,099 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:51:44,099 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:51:44,099 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:51:44,100 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:51:44,104 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:51:44,108 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:51:44,111 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:51:44,111 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:51:44,113 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:51:44,113 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:51:44,113 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:51:44,114 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:51:44,114 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:44,114 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:51:44,114 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:51:44,115 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:51:44,115 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:51:44,115 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:51:44,115 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:51:44,115 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:51:44,115 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:51:44,115 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:51:44,115 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:51:44,116 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:51:44,116 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:51:44,116 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:51:44,116 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:51:44,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:51:44,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:44,421 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:51:44,422 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:51:44,437 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:51:44,441 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:51:44,444 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:51:44,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:51:44,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:51:44,451 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T13:51:44,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2022-06-28T13:51:44,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:51:44,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2022-06-28T13:51:44,452 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2022-06-28T13:51:44,452 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:51:44,452 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:51:44,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:51:44,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:51:44,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:51:44,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:51:44,464 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:51:44,464 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:51:44,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:51:44,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:51:44,466 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:51:44,466 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:51:44,466 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:51:44,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:44,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:51:44,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1889 2022-06-28T13:51:44,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:51:44,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:51:44,467 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2022-06-28T13:51:44,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:51:44,467 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:51:44,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:51:44,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:51:44,467 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T13:51:44,467 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:51:44,468 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:51:44,468 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:51:44,468 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:51:44,468 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:51:44,468 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2022-06-28T13:51:44,468 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:51:44,468 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:51:44,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:51:44,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:44,775 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2022-06-28T13:51:44,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:51:44,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:44,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:51:44,777 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:51:44,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T13:51:44,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T13:51:44,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:51:44,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T13:51:44,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T13:51:44,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T13:51:44,791 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T13:51:44,791 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:44,791 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:51:44,791 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2022-06-28T13:51:44,792 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:51:44,792 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2022-06-28T13:51:44,794 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T13:51:44,795 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T13:51:44,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2022-06-28T13:51:44,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2022-06-28T13:51:44,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:51:44,799 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2022-06-28T13:51:44,802 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2022-06-28T13:51:44,802 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2022-06-28T13:51:44,803 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2022-06-28T13:51:44,804 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:51:44,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:51:44,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:51:44,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:51:44,808 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:51:44,812 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:51:44,812 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:51:44,812 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:51:44,814 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:51:44,814 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:51:44,815 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:51:44,816 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:51:44,817 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:51:44,817 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:44,817 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:51:44,817 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:51:44,818 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:51:45,256 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:51:45,256 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:45,256 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2022-06-28T13:51:45,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:51:45,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:45,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:51:45,258 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:51:45,258 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:45,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:51:45,258 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2022-06-28T13:51:45,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T13:51:45,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:51:45,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T13:51:45,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T13:51:45,261 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:51:45,261 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2022-06-28T13:51:45,262 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:51:45,262 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:51:45,262 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:51:45,263 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:51:45,267 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:51:45,271 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:51:45,273 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:51:45,273 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:51:45,275 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:51:45,275 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:51:45,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:51:45,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:51:45,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:45,276 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:51:45,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:51:45,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:51:45,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:51:45,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:51:45,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:51:45,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:51:45,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:51:45,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:51:45,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:51:45,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:51:45,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:51:45,278 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:51:45,278 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:51:45,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:51:45,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:45,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:51:45,583 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:51:45,600 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:51:45,605 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:51:45,608 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:51:45,611 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:51:45,614 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:51:45,614 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T13:51:45,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2022-06-28T13:51:45,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:51:45,616 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2022-06-28T13:51:45,616 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2022-06-28T13:51:45,616 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:51:45,616 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:51:45,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T13:51:45,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T13:51:45,617 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:51:45,625 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T13:51:45,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T13:51:45,628 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T13:51:45,629 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T13:51:45,630 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T13:51:45,630 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T13:51:45,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2022-06-28T13:51:45,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2022-06-28T13:51:45,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:51:45,634 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2022-06-28T13:51:45,636 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:51:45,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2022-06-28T13:51:45,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2022-06-28T13:51:45,638 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2022-06-28T13:51:45,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:51:45,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:51:45,639 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2022-06-28T13:51:45,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:51:45,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:51:45,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:51:45,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:51:45,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:51:45,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:51:45,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:51:45,646 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:51:45,646 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:51:45,647 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:51:45,648 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:51:45,650 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:51:45,651 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:51:45,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:51:45,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:51:45,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:51:45,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:51:45,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:45,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:51:45,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:51:45,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:51:45,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:51:45,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:51:45,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:51:45,654 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:51:45,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:51:45,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:51:45,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:51:45,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:51:45,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:51:45,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:51:45,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:51:45,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:51:45,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:45,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:51:45,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:51:45,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:51:45,968 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:51:45,971 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:51:45,974 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:51:45,981 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:51:45,981 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:51:45,981 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:51:45,983 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:51:45,983 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:51:45,983 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8888 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:51:45,984 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:51:45,985 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:51:46,337 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:51:46,337 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:46,337 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2022-06-28T13:51:46,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:51:46,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:46,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:51:46,340 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:51:46,340 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:46,341 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:51:46,341 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2022-06-28T13:51:46,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T13:51:46,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:51:46,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T13:51:46,343 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T13:51:46,345 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:51:46,345 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2022-06-28T13:51:46,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:51:46,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:51:46,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:51:46,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:51:46,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:51:46,354 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:51:46,357 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:51:46,357 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:51:46,359 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:51:46,359 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:51:46,360 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:51:46,360 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:51:46,360 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:46,360 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:51:46,361 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:51:46,361 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:51:46,361 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:51:46,361 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:51:46,361 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:51:46,361 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:51:46,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:51:46,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:51:46,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:51:46,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:51:46,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:51:46,362 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:51:46,363 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:51:46,667 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:51:46,668 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:46,668 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:51:46,668 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:51:46,672 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:51:46,676 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:51:46,680 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:51:46,684 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:51:46,688 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:51:46,688 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T13:51:46,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2022-06-28T13:51:46,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:51:46,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2022-06-28T13:51:46,690 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2022-06-28T13:51:46,690 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:51:46,691 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:51:46,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:51:46,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:51:46,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:51:46,700 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:51:46,704 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:51:46,704 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:51:46,704 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:51:46,704 [ConfigurationListener Event Queue] WARN o.e.k.c.k.FilesystemKeystoreServiceImpl - Failed to get the KeyStore org.eclipse.kura.emulator/src/main/resources/cacerts.ks 2022-06-28T13:51:46,705 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:51:46,705 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:51:46,705 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:51:46,706 [ConfigurationListener Event Queue] ERROR o.e.k.c.d.t.m.MqttDataTransport - SSL setup failed java.io.IOException: org.eclipse.kura.KuraException: Bad request. Failed to get the KeyStore at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getTrustManagers(SslManagerServiceImpl.java:360) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContextInternal(SslManagerServiceImpl.java:313) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:200) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:179) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:170) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLSocketFactory(SslManagerServiceImpl.java:205) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.buildConfiguration(MqttDataTransport.java:818) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.activate(MqttDataTransport.java:210) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.configurationUpdated(ConfigurableComponentHolder.java:440) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport.configurationEvent(RegionConfigurationSupport.java:316) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport$2.configurationEvent(RegionConfigurationSupport.java:118) at org.eclipse.equinox.internal.cm.EventDispatcher$1.run(EventDispatcher.java:92) at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:40) Caused by: org.eclipse.kura.KuraException: Bad request. Failed to get the KeyStore at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.getKeyStore(FilesystemKeystoreServiceImpl.java:375) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getTrustManagers(SslManagerServiceImpl.java:355) ... 57 more Caused by: java.io.FileNotFoundException: org.eclipse.kura.emulator/src/main/resources/cacerts.ks (No such file or directory) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at java.io.FileInputStream.(FileInputStream.java:93) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.getKeyStore(FilesystemKeystoreServiceImpl.java:368) ... 58 more 2022-06-28T13:51:46,708 [ConfigurationListener Event Queue] ERROR o.e.k.c.d.t.m.MqttDataTransport - Invalid client configuration. Service will not be able to connect until the configuration is updated java.lang.IllegalStateException: SSL setup failed at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.buildConfiguration(MqttDataTransport.java:823) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.activate(MqttDataTransport.java:210) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.configurationUpdated(ConfigurableComponentHolder.java:440) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport.configurationEvent(RegionConfigurationSupport.java:316) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport$2.configurationEvent(RegionConfigurationSupport.java:118) at org.eclipse.equinox.internal.cm.EventDispatcher$1.run(EventDispatcher.java:92) at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:40) 2022-06-28T13:51:46,711 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:51:46,711 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2022-06-28T13:51:46,711 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:51:46,711 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:46,711 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T13:51:46,711 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:51:46,712 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:51:46,712 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:51:46,712 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:51:46,712 [ConfigurationListener Event Queue] WARN o.e.k.c.k.FilesystemKeystoreServiceImpl - Failed to get the KeyStore org.eclipse.kura.emulator/src/main/resources/cacerts.ks 2022-06-28T13:51:46,713 [ConfigurationListener Event Queue] ERROR o.e.k.c.d.t.m.MqttDataTransport - SSL setup failed java.io.IOException: org.eclipse.kura.KuraException: Bad request. Failed to get the KeyStore at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getTrustManagers(SslManagerServiceImpl.java:360) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContextInternal(SslManagerServiceImpl.java:313) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:200) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:179) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLContext(SslManagerServiceImpl.java:170) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getSSLSocketFactory(SslManagerServiceImpl.java:205) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.buildConfiguration(MqttDataTransport.java:818) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.update(MqttDataTransport.java:285) at org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.updated(MqttDataTransport.java:267) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.invokeModifiedMethod(SingleComponentManager.java:836) at org.apache.felix.scr.impl.manager.SingleComponentManager.modify(SingleComponentManager.java:791) at org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:709) at org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:673) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.configurationUpdated(ConfigurableComponentHolder.java:435) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport.configurationEvent(RegionConfigurationSupport.java:316) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport$2.configurationEvent(RegionConfigurationSupport.java:118) at org.eclipse.equinox.internal.cm.EventDispatcher$1.run(EventDispatcher.java:92) at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:40) Caused by: org.eclipse.kura.KuraException: Bad request. Failed to get the KeyStore at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.getKeyStore(FilesystemKeystoreServiceImpl.java:375) at org.eclipse.kura.core.ssl.SslManagerServiceImpl.getTrustManagers(SslManagerServiceImpl.java:355) ... 27 more Caused by: java.io.FileNotFoundException: org.eclipse.kura.emulator/src/main/resources/cacerts.ks (No such file or directory) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at java.io.FileInputStream.(FileInputStream.java:93) at org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl.getKeyStore(FilesystemKeystoreServiceImpl.java:368) ... 28 more 2022-06-28T13:51:46,722 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:51:46,722 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T13:51:46,723 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T13:51:46,724 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:51:46,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T13:51:46,730 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T13:51:46,730 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T13:51:46,732 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T13:51:46,732 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T13:51:46,732 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T13:51:46,732 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2022-06-28T13:51:46,733 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2022-06-28T13:51:46,733 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:51:46,733 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2022-06-28T13:51:46,733 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Perform update... 2022-06-28T13:51:46,733 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2022-06-28T13:51:46,736 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2022-06-28T13:51:46,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2022-06-28T13:51:46,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2022-06-28T13:51:46,740 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2022-06-28T13:51:46,741 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:51:46,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:51:46,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:51:46,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:51:46,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:51:46,750 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:51:46,751 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:51:46,751 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:51:46,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:51:46,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:51:46,752 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:51:46,754 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:51:46,754 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:51:46,755 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:51:46,755 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:51:46,755 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8889 2022-06-28T13:51:46,756 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:51:46,756 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:51:46,756 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:51:46,756 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2022-06-28T13:51:46,756 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:51:46,756 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:51:46,757 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:51:46,757 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T13:51:46,757 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:51:46,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:51:46,757 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:51:46,757 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:51:46,757 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:51:46,758 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:51:46,758 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2022-06-28T13:51:46,758 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:51:46,776 [Thread-4 (activemq-netty-threads)] WARN o.a.a.a.c.server - AMQ222208: SSL handshake failed for client from /127.0.0.1:55788: javax.net.ssl.SSLHandshakeException: Empty server certificate chain. 2022-06-28T13:51:46,782 [main] WARN o.e.k.c.d.t.m.MqttDataTransport - xxxxx Connect failed. Forcing disconnect. xxxxx 2022-06-28T13:51:46,782 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Forcing client disconnect... 2022-06-28T13:51:56,764 [Thread-1 (ActiveMQ-scheduled-threads)] ERROR o.a.a.a.c.server - AMQ224088: Timeout (10 seconds) while handshaking has occurred. 2022-06-28T13:52:16,782 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closing client... 2022-06-28T13:52:16,782 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Closed 2022-06-28T13:52:16,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:52:16,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:52:16,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:52:16,784 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:52:16,785 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:52:16,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T13:52:16,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:52:16,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T13:52:16,786 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T13:52:16,786 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:52:16,786 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:52:16,786 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:52:16,831 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:52:16,835 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:52:16,842 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:52:16,845 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:52:16,845 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:52:16,846 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:52:16,847 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:52:16,847 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:52:16,847 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:52:16,848 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:52:16,848 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:52:16,848 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:52:16,848 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:52:16,848 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:52:16,848 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:52:16,848 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:52:16,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:52:16,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:52:16,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:52:16,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:52:16,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:52:16,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:52:16,849 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:52:16,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:52:17,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:52:17,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:52:17,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:52:17,155 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:52:17,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:52:17,175 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:52:17,178 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:52:17,181 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:52:17,184 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:52:17,184 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T13:52:17,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2022-06-28T13:52:17,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:52:17,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2022-06-28T13:52:17,185 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2022-06-28T13:52:17,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:52:17,186 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:52:17,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T13:52:17,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T13:52:17,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:52:17,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T13:52:17,197 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T13:52:17,197 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T13:52:17,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T13:52:17,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T13:52:17,199 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T13:52:17,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2022-06-28T13:52:17,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2022-06-28T13:52:17,200 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2022-06-28T13:52:17,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:52:17,200 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Perform update... 2022-06-28T13:52:17,200 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2022-06-28T13:52:17,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2022-06-28T13:52:17,207 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2022-06-28T13:52:17,207 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2022-06-28T13:52:17,207 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2022-06-28T13:52:17,208 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:52:17,208 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:52:17,209 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:52:17,209 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:52:17,212 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:52:17,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:52:17,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:52:17,217 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:52:17,219 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:52:17,219 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:52:17,220 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:52:17,221 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:52:17,221 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:52:17,221 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:52:17,221 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:52:17,221 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = ssl://localhost:8888 2022-06-28T13:52:17,222 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:52:17,222 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:52:17,222 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:52:17,222 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:52:17,222 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:52:17,222 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:52:17,222 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:52:17,222 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:52:17,222 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:52:17,222 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:52:17,223 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:52:17,560 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:52:17,561 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:52:17,561 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2022-06-28T13:52:17,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:52:17,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:52:17,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:52:17,563 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:52:17,564 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:52:17,564 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:52:17,564 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2022-06-28T13:52:17,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T13:52:17,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:52:17,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T13:52:17,565 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T13:52:17,566 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:52:17,566 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2022-06-28T13:52:17,568 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:52:17,568 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:52:17,568 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:52:17,569 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:52:17,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:52:17,579 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:52:17,583 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:52:17,583 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:52:17,585 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:52:17,585 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:52:17,586 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:52:17,587 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:52:17,587 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:52:17,587 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:52:17,587 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:52:17,587 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:52:17,587 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:52:17,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:52:17,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:52:17,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:52:17,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:52:17,588 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:52:17,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:52:17,589 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:52:17,589 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:52:17,589 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:52:17,589 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:52:17,895 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:52:17,895 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:52:17,895 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:52:17,895 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:52:17,900 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:52:17,906 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:52:17,911 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:52:17,914 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:52:17,916 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:52:17,917 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T13:52:17,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2022-06-28T13:52:17,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:52:17,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2022-06-28T13:52:17,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2022-06-28T13:52:17,918 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:52:17,918 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:52:17,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T13:52:17,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T13:52:17,920 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:52:17,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T13:52:17,930 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T13:52:17,931 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T13:52:17,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T13:52:17,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T13:52:17,932 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T13:52:17,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid testSsl 2022-06-28T13:52:17,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testSsl 2022-06-28T13:52:17,933 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:52:17,934 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is updating! 2022-06-28T13:52:17,934 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Perform update... 2022-06-28T13:52:17,935 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has updated! 2022-06-28T13:52:17,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl.... 2022-06-28T13:52:17,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testSsl 2022-06-28T13:52:17,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testSsl....Done 2022-06-28T13:52:17,941 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService testSsl 2022-06-28T13:52:17,942 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:52:17,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid test 2022-06-28T13:52:17,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test 2022-06-28T13:52:17,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:52:17,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.... 2022-06-28T13:52:17,948 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating test... 2022-06-28T13:52:17,949 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:52:17,949 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - Creating a new SSLSocketFactory instance 2022-06-28T13:52:17,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test 2022-06-28T13:52:17,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test....Done 2022-06-28T13:52:17,950 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport test 2022-06-28T13:52:17,952 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:52:17,952 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T13:52:17,953 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:52:17,953 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:52:17,953 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating test... 2022-06-28T13:52:17,953 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = wss://localhost:8889 2022-06-28T13:52:17,953 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Password is not encrypted 2022-06-28T13:52:17,954 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:52:17,954 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T13:52:17,954 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T13:52:17,954 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:52:17,954 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:52:17,954 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:52:17,954 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T13:52:17,954 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:52:17,954 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2022-06-28T13:52:17,954 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:52:17,955 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/account-name/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:52:17,955 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:52:17,955 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:52:17,955 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:52:18,327 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:52:18,328 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:52:18,328 [main] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConnectionEstablished 2022-06-28T13:52:18,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test... 2022-06-28T13:52:18,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:52:18,330 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test...done 2022-06-28T13:52:18,330 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test 2022-06-28T13:52:18,331 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test 2022-06-28T13:52:18,331 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:52:18,331 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnecting 2022-06-28T13:52:18,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T13:52:18,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:52:18,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T13:52:18,333 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T13:52:18,335 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:52:18,335 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onDisconnected 2022-06-28T13:52:18,337 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:52:18,337 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:52:18,337 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:52:18,338 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:52:18,342 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:52:18,345 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:52:18,347 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:52:18,347 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC 2022-06-28T13:52:18,349 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:52:18,349 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:52:18,350 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:52:18,350 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:52:18,350 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:52:18,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:52:18,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:52:18,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:52:18,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:52:18,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:52:18,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:52:18,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:52:18,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:52:18,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:52:18,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:52:18,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:52:18,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:52:18,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:52:18,352 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:52:18,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:52:18,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:52:18,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:52:18,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:52:18,675 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:52:18,679 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:52:18,683 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:52:18,687 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:52:18,690 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T13:52:18,691 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T13:52:18,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl... 2022-06-28T13:52:18,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:52:18,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testSsl...done 2022-06-28T13:52:18,692 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testSsl 2022-06-28T13:52:18,693 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testSsl 2022-06-28T13:52:18,693 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:52:18,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424174917... 2022-06-28T13:52:18,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:52:18,729 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2022-06-28T13:52:18,737 [ConfigurationListener Event Queue] INFO o.e.k.b.a.x.ServiceComponent - Stopping Artemis 2022-06-28T13:52:18,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424338730.xml... 2022-06-28T13:52:18,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424338730.xml... Done. 2022-06-28T13:52:18,798 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:52:18,799 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:52:18,799 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:52:18,804 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [247569d4-f6e9-11ec-8443-0a580a28215f] stopped, uptime 2 minutes 2022-06-28T13:52:18,804 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@9cb90807 2022-06-28T13:52:18,805 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2022-06-28T13:52:18,912 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2022-06-28T13:52:18,919 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424338918--6930226521186485073 with QoS: 0 2022-06-28T13:52:18,921 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/deploymentPackages, priority: 1 2022-06-28T13:52:18,939 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/deploymentPackages, priority: 1 2022-06-28T13:52:18,944 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/GET/deploymentPackages with QoS: 0 2022-06-28T13:52:18,949 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/GET/deploymentPackages 2022-06-28T13:52:18,973 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=INVENTORY-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/deploymentPackages} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:52:18,974 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1656424338918--6930226521186485073, priority: 1 2022-06-28T13:52:18,977 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1656424338918--6930226521186485073, priority: 1 2022-06-28T13:52:18,981 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424338918--6930226521186485073 with QoS: 0 2022-06-28T13:52:18,994 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424338918--6930226521186485073 2022-06-28T13:52:18,994 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424338918--6930226521186485073 2022-06-28T13:52:19,001 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2022-06-28T13:52:19,144 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2022-06-28T13:52:19,146 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339146--404954230613658061 with QoS: 0 2022-06-28T13:52:19,148 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/inventory, priority: 1 2022-06-28T13:52:19,152 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/inventory, priority: 1 2022-06-28T13:52:19,155 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/GET/inventory with QoS: 0 2022-06-28T13:52:19,159 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/GET/inventory 2022-06-28T13:52:19,240 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=INVENTORY-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/inventory} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:52:19,240 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1656424339146--404954230613658061, priority: 1 2022-06-28T13:52:19,244 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1656424339146--404954230613658061, priority: 1 2022-06-28T13:52:19,248 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339146--404954230613658061 with QoS: 0 2022-06-28T13:52:19,273 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339146--404954230613658061 2022-06-28T13:52:19,273 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339146--404954230613658061 2022-06-28T13:52:19,277 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2022-06-28T13:52:19,359 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2022-06-28T13:52:19,362 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339362-5171473450418858032 with QoS: 0 2022-06-28T13:52:19,365 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/bundles, priority: 1 2022-06-28T13:52:19,371 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/bundles, priority: 1 2022-06-28T13:52:19,376 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/GET/bundles with QoS: 0 2022-06-28T13:52:19,380 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/GET/bundles 2022-06-28T13:52:19,390 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=INVENTORY-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/bundles} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:52:19,391 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1656424339362-5171473450418858032, priority: 1 2022-06-28T13:52:19,397 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1656424339362-5171473450418858032, priority: 1 2022-06-28T13:52:19,400 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339362-5171473450418858032 with QoS: 0 2022-06-28T13:52:19,405 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339362-5171473450418858032 2022-06-28T13:52:19,405 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339362-5171473450418858032 2022-06-28T13:52:19,439 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2022-06-28T13:52:19,497 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2022-06-28T13:52:19,500 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339500--1981178277247712660 with QoS: 0 2022-06-28T13:52:19,504 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/systemPackages, priority: 1 2022-06-28T13:52:19,510 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/GET/systemPackages, priority: 1 2022-06-28T13:52:19,515 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/GET/systemPackages with QoS: 0 2022-06-28T13:52:19,539 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/GET/systemPackages 2022-06-28T13:52:19,563 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=INVENTORY-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/systemPackages} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:52:19,564 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1656424339500--1981178277247712660, priority: 1 2022-06-28T13:52:19,569 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/INVENTORY-V1/REPLY/1656424339500--1981178277247712660, priority: 1 2022-06-28T13:52:19,575 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339500--1981178277247712660 with QoS: 0 2022-06-28T13:52:19,580 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339500--1981178277247712660 2022-06-28T13:52:19,580 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/INVENTORY-V1/REPLY/1656424339500--1981178277247712660 2022-06-28T13:52:19,583 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:19,591 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:19,594 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:20,592 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:20,599 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:20,604 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:21,599 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:21,604 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:21,607 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:22,604 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:22,611 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:22,617 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:23,611 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:23,616 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:23,620 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:24,617 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:24,622 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:24,626 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:25,623 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:25,627 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:25,631 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:26,627 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:26,632 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:26,637 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:27,633 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:27,639 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:27,644 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:28,640 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:28,647 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:28,654 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:29,648 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:29,652 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:29,656 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:30,653 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:30,657 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:30,662 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:31,657 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:31,662 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:31,667 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:32,663 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:32,670 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:32,675 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:33,671 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:33,675 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:33,678 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:34,676 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:34,680 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:34,683 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:35,681 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:35,685 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:35,688 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:36,686 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:36,690 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:36,694 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:37,690 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:37,695 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:37,702 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:38,695 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:38,700 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:38,704 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:39,701 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:39,706 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:39,711 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:40,707 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:40,711 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:40,714 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:41,712 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:41,716 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:41,718 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:42,716 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:42,724 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:42,727 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:43,725 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:43,729 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:43,731 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:44,730 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:44,734 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:44,736 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:45,734 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:45,739 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:45,741 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:46,739 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:46,744 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:46,746 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:47,744 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:47,750 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:47,754 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:48,750 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:48,756 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:48,762 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:49,756 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:49,760 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:49,763 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:50,761 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:50,765 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:50,767 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:51,765 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:51,770 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:51,774 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:52,770 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:52,774 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:52,777 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:53,775 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:53,779 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:53,781 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:54,779 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:54,784 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:54,788 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:55,784 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:55,794 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:55,802 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:56,795 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:56,799 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:56,801 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:57,799 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:57,803 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:57,806 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:58,804 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:58,807 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:58,809 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:52:59,808 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:59,812 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:52:59,815 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:00,812 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:00,816 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:00,819 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:01,816 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:01,822 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:01,825 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:02,822 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:02,826 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:02,828 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:03,826 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:03,835 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:03,839 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:04,836 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:04,839 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:04,841 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:05,840 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:05,843 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:05,845 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:06,844 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:06,847 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:06,851 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:07,848 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:07,852 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:07,855 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:08,852 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:08,856 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:08,858 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:09,857 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:09,861 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:09,863 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:10,861 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:10,865 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:10,867 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:11,865 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:11,869 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:11,873 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:12,870 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:12,874 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:12,876 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:13,874 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:13,878 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:13,880 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:14,879 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:14,882 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:14,884 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:15,883 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:15,888 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:15,891 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:16,888 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:16,892 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:16,894 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:17,892 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:17,895 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:17,897 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:18,896 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:18,900 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:18,904 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:19,900 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:19,904 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:19,907 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:20,904 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:20,908 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:20,909 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:21,908 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:21,911 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:21,913 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:22,912 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:22,915 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:22,918 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:23,916 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:23,919 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:23,922 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:24,920 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:24,923 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:24,925 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:25,923 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:25,927 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:25,929 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:26,928 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:26,931 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:26,933 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:27,931 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:27,936 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:27,938 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:28,936 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:28,940 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:28,943 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:29,940 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:29,944 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:29,946 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:30,944 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:30,948 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:30,950 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:31,948 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:31,951 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:31,953 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:32,952 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:32,955 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:32,957 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:33,955 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:33,959 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:33,961 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:34,959 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:34,964 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:34,968 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:35,965 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:35,968 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:35,970 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:36,968 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:36,973 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:36,976 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:37,973 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:37,977 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:37,979 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:38,978 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:38,982 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:38,985 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:39,983 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:39,987 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:39,989 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:40,987 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:40,991 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:40,993 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:41,991 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:41,995 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:41,998 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:42,995 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:43,001 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:43,004 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:44,001 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:44,006 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:44,009 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:45,007 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:45,010 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:45,012 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:46,010 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:46,014 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:46,016 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:47,014 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:47,018 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:47,020 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:48,018 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:48,021 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:48,023 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:49,022 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:49,026 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:49,029 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:50,027 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:50,031 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:50,033 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:51,032 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:51,035 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:51,037 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:52,035 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:52,039 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:52,041 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:53,039 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:53,043 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:53,044 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:54,043 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:54,047 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:54,048 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:55,047 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:55,050 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:55,052 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:56,051 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:56,055 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:56,057 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:57,055 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:57,058 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:57,060 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:58,059 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:58,077 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:58,081 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:53:59,078 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:59,081 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:53:59,083 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 0 2022-06-28T13:54:00,081 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,085 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,086 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 134 2022-06-28T13:54:00,086 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,089 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,095 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,095 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 135 2022-06-28T13:54:00,095 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,102 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,102 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 136 2022-06-28T13:54:00,102 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,105 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 134 to store 2022-06-28T13:54:00,109 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,110 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 137 2022-06-28T13:54:00,110 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,119 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,120 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 138 2022-06-28T13:54:00,120 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,123 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,123 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 139 2022-06-28T13:54:00,123 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,127 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,127 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 140 2022-06-28T13:54:00,127 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,133 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,133 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 141 2022-06-28T13:54:00,133 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,138 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,138 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 142 2022-06-28T13:54:00,138 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,141 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,141 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 143 2022-06-28T13:54:00,141 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,144 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,144 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 144 2022-06-28T13:54:00,144 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,147 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,147 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 145 2022-06-28T13:54:00,148 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,151 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,151 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 146 2022-06-28T13:54:00,151 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,154 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,154 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 147 2022-06-28T13:54:00,154 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,159 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,159 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 148 2022-06-28T13:54:00,159 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,165 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,165 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 149 2022-06-28T13:54:00,165 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,169 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,169 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 150 2022-06-28T13:54:00,169 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,172 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,172 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 151 2022-06-28T13:54:00,173 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,176 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,176 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 152 2022-06-28T13:54:00,177 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,180 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,180 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 153 2022-06-28T13:54:00,180 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,183 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,183 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 154 2022-06-28T13:54:00,183 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,188 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,188 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 155 2022-06-28T13:54:00,189 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,194 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,194 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 156 2022-06-28T13:54:00,194 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,199 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,199 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 157 2022-06-28T13:54:00,199 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,202 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,202 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 158 2022-06-28T13:54:00,204 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,206 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,207 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,208 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 159 2022-06-28T13:54:00,208 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,238 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,238 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 160 2022-06-28T13:54:00,238 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,239 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 135 to store 2022-06-28T13:54:00,243 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,243 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 161 2022-06-28T13:54:00,243 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,250 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,250 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 162 2022-06-28T13:54:00,251 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,254 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,255 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 163 2022-06-28T13:54:00,255 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,258 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,258 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 164 2022-06-28T13:54:00,258 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,261 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,262 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 165 2022-06-28T13:54:00,262 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,265 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,265 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 166 2022-06-28T13:54:00,265 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,269 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,270 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 167 2022-06-28T13:54:00,270 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,275 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,275 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 168 2022-06-28T13:54:00,276 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,279 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,280 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 169 2022-06-28T13:54:00,280 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,283 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,283 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 170 2022-06-28T13:54:00,283 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,288 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,288 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 171 2022-06-28T13:54:00,288 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,291 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,291 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 172 2022-06-28T13:54:00,291 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,294 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,294 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 173 2022-06-28T13:54:00,295 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,297 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,297 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 174 2022-06-28T13:54:00,297 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,300 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,300 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 175 2022-06-28T13:54:00,300 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,303 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,303 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 176 2022-06-28T13:54:00,303 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,306 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,306 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 177 2022-06-28T13:54:00,306 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,308 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,309 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 178 2022-06-28T13:54:00,309 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,311 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,311 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 179 2022-06-28T13:54:00,311 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,339 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,339 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 180 2022-06-28T13:54:00,339 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,342 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,343 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 181 2022-06-28T13:54:00,343 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,346 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,346 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 182 2022-06-28T13:54:00,346 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,349 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,349 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 183 2022-06-28T13:54:00,349 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,353 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,354 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 184 2022-06-28T13:54:00,354 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,358 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,358 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 185 2022-06-28T13:54:00,359 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,362 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,362 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 186 2022-06-28T13:54:00,362 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,362 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,365 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,365 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 187 2022-06-28T13:54:00,365 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,367 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 136 to store 2022-06-28T13:54:00,370 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,370 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 188 2022-06-28T13:54:00,370 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,379 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,380 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 189 2022-06-28T13:54:00,380 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,383 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,383 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 190 2022-06-28T13:54:00,383 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,386 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,386 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 191 2022-06-28T13:54:00,386 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,389 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,389 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 192 2022-06-28T13:54:00,389 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,393 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,394 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 193 2022-06-28T13:54:00,394 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,398 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,398 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 194 2022-06-28T13:54:00,398 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,439 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,439 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 195 2022-06-28T13:54:00,439 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,442 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,442 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 196 2022-06-28T13:54:00,442 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,445 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,445 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 197 2022-06-28T13:54:00,445 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,448 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,448 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 198 2022-06-28T13:54:00,448 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,452 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,452 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 199 2022-06-28T13:54:00,452 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,456 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,457 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 200 2022-06-28T13:54:00,457 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,461 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,461 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 201 2022-06-28T13:54:00,461 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,463 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,464 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 202 2022-06-28T13:54:00,464 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,466 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,466 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 203 2022-06-28T13:54:00,466 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,469 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,469 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 204 2022-06-28T13:54:00,469 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,472 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,472 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 205 2022-06-28T13:54:00,472 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,474 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,474 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 206 2022-06-28T13:54:00,474 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,477 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,477 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 207 2022-06-28T13:54:00,477 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,480 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,480 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 208 2022-06-28T13:54:00,480 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,484 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,485 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 209 2022-06-28T13:54:00,485 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,489 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,489 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 210 2022-06-28T13:54:00,489 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,492 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,492 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 211 2022-06-28T13:54:00,492 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,495 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,495 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 212 2022-06-28T13:54:00,495 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,539 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,539 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 213 2022-06-28T13:54:00,539 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,542 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,542 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 214 2022-06-28T13:54:00,542 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,545 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,545 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 215 2022-06-28T13:54:00,545 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,548 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,548 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 216 2022-06-28T13:54:00,548 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,551 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,551 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 217 2022-06-28T13:54:00,551 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,554 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,554 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 218 2022-06-28T13:54:00,554 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,556 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,557 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 219 2022-06-28T13:54:00,557 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,559 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,559 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 220 2022-06-28T13:54:00,559 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,567 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,568 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 221 2022-06-28T13:54:00,568 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,572 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,572 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 222 2022-06-28T13:54:00,572 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,576 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,576 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 223 2022-06-28T13:54:00,576 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,579 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,579 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 224 2022-06-28T13:54:00,579 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,582 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,582 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 225 2022-06-28T13:54:00,582 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,584 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,584 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 226 2022-06-28T13:54:00,584 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,587 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,587 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 227 2022-06-28T13:54:00,587 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,590 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,590 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 228 2022-06-28T13:54:00,590 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,593 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,593 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 229 2022-06-28T13:54:00,593 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,595 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,595 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 230 2022-06-28T13:54:00,636 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,639 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,639 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 231 2022-06-28T13:54:00,639 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,643 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,643 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 232 2022-06-28T13:54:00,643 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,646 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:00,646 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 233 2022-06-28T13:54:00,646 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 0 2022-06-28T13:54:00,648 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 136 2022-06-28T13:54:00,648 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 137 2022-06-28T13:54:00,648 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 138 2022-06-28T13:54:00,648 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 139 2022-06-28T13:54:00,648 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 140 2022-06-28T13:54:00,648 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 141 2022-06-28T13:54:00,649 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 142 2022-06-28T13:54:00,649 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 143 2022-06-28T13:54:00,649 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 144 2022-06-28T13:54:00,649 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 145 2022-06-28T13:54:00,649 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 146 2022-06-28T13:54:00,649 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 147 2022-06-28T13:54:00,649 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 148 2022-06-28T13:54:00,649 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 149 2022-06-28T13:54:00,650 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 150 2022-06-28T13:54:00,650 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 151 2022-06-28T13:54:00,650 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 152 2022-06-28T13:54:00,650 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 153 2022-06-28T13:54:00,650 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 154 2022-06-28T13:54:00,650 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 155 2022-06-28T13:54:00,650 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 156 2022-06-28T13:54:00,650 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 157 2022-06-28T13:54:00,651 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 158 2022-06-28T13:54:00,651 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 159 2022-06-28T13:54:00,651 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 160 2022-06-28T13:54:00,651 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 161 2022-06-28T13:54:00,651 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 162 2022-06-28T13:54:00,651 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 163 2022-06-28T13:54:00,651 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 164 2022-06-28T13:54:00,652 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 165 2022-06-28T13:54:00,652 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 166 2022-06-28T13:54:00,652 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 167 2022-06-28T13:54:00,652 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 168 2022-06-28T13:54:00,652 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 169 2022-06-28T13:54:00,652 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 170 2022-06-28T13:54:00,652 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 171 2022-06-28T13:54:00,652 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 172 2022-06-28T13:54:00,652 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 173 2022-06-28T13:54:00,653 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 174 2022-06-28T13:54:00,653 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 175 2022-06-28T13:54:00,653 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 176 2022-06-28T13:54:00,653 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 177 2022-06-28T13:54:00,653 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 178 2022-06-28T13:54:00,653 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 179 2022-06-28T13:54:00,653 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 180 2022-06-28T13:54:00,653 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 181 2022-06-28T13:54:00,654 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 182 2022-06-28T13:54:00,654 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 183 2022-06-28T13:54:00,654 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 184 2022-06-28T13:54:00,654 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 185 2022-06-28T13:54:00,654 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 186 2022-06-28T13:54:00,654 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 187 2022-06-28T13:54:00,654 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 188 2022-06-28T13:54:00,654 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 189 2022-06-28T13:54:00,654 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 190 2022-06-28T13:54:00,655 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 191 2022-06-28T13:54:00,655 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 192 2022-06-28T13:54:00,655 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 193 2022-06-28T13:54:00,655 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 194 2022-06-28T13:54:00,655 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 195 2022-06-28T13:54:00,655 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 196 2022-06-28T13:54:00,655 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 197 2022-06-28T13:54:00,655 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 198 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 199 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 200 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 201 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 202 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 203 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 204 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 205 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 206 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 207 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 208 2022-06-28T13:54:00,656 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 209 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 210 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 211 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 212 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 213 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 214 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 215 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 216 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 217 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 218 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 219 2022-06-28T13:54:00,657 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 220 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 221 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 222 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 223 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 224 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 225 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 226 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 227 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 228 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 229 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 230 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 231 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 232 2022-06-28T13:54:00,658 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 233 2022-06-28T13:54:00,659 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,663 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 137 to store 2022-06-28T13:54:00,667 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,673 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 138 to store 2022-06-28T13:54:00,678 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,682 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 139 to store 2022-06-28T13:54:00,686 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,690 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 140 to store 2022-06-28T13:54:00,739 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,744 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 141 to store 2022-06-28T13:54:00,747 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,752 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 142 to store 2022-06-28T13:54:00,755 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,761 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 143 to store 2022-06-28T13:54:00,764 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,769 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 144 to store 2022-06-28T13:54:00,772 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,777 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 145 to store 2022-06-28T13:54:00,781 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,787 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 146 to store 2022-06-28T13:54:00,791 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,797 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 147 to store 2022-06-28T13:54:00,800 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,805 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 148 to store 2022-06-28T13:54:00,841 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,846 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 149 to store 2022-06-28T13:54:00,850 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,855 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 150 to store 2022-06-28T13:54:00,859 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,865 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 151 to store 2022-06-28T13:54:00,869 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,873 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 152 to store 2022-06-28T13:54:00,876 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,881 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 153 to store 2022-06-28T13:54:00,884 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,889 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 154 to store 2022-06-28T13:54:00,892 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,896 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 155 to store 2022-06-28T13:54:00,899 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,938 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 156 to store 2022-06-28T13:54:00,943 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,948 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 157 to store 2022-06-28T13:54:00,952 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,956 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 158 to store 2022-06-28T13:54:00,959 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,965 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 159 to store 2022-06-28T13:54:00,969 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,974 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 160 to store 2022-06-28T13:54:00,976 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,981 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 161 to store 2022-06-28T13:54:00,986 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:00,991 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 162 to store 2022-06-28T13:54:00,996 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,001 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 163 to store 2022-06-28T13:54:01,006 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,042 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 164 to store 2022-06-28T13:54:01,049 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,054 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 165 to store 2022-06-28T13:54:01,058 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,063 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 166 to store 2022-06-28T13:54:01,068 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,073 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 167 to store 2022-06-28T13:54:01,077 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,082 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 168 to store 2022-06-28T13:54:01,086 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,091 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 169 to store 2022-06-28T13:54:01,095 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,101 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 170 to store 2022-06-28T13:54:01,106 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,110 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 171 to store 2022-06-28T13:54:01,114 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,137 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 172 to store 2022-06-28T13:54:01,144 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,149 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 173 to store 2022-06-28T13:54:01,153 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,157 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 174 to store 2022-06-28T13:54:01,163 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,169 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 175 to store 2022-06-28T13:54:01,174 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,179 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 176 to store 2022-06-28T13:54:01,182 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,188 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 177 to store 2022-06-28T13:54:01,193 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,199 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 178 to store 2022-06-28T13:54:01,204 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,237 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 179 to store 2022-06-28T13:54:01,240 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,245 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 180 to store 2022-06-28T13:54:01,249 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,255 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 181 to store 2022-06-28T13:54:01,259 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,264 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 182 to store 2022-06-28T13:54:01,268 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,274 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 183 to store 2022-06-28T13:54:01,278 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,283 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 184 to store 2022-06-28T13:54:01,286 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,291 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 185 to store 2022-06-28T13:54:01,294 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,299 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 186 to store 2022-06-28T13:54:01,338 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,342 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 187 to store 2022-06-28T13:54:01,345 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,350 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 188 to store 2022-06-28T13:54:01,356 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,361 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 189 to store 2022-06-28T13:54:01,364 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,368 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 190 to store 2022-06-28T13:54:01,372 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,376 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 191 to store 2022-06-28T13:54:01,380 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,386 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 192 to store 2022-06-28T13:54:01,391 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,395 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 193 to store 2022-06-28T13:54:01,398 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,404 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,440 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 194 to store 2022-06-28T13:54:01,444 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 195 to store 2022-06-28T13:54:01,448 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,452 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 196 to store 2022-06-28T13:54:01,455 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,460 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 197 to store 2022-06-28T13:54:01,463 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,469 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 198 to store 2022-06-28T13:54:01,473 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,479 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 199 to store 2022-06-28T13:54:01,484 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,490 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 200 to store 2022-06-28T13:54:01,493 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,498 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 201 to store 2022-06-28T13:54:01,503 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,537 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 202 to store 2022-06-28T13:54:01,541 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,546 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 203 to store 2022-06-28T13:54:01,549 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,555 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 204 to store 2022-06-28T13:54:01,559 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,563 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 205 to store 2022-06-28T13:54:01,566 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,571 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 206 to store 2022-06-28T13:54:01,574 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,579 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 207 to store 2022-06-28T13:54:01,584 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,590 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 208 to store 2022-06-28T13:54:01,595 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,600 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 209 to store 2022-06-28T13:54:01,605 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,641 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 210 to store 2022-06-28T13:54:01,644 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,649 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 211 to store 2022-06-28T13:54:01,651 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,656 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 212 to store 2022-06-28T13:54:01,659 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 1 2022-06-28T13:54:01,659 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 212 2022-06-28T13:54:01,659 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 213 2022-06-28T13:54:01,659 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 214 2022-06-28T13:54:01,659 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 215 2022-06-28T13:54:01,659 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 216 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 217 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 218 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 219 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 220 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 221 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 222 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 223 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 224 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 225 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 226 2022-06-28T13:54:01,660 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 227 2022-06-28T13:54:01,661 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 228 2022-06-28T13:54:01,661 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 229 2022-06-28T13:54:01,661 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 230 2022-06-28T13:54:01,661 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 231 2022-06-28T13:54:01,661 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 232 2022-06-28T13:54:01,661 [main] INFO o.e.k.c.t.DataServiceTest - To confirm: 233 2022-06-28T13:54:01,661 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,667 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 213 to store 2022-06-28T13:54:01,672 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,678 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 214 to store 2022-06-28T13:54:01,683 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,689 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 215 to store 2022-06-28T13:54:01,694 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,699 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 216 to store 2022-06-28T13:54:01,702 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,737 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 217 to store 2022-06-28T13:54:01,741 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,747 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 218 to store 2022-06-28T13:54:01,752 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,758 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 219 to store 2022-06-28T13:54:01,762 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,768 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 220 to store 2022-06-28T13:54:01,772 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,778 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 221 to store 2022-06-28T13:54:01,783 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,789 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 222 to store 2022-06-28T13:54:01,793 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,800 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 223 to store 2022-06-28T13:54:01,805 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,811 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 224 to store 2022-06-28T13:54:01,837 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,842 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 225 to store 2022-06-28T13:54:01,845 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,849 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 226 to store 2022-06-28T13:54:01,854 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,861 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 227 to store 2022-06-28T13:54:01,867 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,872 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 228 to store 2022-06-28T13:54:01,875 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,880 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 229 to store 2022-06-28T13:54:01,885 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,891 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 230 to store 2022-06-28T13:54:01,895 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,901 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 231 to store 2022-06-28T13:54:01,906 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,937 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 232 to store 2022-06-28T13:54:01,940 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:01,945 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 233 to store 2022-06-28T13:54:02,661 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 2 2022-06-28T13:54:02,661 [main] INFO o.e.k.c.t.DataServiceTest - All confirmed value: true 2022-06-28T13:54:02,662 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,664 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,664 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,666 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:02,670 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,670 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,673 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,674 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,677 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,677 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,679 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:02,681 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,681 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,682 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 234 to store 2022-06-28T13:54:02,685 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,685 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,689 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,690 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,692 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,692 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,694 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,694 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,698 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,698 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,702 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,703 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,723 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,723 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,725 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,725 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,727 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,727 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,730 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,730 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,732 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,732 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,734 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,734 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,736 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,736 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,739 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,739 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,743 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,743 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,746 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,746 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,753 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,753 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,755 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,755 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,758 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,758 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,760 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,760 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,763 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,763 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,765 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,765 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,768 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,768 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,772 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,772 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,775 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,776 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,778 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,779 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,781 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,781 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,783 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,783 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,786 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,786 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,788 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,788 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,790 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,791 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,793 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,793 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,795 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,795 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,797 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,797 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,800 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,800 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,838 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,838 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,840 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,840 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,843 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,843 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,845 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,845 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,847 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,847 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,849 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,849 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,852 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,852 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,855 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,855 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,858 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,858 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,860 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,860 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,863 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,863 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,865 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,865 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,867 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,867 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,871 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,871 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,874 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,875 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,878 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,878 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,880 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,880 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,882 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,882 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,884 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,884 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,887 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,887 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,890 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,890 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,893 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,893 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,897 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,897 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,938 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,938 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,940 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,940 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,943 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,943 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,945 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,945 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,947 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,947 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,950 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,951 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,954 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,954 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,958 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,958 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,962 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,962 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,966 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,966 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,969 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,969 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,971 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,971 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,974 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,974 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,976 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,976 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,978 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,979 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,981 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,981 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,983 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,983 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,985 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,985 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,987 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,988 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,990 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,991 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,994 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,994 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,997 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:02,998 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,039 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,039 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,042 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,043 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,046 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,046 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,049 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,049 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,052 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,052 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,054 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,054 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,056 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,056 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,058 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,058 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,061 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,061 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,063 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,063 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,065 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,065 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,067 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,067 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,070 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,070 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,072 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,072 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,074 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:03,075 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,082 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 235 to store 2022-06-28T13:54:03,086 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,090 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 236 to store 2022-06-28T13:54:03,095 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,137 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 237 to store 2022-06-28T13:54:03,142 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,146 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 238 to store 2022-06-28T13:54:03,151 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,156 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 239 to store 2022-06-28T13:54:03,161 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,165 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 240 to store 2022-06-28T13:54:03,168 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,172 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 241 to store 2022-06-28T13:54:03,177 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,182 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 242 to store 2022-06-28T13:54:03,187 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,191 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 243 to store 2022-06-28T13:54:03,196 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,200 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 244 to store 2022-06-28T13:54:03,239 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,244 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 245 to store 2022-06-28T13:54:03,253 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,259 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,264 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 246 to store 2022-06-28T13:54:03,269 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,273 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 247 to store 2022-06-28T13:54:03,278 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,281 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 248 to store 2022-06-28T13:54:03,285 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,289 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 249 to store 2022-06-28T13:54:03,292 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,296 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 250 to store 2022-06-28T13:54:03,300 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,340 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 251 to store 2022-06-28T13:54:03,343 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,347 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 252 to store 2022-06-28T13:54:03,351 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,355 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 253 to store 2022-06-28T13:54:03,360 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,364 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 254 to store 2022-06-28T13:54:03,367 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,371 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 255 to store 2022-06-28T13:54:03,374 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,378 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 256 to store 2022-06-28T13:54:03,382 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,387 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 257 to store 2022-06-28T13:54:03,391 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,395 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 258 to store 2022-06-28T13:54:03,439 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,442 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 259 to store 2022-06-28T13:54:03,446 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,450 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 260 to store 2022-06-28T13:54:03,455 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,459 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 261 to store 2022-06-28T13:54:03,462 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,469 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 262 to store 2022-06-28T13:54:03,472 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 263 to store 2022-06-28T13:54:03,476 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,480 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 264 to store 2022-06-28T13:54:03,486 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,490 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 265 to store 2022-06-28T13:54:03,495 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,499 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 266 to store 2022-06-28T13:54:03,503 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,537 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 267 to store 2022-06-28T13:54:03,540 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,546 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 268 to store 2022-06-28T13:54:03,553 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,558 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 269 to store 2022-06-28T13:54:03,563 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,567 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 270 to store 2022-06-28T13:54:03,572 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,577 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 271 to store 2022-06-28T13:54:03,581 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,586 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 272 to store 2022-06-28T13:54:03,589 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,592 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 273 to store 2022-06-28T13:54:03,597 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,602 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 274 to store 2022-06-28T13:54:03,641 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,645 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 275 to store 2022-06-28T13:54:03,648 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,654 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 276 to store 2022-06-28T13:54:03,659 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,663 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 277 to store 2022-06-28T13:54:03,668 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,673 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 278 to store 2022-06-28T13:54:03,678 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,682 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 279 to store 2022-06-28T13:54:03,686 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,692 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,696 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 280 to store 2022-06-28T13:54:03,699 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,703 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 281 to store 2022-06-28T13:54:03,741 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,745 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 282 to store 2022-06-28T13:54:03,750 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,755 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 283 to store 2022-06-28T13:54:03,759 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,762 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 284 to store 2022-06-28T13:54:03,766 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,769 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 285 to store 2022-06-28T13:54:03,773 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,777 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 286 to store 2022-06-28T13:54:03,782 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,786 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 287 to store 2022-06-28T13:54:03,789 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,793 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 288 to store 2022-06-28T13:54:03,797 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,839 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 289 to store 2022-06-28T13:54:03,843 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,847 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 290 to store 2022-06-28T13:54:03,851 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,854 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 291 to store 2022-06-28T13:54:03,856 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 292 to store 2022-06-28T13:54:03,859 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,863 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 293 to store 2022-06-28T13:54:03,866 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,870 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 294 to store 2022-06-28T13:54:03,873 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,877 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 295 to store 2022-06-28T13:54:03,880 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,885 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 296 to store 2022-06-28T13:54:03,889 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,893 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 297 to store 2022-06-28T13:54:03,936 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,940 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 298 to store 2022-06-28T13:54:03,944 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 299 to store 2022-06-28T13:54:03,947 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,953 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,960 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,964 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 300 to store 2022-06-28T13:54:03,969 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,973 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 301 to store 2022-06-28T13:54:03,976 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,979 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 302 to store 2022-06-28T13:54:03,983 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,987 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 303 to store 2022-06-28T13:54:03,991 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:03,995 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 304 to store 2022-06-28T13:54:03,998 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,002 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 305 to store 2022-06-28T13:54:04,005 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,039 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 306 to store 2022-06-28T13:54:04,043 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,047 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 307 to store 2022-06-28T13:54:04,052 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,056 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 308 to store 2022-06-28T13:54:04,061 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,065 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 309 to store 2022-06-28T13:54:04,068 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,072 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 310 to store 2022-06-28T13:54:04,075 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,079 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 311 to store 2022-06-28T13:54:04,082 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,086 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 312 to store 2022-06-28T13:54:04,090 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,097 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 313 to store 2022-06-28T13:54:04,102 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,139 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 314 to store 2022-06-28T13:54:04,143 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,148 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 315 to store 2022-06-28T13:54:04,152 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,156 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 316 to store 2022-06-28T13:54:04,161 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,165 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 317 to store 2022-06-28T13:54:04,169 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,173 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 318 to store 2022-06-28T13:54:04,176 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,180 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 319 to store 2022-06-28T13:54:04,183 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,187 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 320 to store 2022-06-28T13:54:04,192 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,196 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 321 to store 2022-06-28T13:54:04,200 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,240 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 322 to store 2022-06-28T13:54:04,243 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,247 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 323 to store 2022-06-28T13:54:04,251 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,255 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 324 to store 2022-06-28T13:54:04,259 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,263 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 325 to store 2022-06-28T13:54:04,266 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,269 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 326 to store 2022-06-28T13:54:04,273 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,276 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 327 to store 2022-06-28T13:54:04,279 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,283 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 328 to store 2022-06-28T13:54:04,286 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,290 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 329 to store 2022-06-28T13:54:04,293 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,297 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 330 to store 2022-06-28T13:54:04,341 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 2 2022-06-28T13:54:04,345 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 331 to store 2022-06-28T13:54:04,350 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 332 to store 2022-06-28T13:54:04,353 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 333 to store 2022-06-28T13:54:05,075 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,078 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,078 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 334 2022-06-28T13:54:05,078 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,079 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,082 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,082 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 335 2022-06-28T13:54:05,082 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,084 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,084 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 336 2022-06-28T13:54:05,084 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,090 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,090 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 337 2022-06-28T13:54:05,091 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,091 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 334 to store 2022-06-28T13:54:05,093 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,093 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 338 2022-06-28T13:54:05,094 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,097 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,097 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 339 2022-06-28T13:54:05,097 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,099 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,100 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 340 2022-06-28T13:54:05,100 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,102 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,102 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 341 2022-06-28T13:54:05,102 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,104 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,104 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 342 2022-06-28T13:54:05,104 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,106 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,106 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 343 2022-06-28T13:54:05,106 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,108 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,108 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 344 2022-06-28T13:54:05,108 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,110 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,110 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 345 2022-06-28T13:54:05,110 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,112 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,112 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 346 2022-06-28T13:54:05,112 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,114 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,114 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 347 2022-06-28T13:54:05,114 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,115 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,116 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 348 2022-06-28T13:54:05,116 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,118 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,118 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 349 2022-06-28T13:54:05,118 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,120 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,120 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 350 2022-06-28T13:54:05,120 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,139 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,139 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 351 2022-06-28T13:54:05,139 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,141 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,141 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 352 2022-06-28T13:54:05,141 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,143 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,143 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 353 2022-06-28T13:54:05,143 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,145 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,145 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 354 2022-06-28T13:54:05,145 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,147 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,147 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 355 2022-06-28T13:54:05,147 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,149 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,149 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 356 2022-06-28T13:54:05,149 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,151 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,151 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 357 2022-06-28T13:54:05,151 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,153 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,153 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 358 2022-06-28T13:54:05,153 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,155 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,155 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 359 2022-06-28T13:54:05,156 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,158 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,158 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 360 2022-06-28T13:54:05,158 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,158 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,161 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,162 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 361 2022-06-28T13:54:05,162 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,164 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 335 to store 2022-06-28T13:54:05,166 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,166 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 362 2022-06-28T13:54:05,166 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,171 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,171 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 363 2022-06-28T13:54:05,171 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,173 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,173 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 364 2022-06-28T13:54:05,173 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,175 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,175 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 365 2022-06-28T13:54:05,175 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,177 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,177 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 366 2022-06-28T13:54:05,177 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,180 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,180 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 367 2022-06-28T13:54:05,180 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,183 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,183 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 368 2022-06-28T13:54:05,183 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,185 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,186 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 369 2022-06-28T13:54:05,186 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,188 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,188 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 370 2022-06-28T13:54:05,188 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,190 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,190 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 371 2022-06-28T13:54:05,190 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,192 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,192 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 372 2022-06-28T13:54:05,193 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,237 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,237 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 373 2022-06-28T13:54:05,237 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,239 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,239 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 374 2022-06-28T13:54:05,239 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,241 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,241 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 375 2022-06-28T13:54:05,241 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,243 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,243 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 376 2022-06-28T13:54:05,243 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,245 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,245 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 377 2022-06-28T13:54:05,245 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,247 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,247 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 378 2022-06-28T13:54:05,247 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,249 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,250 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 379 2022-06-28T13:54:05,250 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,252 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,252 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 380 2022-06-28T13:54:05,253 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,255 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,255 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 381 2022-06-28T13:54:05,255 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,258 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,258 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 382 2022-06-28T13:54:05,258 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,260 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,260 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 383 2022-06-28T13:54:05,261 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,262 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,262 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 384 2022-06-28T13:54:05,262 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,264 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,264 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 385 2022-06-28T13:54:05,264 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,266 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,266 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 386 2022-06-28T13:54:05,267 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,269 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,269 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 387 2022-06-28T13:54:05,269 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,271 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,271 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 388 2022-06-28T13:54:05,271 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,273 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,273 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 389 2022-06-28T13:54:05,273 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,275 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,275 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 390 2022-06-28T13:54:05,275 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,277 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,277 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 391 2022-06-28T13:54:05,277 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,279 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,279 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 392 2022-06-28T13:54:05,279 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,282 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,282 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 393 2022-06-28T13:54:05,282 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,284 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,284 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 394 2022-06-28T13:54:05,285 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,287 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,287 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 395 2022-06-28T13:54:05,287 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,290 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,290 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 396 2022-06-28T13:54:05,290 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,292 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,292 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 397 2022-06-28T13:54:05,292 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,294 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,294 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 398 2022-06-28T13:54:05,294 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,339 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,339 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 399 2022-06-28T13:54:05,339 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,342 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,342 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 400 2022-06-28T13:54:05,342 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,345 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,345 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 401 2022-06-28T13:54:05,345 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,347 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,348 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 402 2022-06-28T13:54:05,348 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,350 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,350 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 403 2022-06-28T13:54:05,350 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,352 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,352 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 404 2022-06-28T13:54:05,352 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,354 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,354 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 405 2022-06-28T13:54:05,354 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,356 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,356 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 406 2022-06-28T13:54:05,356 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,358 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,358 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 407 2022-06-28T13:54:05,358 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,360 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,360 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 408 2022-06-28T13:54:05,360 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,362 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,362 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 409 2022-06-28T13:54:05,362 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,364 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,364 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 410 2022-06-28T13:54:05,364 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,366 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,366 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 411 2022-06-28T13:54:05,366 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,368 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,368 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 412 2022-06-28T13:54:05,368 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,370 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,370 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 413 2022-06-28T13:54:05,370 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,372 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,372 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 414 2022-06-28T13:54:05,372 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,373 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,374 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 415 2022-06-28T13:54:05,374 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,376 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,376 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 416 2022-06-28T13:54:05,376 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,378 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,378 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 417 2022-06-28T13:54:05,378 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,381 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,381 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 418 2022-06-28T13:54:05,381 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,383 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,383 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 419 2022-06-28T13:54:05,383 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,386 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,386 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 420 2022-06-28T13:54:05,386 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,388 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,389 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 421 2022-06-28T13:54:05,389 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,390 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,391 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 422 2022-06-28T13:54:05,391 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,393 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,393 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 423 2022-06-28T13:54:05,393 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,437 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,437 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 424 2022-06-28T13:54:05,437 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,439 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,439 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 425 2022-06-28T13:54:05,439 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,442 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,442 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 426 2022-06-28T13:54:05,442 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,443 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,444 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 427 2022-06-28T13:54:05,444 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,446 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,446 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 428 2022-06-28T13:54:05,446 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,447 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,448 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 429 2022-06-28T13:54:05,448 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,449 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,449 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 430 2022-06-28T13:54:05,449 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,451 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,451 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 431 2022-06-28T13:54:05,451 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,453 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,453 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 432 2022-06-28T13:54:05,453 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,455 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 5 2022-06-28T13:54:05,455 [main] INFO o.e.k.c.t.DataServiceTest - Added id: 433 2022-06-28T13:54:05,455 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,456 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,456 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,458 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,458 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,460 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,460 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,462 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,462 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,464 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,464 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,466 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,466 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,468 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,468 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,469 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,469 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,470 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,471 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,472 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,472 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,473 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,473 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,474 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,474 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,476 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,476 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,477 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,477 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,479 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,479 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,480 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,480 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,481 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,481 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,483 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,483 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,484 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,484 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,485 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,485 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,487 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,487 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,489 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,489 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,491 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,491 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,538 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,538 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,540 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,540 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,541 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,541 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,543 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,543 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,544 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,544 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,545 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,545 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,547 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,547 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,548 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,548 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,550 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,550 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,551 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,551 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,553 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,553 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,554 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,554 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,556 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,556 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,557 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,557 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,559 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,559 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,560 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,561 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,562 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,562 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,564 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,564 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,566 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,566 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,568 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,568 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,569 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,569 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,571 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,571 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,572 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,572 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,573 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,573 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,575 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,575 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,576 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,576 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,578 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,578 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,579 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,579 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,580 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,580 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,582 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,582 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,583 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,583 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,585 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,585 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,586 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,586 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,588 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,588 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,589 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,589 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,638 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,638 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,639 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,639 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,641 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,641 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,642 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,642 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,644 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,644 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,645 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,645 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,647 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,647 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,648 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,648 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,650 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,650 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,651 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,651 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,653 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,653 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,654 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,654 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,655 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,655 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,657 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,657 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,658 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,658 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,660 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,660 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,661 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,661 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,663 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,663 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,664 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,664 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,665 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,665 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,667 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,667 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,668 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,668 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,670 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,670 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,671 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,671 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,672 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,672 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,674 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,674 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,675 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,675 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,676 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,677 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,678 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,678 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,679 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,679 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,681 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,681 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,682 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,682 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,684 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,684 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,685 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,685 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,687 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,687 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,688 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,688 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,695 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,695 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,739 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,739 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,741 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,741 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,743 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,743 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,745 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,745 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,747 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7, priority: 0 2022-06-28T13:54:05,747 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 0 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 512 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 513 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 514 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 515 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 516 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 517 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 518 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 519 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 520 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 521 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 522 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 523 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 524 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 525 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 526 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 527 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 528 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 529 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 530 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 531 2022-06-28T13:54:05,748 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 532 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 533 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 434 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 435 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 436 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 437 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 438 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 439 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 440 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 441 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 442 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 443 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 444 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 445 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 446 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 447 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 448 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 449 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 450 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 451 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 452 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 453 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 454 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 455 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 456 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 457 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 458 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 459 2022-06-28T13:54:05,749 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 460 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 461 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 462 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 463 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 464 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 465 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 466 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 467 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 468 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 469 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 470 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 471 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 472 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 473 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 474 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 475 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 476 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 477 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 478 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 479 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 480 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 481 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 482 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 483 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 484 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 485 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 486 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 487 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 488 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 489 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 490 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 491 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 492 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 493 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 494 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 495 2022-06-28T13:54:05,750 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 496 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 497 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 498 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 499 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 500 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 501 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 502 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 503 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 504 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 505 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 506 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 507 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 508 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 509 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 510 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 511 2022-06-28T13:54:05,751 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 336 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 337 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 338 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 339 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 340 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 341 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 342 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 343 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 344 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 345 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 346 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 347 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 348 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 349 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 350 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 351 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 352 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 353 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 354 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 355 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 356 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 357 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 358 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 359 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 360 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 361 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 362 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 363 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 364 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 365 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 366 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 367 2022-06-28T13:54:05,752 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 368 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 369 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 370 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 371 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 372 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 373 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 374 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 375 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 376 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 377 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 378 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 379 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 380 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 381 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 382 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 383 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 384 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 385 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 386 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 387 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 388 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 389 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 390 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 391 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 392 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 393 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 394 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 395 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 396 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 397 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 398 2022-06-28T13:54:05,753 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 399 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 400 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 401 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 402 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 403 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 404 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 405 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 406 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 407 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 408 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 409 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 410 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 411 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 412 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 413 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 414 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 415 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 416 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 417 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 418 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 419 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 420 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 421 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 422 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 423 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 424 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 425 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 426 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 427 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 428 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 429 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 430 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 431 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 432 2022-06-28T13:54:05,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 433 2022-06-28T13:54:05,755 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,762 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 336 to store 2022-06-28T13:54:05,765 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,769 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 434 to store 2022-06-28T13:54:05,772 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,778 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 435 to store 2022-06-28T13:54:05,781 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,786 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 436 to store 2022-06-28T13:54:05,789 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,793 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 437 to store 2022-06-28T13:54:05,796 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,839 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 438 to store 2022-06-28T13:54:05,842 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,847 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 439 to store 2022-06-28T13:54:05,849 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,853 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 440 to store 2022-06-28T13:54:05,856 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,860 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 441 to store 2022-06-28T13:54:05,863 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,869 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 442 to store 2022-06-28T13:54:05,871 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,875 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 443 to store 2022-06-28T13:54:05,877 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,881 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 444 to store 2022-06-28T13:54:05,883 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,887 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 445 to store 2022-06-28T13:54:05,890 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,895 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 446 to store 2022-06-28T13:54:05,897 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,902 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 447 to store 2022-06-28T13:54:05,904 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,942 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 448 to store 2022-06-28T13:54:05,944 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,949 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 449 to store 2022-06-28T13:54:05,951 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,955 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 450 to store 2022-06-28T13:54:05,957 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,963 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 451 to store 2022-06-28T13:54:05,965 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,970 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 452 to store 2022-06-28T13:54:05,972 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,976 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 453 to store 2022-06-28T13:54:05,978 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,983 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 454 to store 2022-06-28T13:54:05,985 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,989 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 455 to store 2022-06-28T13:54:05,991 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:05,995 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 456 to store 2022-06-28T13:54:05,997 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,003 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 457 to store 2022-06-28T13:54:06,006 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,041 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 458 to store 2022-06-28T13:54:06,048 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,053 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 459 to store 2022-06-28T13:54:06,061 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,065 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 460 to store 2022-06-28T13:54:06,067 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,071 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 461 to store 2022-06-28T13:54:06,076 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,081 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 462 to store 2022-06-28T13:54:06,083 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,087 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 463 to store 2022-06-28T13:54:06,089 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,093 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 464 to store 2022-06-28T13:54:06,095 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,099 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 465 to store 2022-06-28T13:54:06,102 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,106 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 466 to store 2022-06-28T13:54:06,108 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,141 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 467 to store 2022-06-28T13:54:06,143 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,147 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 468 to store 2022-06-28T13:54:06,150 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,154 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 469 to store 2022-06-28T13:54:06,156 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,160 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 470 to store 2022-06-28T13:54:06,163 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,169 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 471 to store 2022-06-28T13:54:06,171 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,175 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 472 to store 2022-06-28T13:54:06,177 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,181 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 473 to store 2022-06-28T13:54:06,184 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,188 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 474 to store 2022-06-28T13:54:06,190 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,194 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 475 to store 2022-06-28T13:54:06,196 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,201 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 476 to store 2022-06-28T13:54:06,237 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,241 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 477 to store 2022-06-28T13:54:06,244 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,249 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 478 to store 2022-06-28T13:54:06,251 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,256 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 479 to store 2022-06-28T13:54:06,258 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,262 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 480 to store 2022-06-28T13:54:06,264 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,268 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 481 to store 2022-06-28T13:54:06,270 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,275 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 482 to store 2022-06-28T13:54:06,277 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,281 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 483 to store 2022-06-28T13:54:06,284 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,289 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 484 to store 2022-06-28T13:54:06,291 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,296 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 485 to store 2022-06-28T13:54:06,298 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,303 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 486 to store 2022-06-28T13:54:06,338 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,343 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 487 to store 2022-06-28T13:54:06,345 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,351 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 488 to store 2022-06-28T13:54:06,353 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,357 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 489 to store 2022-06-28T13:54:06,359 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,363 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 490 to store 2022-06-28T13:54:06,366 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,371 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 491 to store 2022-06-28T13:54:06,373 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,377 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 492 to store 2022-06-28T13:54:06,379 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,384 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 493 to store 2022-06-28T13:54:06,387 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,392 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 494 to store 2022-06-28T13:54:06,394 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,399 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 495 to store 2022-06-28T13:54:06,401 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,405 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 496 to store 2022-06-28T13:54:06,407 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,440 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 497 to store 2022-06-28T13:54:06,442 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,446 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 498 to store 2022-06-28T13:54:06,448 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,452 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 499 to store 2022-06-28T13:54:06,454 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,458 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 500 to store 2022-06-28T13:54:06,461 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,465 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 501 to store 2022-06-28T13:54:06,468 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,473 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 502 to store 2022-06-28T13:54:06,475 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,479 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 503 to store 2022-06-28T13:54:06,481 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,485 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 504 to store 2022-06-28T13:54:06,488 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,493 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 505 to store 2022-06-28T13:54:06,496 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,500 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 506 to store 2022-06-28T13:54:06,502 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,506 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 507 to store 2022-06-28T13:54:06,540 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,544 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 508 to store 2022-06-28T13:54:06,546 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,550 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 509 to store 2022-06-28T13:54:06,552 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,556 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 510 to store 2022-06-28T13:54:06,558 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,562 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 511 to store 2022-06-28T13:54:06,564 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,569 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 512 to store 2022-06-28T13:54:06,571 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,577 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 513 to store 2022-06-28T13:54:06,579 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,583 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 514 to store 2022-06-28T13:54:06,585 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,589 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 515 to store 2022-06-28T13:54:06,592 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,598 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 516 to store 2022-06-28T13:54:06,601 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,606 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 517 to store 2022-06-28T13:54:06,638 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,643 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 518 to store 2022-06-28T13:54:06,645 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,649 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 519 to store 2022-06-28T13:54:06,652 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,657 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 520 to store 2022-06-28T13:54:06,660 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,664 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 521 to store 2022-06-28T13:54:06,666 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,670 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 522 to store 2022-06-28T13:54:06,673 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,678 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 523 to store 2022-06-28T13:54:06,681 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,686 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 524 to store 2022-06-28T13:54:06,688 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,692 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 525 to store 2022-06-28T13:54:06,695 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,699 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 526 to store 2022-06-28T13:54:06,701 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,706 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 527 to store 2022-06-28T13:54:06,737 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,741 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 528 to store 2022-06-28T13:54:06,744 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,750 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,754 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 529 to store 2022-06-28T13:54:06,754 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 1 2022-06-28T13:54:06,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 529 2022-06-28T13:54:06,754 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 530 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 531 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 532 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12HighPriorityMsgIds: 533 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 337 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 338 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 339 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 340 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 341 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 342 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 343 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 344 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 345 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 346 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 347 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 348 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 349 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 350 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 351 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 352 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 353 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 354 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 355 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 356 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 357 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 358 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 359 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 360 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 361 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 362 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 363 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 364 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 365 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 366 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 367 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 368 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 369 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 370 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 371 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 372 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 373 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 374 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 375 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 376 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 377 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 378 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 379 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 380 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 381 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 382 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 383 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 384 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 385 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 386 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 387 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 388 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 389 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 390 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 391 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 392 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 393 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 394 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 395 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 396 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 397 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 398 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 399 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 400 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 401 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 402 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 403 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 404 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 405 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 406 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 407 2022-06-28T13:54:06,755 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 408 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 409 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 410 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 411 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 412 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 413 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 414 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 415 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 416 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 417 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 418 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 419 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 420 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 421 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 422 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 423 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 424 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 425 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 426 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 427 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 428 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 429 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 430 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 431 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 432 2022-06-28T13:54:06,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 433 2022-06-28T13:54:06,757 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 530 to store 2022-06-28T13:54:06,760 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,772 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 531 to store 2022-06-28T13:54:06,774 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,779 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 532 to store 2022-06-28T13:54:06,781 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,786 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 533 to store 2022-06-28T13:54:06,788 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,792 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 337 to store 2022-06-28T13:54:06,795 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,799 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 338 to store 2022-06-28T13:54:06,802 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,840 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 339 to store 2022-06-28T13:54:06,842 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,846 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 340 to store 2022-06-28T13:54:06,849 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,854 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 341 to store 2022-06-28T13:54:06,856 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,860 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 342 to store 2022-06-28T13:54:06,863 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,867 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 343 to store 2022-06-28T13:54:06,870 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,875 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 344 to store 2022-06-28T13:54:06,877 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,881 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 345 to store 2022-06-28T13:54:06,884 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,888 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 346 to store 2022-06-28T13:54:06,891 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,896 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 347 to store 2022-06-28T13:54:06,898 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,902 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 348 to store 2022-06-28T13:54:06,904 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,938 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,941 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 349 to store 2022-06-28T13:54:06,944 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 350 to store 2022-06-28T13:54:06,947 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,951 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 351 to store 2022-06-28T13:54:06,953 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,957 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 352 to store 2022-06-28T13:54:06,959 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,964 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 353 to store 2022-06-28T13:54:06,967 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,971 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 354 to store 2022-06-28T13:54:06,973 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,977 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 355 to store 2022-06-28T13:54:06,980 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,984 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 356 to store 2022-06-28T13:54:06,986 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,991 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 357 to store 2022-06-28T13:54:06,993 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:06,998 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 358 to store 2022-06-28T13:54:07,001 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,006 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 359 to store 2022-06-28T13:54:07,038 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,042 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 360 to store 2022-06-28T13:54:07,045 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,056 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 361 to store 2022-06-28T13:54:07,059 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,070 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 362 to store 2022-06-28T13:54:07,074 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,085 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 363 to store 2022-06-28T13:54:07,088 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,098 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 364 to store 2022-06-28T13:54:07,101 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,112 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 365 to store 2022-06-28T13:54:07,115 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,126 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 366 to store 2022-06-28T13:54:07,128 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,137 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 367 to store 2022-06-28T13:54:07,139 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,143 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 368 to store 2022-06-28T13:54:07,145 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,149 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 369 to store 2022-06-28T13:54:07,152 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,156 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 370 to store 2022-06-28T13:54:07,158 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,162 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 371 to store 2022-06-28T13:54:07,165 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,169 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 372 to store 2022-06-28T13:54:07,171 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,176 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 373 to store 2022-06-28T13:54:07,179 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,183 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 374 to store 2022-06-28T13:54:07,186 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,190 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 375 to store 2022-06-28T13:54:07,193 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,197 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 376 to store 2022-06-28T13:54:07,199 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,203 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 377 to store 2022-06-28T13:54:07,239 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,244 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 378 to store 2022-06-28T13:54:07,247 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,251 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 379 to store 2022-06-28T13:54:07,253 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,258 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 380 to store 2022-06-28T13:54:07,261 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,266 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 381 to store 2022-06-28T13:54:07,268 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,273 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 382 to store 2022-06-28T13:54:07,275 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,279 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 383 to store 2022-06-28T13:54:07,281 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,285 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 384 to store 2022-06-28T13:54:07,288 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,296 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 385 to store 2022-06-28T13:54:07,298 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,303 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 386 to store 2022-06-28T13:54:07,305 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,339 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 387 to store 2022-06-28T13:54:07,342 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,345 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 388 to store 2022-06-28T13:54:07,348 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,353 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 389 to store 2022-06-28T13:54:07,356 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,359 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 390 to store 2022-06-28T13:54:07,362 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,366 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 391 to store 2022-06-28T13:54:07,369 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,375 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 392 to store 2022-06-28T13:54:07,377 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,381 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 393 to store 2022-06-28T13:54:07,384 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,388 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 394 to store 2022-06-28T13:54:07,391 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,396 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 395 to store 2022-06-28T13:54:07,398 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,402 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 396 to store 2022-06-28T13:54:07,405 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,437 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 397 to store 2022-06-28T13:54:07,440 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,445 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 398 to store 2022-06-28T13:54:07,448 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,452 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 399 to store 2022-06-28T13:54:07,455 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,458 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 400 to store 2022-06-28T13:54:07,461 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,465 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 401 to store 2022-06-28T13:54:07,468 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,473 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 402 to store 2022-06-28T13:54:07,476 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,480 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 403 to store 2022-06-28T13:54:07,483 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,487 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 404 to store 2022-06-28T13:54:07,490 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,495 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 405 to store 2022-06-28T13:54:07,498 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,502 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 406 to store 2022-06-28T13:54:07,505 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,537 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 407 to store 2022-06-28T13:54:07,540 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,546 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 408 to store 2022-06-28T13:54:07,548 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,552 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 409 to store 2022-06-28T13:54:07,554 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,558 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 410 to store 2022-06-28T13:54:07,560 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,564 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 411 to store 2022-06-28T13:54:07,567 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,571 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 412 to store 2022-06-28T13:54:07,574 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,578 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 413 to store 2022-06-28T13:54:07,580 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,584 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 414 to store 2022-06-28T13:54:07,586 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,590 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 415 to store 2022-06-28T13:54:07,592 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,597 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 416 to store 2022-06-28T13:54:07,599 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,604 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 417 to store 2022-06-28T13:54:07,637 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,642 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 418 to store 2022-06-28T13:54:07,644 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,648 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 419 to store 2022-06-28T13:54:07,651 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,656 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 420 to store 2022-06-28T13:54:07,659 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,662 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 421 to store 2022-06-28T13:54:07,665 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,669 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 422 to store 2022-06-28T13:54:07,671 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,675 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 423 to store 2022-06-28T13:54:07,677 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,681 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 424 to store 2022-06-28T13:54:07,683 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,687 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 425 to store 2022-06-28T13:54:07,691 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,694 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 426 to store 2022-06-28T13:54:07,697 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,701 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 427 to store 2022-06-28T13:54:07,739 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,743 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 428 to store 2022-06-28T13:54:07,745 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,749 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 429 to store 2022-06-28T13:54:07,752 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,756 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 2 2022-06-28T13:54:07,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 430 2022-06-28T13:54:07,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 431 2022-06-28T13:54:07,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 432 2022-06-28T13:54:07,756 [main] INFO o.e.k.c.t.DataServiceTest - To confirm s_qos12MsgIds: 433 2022-06-28T13:54:07,757 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 430 to store 2022-06-28T13:54:07,760 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,764 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 431 to store 2022-06-28T13:54:07,766 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,770 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 432 to store 2022-06-28T13:54:07,773 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/a8db0610-c83b-40e6-96c7-8276c6cf79e7 with QoS: 1 2022-06-28T13:54:07,778 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 433 to store 2022-06-28T13:54:08,757 [main] INFO o.e.k.c.t.DataServiceTest - confirm check round 3 2022-06-28T13:54:08,757 [main] INFO o.e.k.c.t.DataServiceTest - All confirmed value: true 2022-06-28T13:54:08,757 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:54:08,757 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:54:08,757 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:54:08,759 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:54:08,760 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:54:08,763 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:54:09,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:54:09,068 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:54:09,068 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:54:09,068 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:54:09,084 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:54:09,086 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:54:09,087 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:54:09,088 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:54:39,090 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:54:39,090 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:54:39,090 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:54:39,092 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:54:39,093 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:54:39,095 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:54:39,095 [main] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:54:41,096 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:54:41,402 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:54:41,402 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:54:41,402 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:54:41,402 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:54:41,419 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:54:41,421 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:54:41,422 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:54:41,423 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:54:41,425 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: ethdev/0A:58:0A:28:21:5F/data/service/test/cd90749b-ea75-4da4-878e-0fa209ae9fbf with QoS: 0 2022-06-28T13:54:41,426 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/data/service/test/cd90749b-ea75-4da4-878e-0fa209ae9fbf, priority: 0 2022-06-28T13:54:41,428 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/data/service/test/cd90749b-ea75-4da4-878e-0fa209ae9fbf, priority: 0 2022-06-28T13:54:41,429 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/cd90749b-ea75-4da4-878e-0fa209ae9fbf with QoS: 0 2022-06-28T13:54:41,431 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: ethdev/0A:58:0A:28:21:5F/data/service/test/cd90749b-ea75-4da4-878e-0fa209ae9fbf 2022-06-28T13:54:41,432 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2022-06-28T13:54:41,435 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Getting dp 2022-06-28T13:54:41,484 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2022-06-28T13:54:41,486 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481486--4687382880054292008 with QoS: 0 2022-06-28T13:54:41,487 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/GET/packages, priority: 1 2022-06-28T13:54:41,489 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/GET/packages, priority: 1 2022-06-28T13:54:41,490 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/GET/packages with QoS: 0 2022-06-28T13:54:41,558 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/GET/packages 2022-06-28T13:54:41,561 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=DEPLOY-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/packages} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:54:41,562 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424481486--4687382880054292008, priority: 1 2022-06-28T13:54:41,563 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424481486--4687382880054292008, priority: 1 2022-06-28T13:54:41,564 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481486--4687382880054292008 with QoS: 0 2022-06-28T13:54:41,566 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481486--4687382880054292008 2022-06-28T13:54:41,566 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481486--4687382880054292008 2022-06-28T13:54:41,571 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2022-06-28T13:54:41,574 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - EXEC/download 2022-06-28T13:54:41,574 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481574--2338902833487271361 with QoS: 0 2022-06-28T13:54:41,576 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/download, priority: 1 2022-06-28T13:54:41,577 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/download, priority: 1 2022-06-28T13:54:41,578 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/EXEC/download with QoS: 0 2022-06-28T13:54:41,580 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/EXEC/download 2022-06-28T13:54:41,583 [pool-10-thread-1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - About to download and install package at URL http://s3.amazonaws.com/kura-resources/dps/heater.dp 2022-06-28T13:54:41,583 [pool-10-thread-1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Downloading package from URL: http://s3.amazonaws.com/kura-resources/dps/heater.dp 2022-06-28T13:54:41,584 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=DEPLOY-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/download} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:54:41,585 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424481574--2338902833487271361, priority: 1 2022-06-28T13:54:41,585 [pool-15-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - To download 2022-06-28T13:54:41,586 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424481574--2338902833487271361, priority: 1 2022-06-28T13:54:41,587 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481574--2338902833487271361 with QoS: 0 2022-06-28T13:54:41,591 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481574--2338902833487271361 2022-06-28T13:54:41,591 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481574--2338902833487271361 2022-06-28T13:54:41,593 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Response code: 200 2022-06-28T13:54:41,593 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Response message: null 2022-06-28T13:54:41,673 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2022-06-28T13:54:41,675 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Uninstall topic: EXEC/uninstall 2022-06-28T13:54:41,675 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481675--8800309551529532297 with QoS: 0 2022-06-28T13:54:41,676 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/uninstall, priority: 1 2022-06-28T13:54:41,678 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/uninstall, priority: 1 2022-06-28T13:54:41,679 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/EXEC/uninstall with QoS: 0 2022-06-28T13:54:41,682 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/EXEC/uninstall 2022-06-28T13:54:41,683 [pool-10-thread-1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - About to uninstall package org.eclipse.kura.test.helloworld 2022-06-28T13:54:41,684 [pool-10-thread-1] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Uninstalling package... 2022-06-28T13:54:41,685 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=DEPLOY-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/uninstall} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:54:41,686 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424481675--8800309551529532297, priority: 1 2022-06-28T13:54:41,687 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424481675--8800309551529532297, priority: 1 2022-06-28T13:54:41,689 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481675--8800309551529532297 with QoS: 0 2022-06-28T13:54:41,691 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481675--8800309551529532297 2022-06-28T13:54:41,691 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424481675--8800309551529532297 2022-06-28T13:54:41,746 [pool-37-thread-1] INFO o.e.k.c.d.d.i.HttpDownloadCountingOutputStream - Content-lenght: 12998 2022-06-28T13:54:41,747 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 0% downloaded 2022-06-28T13:54:41,748 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,750 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,750 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 5% downloaded 2022-06-28T13:54:41,751 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,752 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,753 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,753 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 10% downloaded 2022-06-28T13:54:41,754 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,754 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,756 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,756 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 15% downloaded 2022-06-28T13:54:41,757 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,758 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,759 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,760 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 20% downloaded 2022-06-28T13:54:41,760 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,760 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,762 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,762 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 25% downloaded 2022-06-28T13:54:41,762 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,763 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,764 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,764 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 30% downloaded 2022-06-28T13:54:41,764 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,765 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,766 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,766 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 35% downloaded 2022-06-28T13:54:41,767 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,767 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,768 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,769 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 40% downloaded 2022-06-28T13:54:41,769 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,769 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,771 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,771 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 45% downloaded 2022-06-28T13:54:41,771 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,772 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,774 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,774 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 50% downloaded 2022-06-28T13:54:41,774 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,774 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,776 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,776 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 55% downloaded 2022-06-28T13:54:41,776 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,777 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,779 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,779 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 60% downloaded 2022-06-28T13:54:41,780 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,780 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,781 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,781 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 65% downloaded 2022-06-28T13:54:41,781 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,782 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,783 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,784 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 70% downloaded 2022-06-28T13:54:41,784 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,784 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,786 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,786 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 75% downloaded 2022-06-28T13:54:41,786 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,787 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,838 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,838 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,838 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 80% downloaded 2022-06-28T13:54:41,839 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,841 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,841 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 85% downloaded 2022-06-28T13:54:41,841 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,842 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,843 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,844 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 90% downloaded 2022-06-28T13:54:41,844 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,845 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,846 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,846 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 95% downloaded 2022-06-28T13:54:41,847 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,848 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,849 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,850 [pool-37-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - 100% downloaded 2022-06-28T13:54:41,851 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,851 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,852 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,854 [pool-37-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/download, priority: 1 2022-06-28T13:54:41,854 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,856 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,856 [pool-15-thread-1] INFO o.e.k.c.d.d.i.DownloadImpl - Ready to install 2022-06-28T13:54:41,857 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,859 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,861 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,861 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,864 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,864 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,867 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,867 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,870 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,870 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,873 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,873 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,875 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,937 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,940 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,940 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,943 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,943 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download with QoS: 0 2022-06-28T13:54:41,946 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/download 2022-06-28T13:54:41,948 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.demo.heater.Heater ... 2022-06-28T13:54:41,948 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:41,957 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:41,988 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.d.h.Heater - Activating Heater... 2022-06-28T13:54:41,989 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.d.h.Heater - Activate - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:41,989 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.d.h.Heater - Activate - service.pid: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:41,989 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.d.h.Heater - Activate - component.name: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:41,989 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.d.h.Heater - Activate - component.id: 92 2022-06-28T13:54:41,989 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.d.h.Heater - Activate - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2022-06-28T13:54:41,989 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.d.h.Heater - Getting CloudClient for heater... 2022-06-28T13:54:42,002 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:42,003 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:42,005 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:54:42,007 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.d.h.Heater - Update Heater - Ignore as properties do not contain TEMP_INITIAL_PROP_NAME and PUBLISH_RATE_PROP_NAME. 2022-06-28T13:54:42,007 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.d.h.Heater - Activating Heater... Done. 2022-06-28T13:54:42,007 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:42,007 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:42,007 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Updated Heater... 2022-06-28T13:54:42,007 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - component.name: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:42,007 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - temperature.initial: 10.0 2022-06-28T13:54:42,008 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - program.stopTime: 22:00 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - manual.setPoint: 15.0 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - program.setPoint: 20.5 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.semanticTopic: data 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - mode: Program 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.rate: 2 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - service.pid: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - temperature.increment: 0.25 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - component.id: 92 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.qos: 0 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - program.startTime: 06:00 2022-06-28T13:54:42,037 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Update - publish.retain: false 2022-06-28T13:54:42,038 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Updated Heater... Done. 2022-06-28T13:54:42,039 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:42,042 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:42,042 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@fafe2cfd 2022-06-28T13:54:42,043 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/heater/data with QoS: 0 2022-06-28T13:54:42,048 [pool-15-thread-1] ERROR o.e.k.c.d.i.InstallImpl - Error opening package configuration file java.io.FileNotFoundException: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/dpa.properties (No such file or directory) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at java.io.FileInputStream.(FileInputStream.java:93) at org.eclipse.kura.core.deployment.install.InstallImpl.getDeployedPackages(InstallImpl.java:108) at org.eclipse.kura.core.deployment.install.InstallImpl.addPackageToConfFile(InstallImpl.java:344) at org.eclipse.kura.core.deployment.install.InstallImpl.installDeploymentPackageInternal(InstallImpl.java:295) at org.eclipse.kura.core.deployment.install.InstallImpl.installDp(InstallImpl.java:134) at org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.installDownloadedFile(CloudDeploymentHandlerV2.java:904) at org.eclipse.kura.core.deployment.download.impl.DownloadImpl.downloadDeploymentPackageInternal(DownloadImpl.java:145) at org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.lambda$0(CloudDeploymentHandlerV2.java:576) at org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2$$Lambda$268/0x00000000e0958e10.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:54:42,052 [pool-15-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/install, priority: 1 2022-06-28T13:54:42,054 [pool-15-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/install, priority: 1 2022-06-28T13:54:42,054 [pool-15-thread-1] INFO o.e.k.c.d.i.InstallImpl - Install completed! 2022-06-28T13:54:42,055 [pool-15-thread-1] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2022-06-28T13:54:42,055 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/install with QoS: 0 2022-06-28T13:54:42,059 [pool-15-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/uninstall, priority: 1 2022-06-28T13:54:42,061 [pool-15-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/NOTIFY/#client-id/uninstall, priority: 1 2022-06-28T13:54:42,062 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/uninstall with QoS: 0 2022-06-28T13:54:42,086 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/install 2022-06-28T13:54:42,087 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/NOTIFY/0A:58:0A:28:21:5F/uninstall 2022-06-28T13:54:44,038 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:44,040 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:44,040 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@c07ee4be 2022-06-28T13:54:44,041 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/heater/data with QoS: 0 2022-06-28T13:54:46,038 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:46,047 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:46,047 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@35bbfc28 2022-06-28T13:54:46,048 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/heater/data with QoS: 0 2022-06-28T13:54:48,038 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:48,040 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:48,040 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@f5538ab7 2022-06-28T13:54:48,041 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/heater/data with QoS: 0 2022-06-28T13:54:50,038 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:50,040 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:50,040 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@cdbcacdc 2022-06-28T13:54:50,041 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/heater/data with QoS: 0 2022-06-28T13:54:51,749 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2022-06-28T13:54:51,751 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491751--5846459676513326885 with QoS: 0 2022-06-28T13:54:51,752 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/GET/bundles, priority: 1 2022-06-28T13:54:51,754 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/GET/bundles, priority: 1 2022-06-28T13:54:51,755 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/GET/bundles with QoS: 0 2022-06-28T13:54:51,757 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/GET/bundles 2022-06-28T13:54:51,766 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=DEPLOY-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/bundles} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:54:51,766 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424491751--5846459676513326885, priority: 1 2022-06-28T13:54:51,768 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424491751--5846459676513326885, priority: 1 2022-06-28T13:54:51,770 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491751--5846459676513326885 with QoS: 0 2022-06-28T13:54:51,775 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491751--5846459676513326885 2022-06-28T13:54:51,775 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491751--5846459676513326885 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.osgi 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: bcpkix 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: bcprov 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.jersey-min 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: jakarta.activation-api 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: jakarta.xml.bind-api 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.provider.gson 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.google.gson 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.provider.security 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.eclipsesource.jaxrs.publisher 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: javax.servlet 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.osgi.services 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.h2database 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: com.sun.xml.bind.jaxb-osgi 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.buffer 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.common 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.codec 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.codec-http 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.handler 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.codec-mqtt 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.resolver 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport-native-epoll 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport-native-unix-common 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: io.netty.transport-native-kqueue 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: jcl.over.slf4j 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: slf4j.api 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: moquette-broker 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.sun.misc 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.activemq.artemis 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.geronimo.specs.geronimo-jms_2.0_spec 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.geronimo.specs.geronimo-json_1.0_spec 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.geronimo.specs.geronimo-jta_1.1_spec 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.activemq.artemis-native 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.beanutils 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.jboss.logging.jboss-logging 2022-06-28T13:54:51,783 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.activemq.artemis-mqtt-protocol 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.collections 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.commons-io 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.dependencymanager 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.deploymentadmin 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.gogo.runtime 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.gogo.shell 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.scr 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.osgi.util 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.felix.useradmin 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.log4j2-api-config 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.logging.log4j.api 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.logging.log4j.core 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.logging.log4j.slf4j-impl 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.core.contenttype 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.preferences 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.registry 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.common 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.core.jobs 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.core.runtime 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.app 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.cm 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.console 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.ds 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.event 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.http.jetty 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.http.servlet 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.http 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.server 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.servlet 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.util 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.io 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.util 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.metatype 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.wireadmin 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.io 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.security 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.jetty.util.ajax 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.api 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.soda.dk.comm 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: usb4java-javax 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.asset.provider 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.configuration 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.util 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.broker.artemis.core 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.broker.artemis.xml 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.exec 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.cloud 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: minimal-json 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.cloud.factory 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.comm 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.crypto 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.deployment 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.apache.commons.lang3 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.inventory 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.keystore 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.rest.provider 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.net 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.status 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.system 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.test 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.junit 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.test 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.core.testutil 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.util.wire.test 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.mockito.mockito-core 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.deployment.agent 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.gpio 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.net 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.position 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.emulator.watchdog 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.jetty.customizer 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.json.marshaller.unmarshaller.provider 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.useradmin.store 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.component.provider 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.helper.provider 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.provider 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.wire.script.filter.provider 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.xml.marshaller.unmarshaller.provider 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.glassfish.hk2.osgi-resource-locator 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.core 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.library 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.integration 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.hamcrest.text 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.objenesis 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.usb4java 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.equinox.launcher 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.tycho.surefire.osgibooter 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.tycho.surefire.junit4 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.demo.heater 2022-06-28T13:54:51,784 [main] WARN o.e.k.c.t.CloudDeploymentHandlerTest - Bundle name: org.eclipse.kura.test.helloworld 2022-06-28T13:54:51,785 [main] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2022-06-28T13:54:51,849 [Refresh Thread: Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2022-06-28T13:54:51,851 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491851-1549706763133158479 with QoS: 0 2022-06-28T13:54:51,852 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/stop/136, priority: 1 2022-06-28T13:54:51,854 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/stop/136, priority: 1 2022-06-28T13:54:51,855 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/EXEC/stop/136 with QoS: 0 2022-06-28T13:54:51,858 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/EXEC/stop/136 2022-06-28T13:54:51,858 [pool-10-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Executing command stop 2022-06-28T13:54:51,859 [pool-10-thread-2] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... 2022-06-28T13:54:51,860 [pool-10-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Stopped bundle ID 136 (org.eclipse.kura.test.helloworld) 2022-06-28T13:54:51,860 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=DEPLOY-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/stop/136} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:54:51,860 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424491851-1549706763133158479, priority: 1 2022-06-28T13:54:51,862 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424491851-1549706763133158479, priority: 1 2022-06-28T13:54:51,863 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491851-1549706763133158479 with QoS: 0 2022-06-28T13:54:51,865 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491851-1549706763133158479 2022-06-28T13:54:51,865 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491851-1549706763133158479 2022-06-28T13:54:51,867 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491867--2440464367803394519 with QoS: 0 2022-06-28T13:54:51,868 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/start/136, priority: 1 2022-06-28T13:54:51,870 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/EXEC/start/136, priority: 1 2022-06-28T13:54:51,871 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/EXEC/start/136 with QoS: 0 2022-06-28T13:54:51,873 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/EXEC/start/136 2022-06-28T13:54:51,873 [pool-10-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Executing command start 2022-06-28T13:54:51,875 [pool-10-thread-2] INFO o.e.k.t.h.HelloWorld - Bundle org.eclipse.kura.test.helloworld.HelloWorld has started 2022-06-28T13:54:51,875 [pool-10-thread-2] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Started bundle ID 136 (org.eclipse.kura.test.helloworld) 2022-06-28T13:54:51,876 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=DEPLOY-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/start/136} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:54:51,876 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424491867--2440464367803394519, priority: 1 2022-06-28T13:54:51,877 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/DEPLOY-V2/REPLY/1656424491867--2440464367803394519, priority: 1 2022-06-28T13:54:51,878 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491867--2440464367803394519 with QoS: 0 2022-06-28T13:54:51,880 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491867--2440464367803394519 2022-06-28T13:54:51,880 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/DEPLOY-V2/REPLY/1656424491867--2440464367803394519 2022-06-28T13:54:51,895 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:51,896 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:51,897 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:54:51,898 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: ethdev/0A:58:0A:28:21:5F/testService/test with QoS: 1 2022-06-28T13:54:51,899 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:51,899 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:51,936 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/testService/test, priority: 5 2022-06-28T13:54:51,939 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/testService/test, priority: 5 2022-06-28T13:54:51,939 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/testService/control_test, priority: 5 2022-06-28T13:54:51,940 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/testService/test with QoS: 1 2022-06-28T13:54:51,942 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/testService/control_test, priority: 5 2022-06-28T13:54:51,950 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: ethdev/0A:58:0A:28:21:5F/testService/test 2022-06-28T13:54:51,950 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/testService/control_test with QoS: 1 2022-06-28T13:54:51,953 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 581 to store 2022-06-28T13:54:51,955 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/testService/control_test 2022-06-28T13:54:51,956 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.d.DataServiceImpl - Confirmed message ID: 582 to store 2022-06-28T13:54:52,038 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:52,040 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:52,040 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@9720546f 2022-06-28T13:54:52,041 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/heater/data with QoS: 0 2022-06-28T13:54:52,956 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:52,958 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:52,959 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:54:52,963 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:52,963 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:52,963 [main] INFO o.e.k.c.t.ConfigurationServiceTest - configService 1:org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade@a18d9c3b 2022-06-28T13:54:54,038 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:54,040 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:54,041 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@24ca1100 2022-06-28T13:54:54,042 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/heater/data with QoS: 0 2022-06-28T13:54:56,038 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:56,042 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:56,042 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@5116901a 2022-06-28T13:54:56,043 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/heater/data with QoS: 0 2022-06-28T13:54:57,964 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Asserting default values... 2022-06-28T13:54:57,964 [main] INFO o.e.k.c.t.ConfigurationServiceTest - configService 2:org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade@a18d9c3b 2022-06-28T13:54:57,964 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Taking snapshot... 2022-06-28T13:54:57,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:57,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424338730... 2022-06-28T13:54:57,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424497974.xml... 2022-06-28T13:54:57,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424497974.xml... Done. 2022-06-28T13:54:57,990 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:57,990 [main] INFO o.e.k.c.t.ConfigurationServiceTest - configService 3:org.eclipse.kura.core.configuration.ConfigurationServiceAuditFacade@a18d9c3b 2022-06-28T13:54:57,990 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Updating configuration with new values for org.eclipse.kura.core.test.IConfigurationServiceTest with props: {prop.integer=99999, prop.long.array=[Ljava.lang.Long;@2d5e201, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@3141f1fc, prop.character.array=[Ljava.lang.Character;@93685dfd, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@8d699621, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@d75cd522, prop.long=9999, prop.float.array=[Ljava.lang.Float;@a436cd7a, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@43a5f024, prop.boolean=false, prop.character=9, kura.service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.double=99.99, prop.byte.array=[Ljava.lang.Byte;@7762cac6, prop.double.array=[Ljava.lang.Double;@f5ebf683, prop.string=string_prop} 2022-06-28T13:54:57,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424497974... 2022-06-28T13:54:58,003 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,006 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2022-06-28T13:54:58,008 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=99999, prop.long.array=[Ljava.lang.Long;@46c48bae, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@b87a7a92, prop.character.array=[Ljava.lang.Character;@824e4227, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@cfe63342, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@656cb822, prop.long=9999, prop.float.array=[Ljava.lang.Float;@a2316af9, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@476a5dd0, prop.boolean=false, prop.character=9, kura.service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.double=99.99, prop.byte.array=[Ljava.lang.Byte;@4b61e21c, prop.string=string_prop, prop.double.array=[Ljava.lang.Double;@61c85277} 2022-06-28T13:54:58,014 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498007.xml... 2022-06-28T13:54:58,017 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498007.xml... Done. 2022-06-28T13:54:58,018 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,018 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,018 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,018 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Asserting values... 2022-06-28T13:54:58,019 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424498007... 2022-06-28T13:54:58,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,032 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2022-06-28T13:54:58,033 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=99999, prop.long.array=[Ljava.lang.Long;@9a08ebed, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@15cc198a, prop.character.array=[Ljava.lang.Character;@b30c3eee, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@40caa9b2, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@aa58d624, prop.long=AAAA, prop.float.array=[Ljava.lang.Float;@37e1b986, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@525be7a6, prop.boolean=false, prop.character=9, kura.service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.double=99.99, prop.byte.array=[Ljava.lang.Byte;@464711bf, prop.string=string_prop, prop.double.array=[Ljava.lang.Double;@12fd7a28} 2022-06-28T13:54:58,038 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:58,041 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:58,041 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@ca8ec4ff 2022-06-28T13:54:58,042 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/heater/data with QoS: 0 2022-06-28T13:54:58,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498032.xml... 2022-06-28T13:54:58,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498032.xml... Done. 2022-06-28T13:54:58,047 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,047 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,048 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424498032... 2022-06-28T13:54:58,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2022-06-28T13:54:58,063 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=99999, prop.long.array=[Ljava.lang.Long;@a4849065, component.id=49, prop.float=99.99, prop.short.array=[Ljava.lang.Short;@cf5cb0a4, prop.character.array=[Ljava.lang.Character;@1959595c, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@f6d6772d, prop.short=9, prop.integer.array=[Ljava.lang.Integer;@d05a2245, prop.long=AAAA, prop.float.array=[Ljava.lang.Float;@67f8783e, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=9, prop.boolean.array=[Ljava.lang.Boolean;@3e94fae6, prop.boolean=false, prop.character=9, kura.service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.double=99.99, prop.byte.array=[Ljava.lang.Byte;@a904d69e, prop.string=string_prop, prop.double.array=[Ljava.lang.Double;@35be703e} 2022-06-28T13:54:58,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498062.xml... 2022-06-28T13:54:58,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498062.xml... Done. 2022-06-28T13:54:58,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424169495.xml 2022-06-28T13:54:58,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,075 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Rolling back... 2022-06-28T13:54:58,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to snapshot 1656424497974... 2022-06-28T13:54:58,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:54:58,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:54:58,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport...done 2022-06-28T13:54:58,085 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:54:58,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService... 2022-06-28T13:54:58,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:54:58,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService...done 2022-06-28T13:54:58,087 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.cloud.CloudService 2022-06-28T13:54:58,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher... 2022-06-28T13:54:58,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:54:58,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher...done 2022-06-28T13:54:58,088 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: heaterPublisher 2022-06-28T13:54:58,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService... 2022-06-28T13:54:58,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:54:58,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService...done 2022-06-28T13:54:58,089 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.data.DataService 2022-06-28T13:54:58,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore... 2022-06-28T13:54:58,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:54:58,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore...done 2022-06-28T13:54:58,090 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: SSLKeystore 2022-06-28T13:54:58,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService... 2022-06-28T13:54:58,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:54:58,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService...done 2022-06-28T13:54:58,090 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:54:58,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:54:58,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:54:58,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:54:58,091 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:54:58,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:54:58,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:54:58,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:54:58,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:54:58,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:54:58,100 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:54:58,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:54:58,101 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:54:58,103 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:54:58,107 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:54:58,107 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:54:58,107 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:54:58,107 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:54:58,107 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:54:58,110 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:54:58,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:54:58,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:54:58,114 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:54:58,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:54:58,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:54:58,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:54:58,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:54:58,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:54:58,120 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:54:58,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:54:58,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:54:58,123 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:54:58,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:54:58,126 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:54:58,126 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:54:58,127 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:54:58,127 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:54:58,130 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:54:58,133 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:54:58,133 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:54:58,133 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:54:58,134 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:54:58,134 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:54:58,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:54:58,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:54:58,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:54:58,139 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:54:58,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:54:58,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:54:58,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:54:58,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.position.PositionService ... Done. 2022-06-28T13:54:58,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:54:58,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T13:54:58,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:54:58,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... Done. 2022-06-28T13:54:58,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:54:58,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.watchdog.WatchdogService ... Done. 2022-06-28T13:54:58,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:54:58,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2022-06-28T13:54:58,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:54:58,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent heaterPublisher ... Done. 2022-06-28T13:54:58,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2022-06-28T13:54:58,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:54:58,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2022-06-28T13:54:58,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:54:58,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent SSLKeystore ... Done. 2022-06-28T13:54:58,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:54:58,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T13:54:58,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:54:58,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.ssl.SslManagerService ... Done. 2022-06-28T13:54:58,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:54:58,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2022-06-28T13:54:58,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2022-06-28T13:54:58,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:54:58,188 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.app.command.CommandCloudApp ... Done. 2022-06-28T13:54:58,188 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:54:58,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2022-06-28T13:54:58,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.clock.ClockService is NOT tracked. 2022-06-28T13:54:58,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.demo.heater.Heater is NOT tracked. 2022-06-28T13:54:58,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService is NOT tracked. 2022-06-28T13:54:58,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498191.xml... 2022-06-28T13:54:58,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498191.xml... Done. 2022-06-28T13:54:58,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424170483.xml 2022-06-28T13:54:58,206 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Rollback snapshot: 1656424497974 2022-06-28T13:54:58,206 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:54:58,207 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.deactivate... 2022-06-28T13:54:58,209 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:54:58,223 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,225 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,226 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:54:58,228 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,228 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,241 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,244 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:54:58,247 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,247 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,250 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,252 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,254 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:54:58,257 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,257 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,261 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,263 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:54:58,265 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:54:58,265 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,266 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,268 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,270 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,272 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:54:58,275 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Releasing CloudApplicationClient for heater... 2022-06-28T13:54:58,275 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,275 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,280 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:54:58,281 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:54:58,283 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:54:58,284 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:54:58,284 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,284 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:54:58,286 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:54:58,287 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:54:58,289 [MQTT Call: 0A:58:0A:28:21:5F] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onMessageArrived 2022-06-28T13:54:58,290 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:54:58,290 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:54:58,290 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:54:58,290 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:54:58,291 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnecting 2022-06-28T13:54:58,293 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:54:58,293 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:54:58,293 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnected 2022-06-28T13:54:59,294 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:54:59,294 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T13:54:59,294 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:54:59,294 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:54:59,295 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:54:59,295 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:54:59,296 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:54:59,297 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:54:59,298 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:54:59,298 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:54:59,299 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:54:59,299 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:54:59,299 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:54:59,299 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:54:59,500 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:54:59,504 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:54:59,506 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:54:59,506 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:54:59,506 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:54:59,507 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:54:59,515 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:54:59,515 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:54:59,516 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:54:59,516 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T13:54:59,516 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:54:59,516 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2022-06-28T13:54:59,519 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:54:59,522 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:54:59,522 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:54:59,524 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:54:59,525 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:54:59,526 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:54:59,527 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.activate... 2022-06-28T13:54:59,528 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest.... 2022-06-28T13:54:59,528 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest....Done 2022-06-28T13:54:59,529 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:54:59,529 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:54:59,531 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:54:59,533 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:54:59,533 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.name: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.initial: 10.0 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.stopTime: 22:00 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - manual.setPoint: 15.0 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.setPoint: 20.5 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.semanticTopic: data 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - mode: Program 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.rate: 2 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - service.pid: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.increment: 0.25 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.id: 92 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.qos: 0 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.startTime: 06:00 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.retain: false 2022-06-28T13:54:59,534 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Getting CloudClient for heater... 2022-06-28T13:54:59,535 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... Done. 2022-06-28T13:54:59,535 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:54:59,535 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:54:59,535 [] ERROR o.e.k.d.h.Heater - Cannot publish topic: data org.eclipse.kura.KuraStoreException: "Error performing operation on store. DbService instance not attached" at org.eclipse.kura.core.data.store.DbDataStore.validate(DbDataStore.java:303) at org.eclipse.kura.core.data.store.DbDataStore.store(DbDataStore.java:275) at org.eclipse.kura.core.data.DataServiceImpl.publish(DataServiceImpl.java:530) at org.eclipse.kura.core.cloud.CloudClientImpl.publish(CloudClientImpl.java:140) at org.eclipse.kura.core.cloud.CloudClientImpl.publish(CloudClientImpl.java:126) at org.eclipse.kura.core.cloud.CloudClientImpl.publish(CloudClientImpl.java:112) at org.eclipse.kura.core.cloud.CloudClientImpl.publish(CloudClientImpl.java:106) at org.eclipse.kura.demo.heater.Heater.doPublish(Heater.java:289) at org.eclipse.kura.demo.heater.Heater.access$0(Heater.java:241) at org.eclipse.kura.demo.heater.Heater$1.run(Heater.java:232) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:54:59,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:54:59,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:54:59,539 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:54:59,540 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:54:59,540 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:54:59,541 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:54:59,544 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:54:59,544 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:54:59,545 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2022-06-28T13:54:59,545 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Perform update... 2022-06-28T13:54:59,545 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2022-06-28T13:54:59,547 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:54:59,547 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:54:59,547 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:54:59,547 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:54:59,548 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:54:59,548 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:54:59,551 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:54:59,551 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:54:59,551 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2022-06-28T13:54:59,552 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:54:59,552 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:54:59,552 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:54:59,552 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:54:59,554 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:54:59,555 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:54:59,555 [pool-47-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:54:59,555 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T13:54:59,555 [pool-47-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T13:54:59,558 [pool-47-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:54:59,564 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:54:59,565 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:54:59,567 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:54:59,567 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:54:59,568 [pool-47-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:54:59,568 [pool-47-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:54:59,569 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2022-06-28T13:54:59,573 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:54:59,602 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:54:59,602 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T13:54:59,603 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - updating... 2022-06-28T13:54:59,607 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - updating...done 2022-06-28T13:54:59,612 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2022-06-28T13:54:59,614 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=314, prop.long.array=[Ljava.lang.Long;@a82dcad7, component.id=49, prop.float=3.14, prop.short.array=[Ljava.lang.Short;@9a5d9371, prop.character.array=[Ljava.lang.Character;@95c61fc5, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@e03c16fb, prop.short=255, prop.integer.array=[Ljava.lang.Integer;@82316411, prop.long=1351589588, prop.float.array=[Ljava.lang.Float;@878fdb67, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=7, prop.boolean.array=[Ljava.lang.Boolean;@7741eb00, prop.boolean=true, prop.character=c, kura.service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.double=1.35158959999988E7, prop.byte.array=[Ljava.lang.Byte;@3bf09530, prop.string=prop.string.value, prop.double.array=[Ljava.lang.Double;@f1339139} 2022-06-28T13:54:59,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,636 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:54:59,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424498191... 2022-06-28T13:54:59,637 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:54:59,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499646.xml... 2022-06-28T13:54:59,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499646.xml... Done. 2022-06-28T13:54:59,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424170550.xml 2022-06-28T13:54:59,656 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,656 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:54:59,657 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:54:59,657 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:54:59,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499646... 2022-06-28T13:54:59,659 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:54:59,659 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:54:59,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499666.xml... 2022-06-28T13:54:59,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499666.xml... Done. 2022-06-28T13:54:59,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424173578.xml 2022-06-28T13:54:59,680 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,680 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:54:59,680 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:54:59,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499666... 2022-06-28T13:54:59,681 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:54:59,681 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:54:59,697 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499687.xml... 2022-06-28T13:54:59,701 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499687.xml... Done. 2022-06-28T13:54:59,701 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424174917.xml 2022-06-28T13:54:59,702 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,702 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,702 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499687... 2022-06-28T13:54:59,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499709.xml... 2022-06-28T13:54:59,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499709.xml... Done. 2022-06-28T13:54:59,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424338730.xml 2022-06-28T13:54:59,742 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499709... 2022-06-28T13:54:59,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499749.xml... 2022-06-28T13:54:59,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499749.xml... Done. 2022-06-28T13:54:59,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424497974.xml 2022-06-28T13:54:59,757 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499749... 2022-06-28T13:54:59,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499765.xml... 2022-06-28T13:54:59,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499765.xml... Done. 2022-06-28T13:54:59,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498007.xml 2022-06-28T13:54:59,773 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499765... 2022-06-28T13:54:59,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499780.xml... 2022-06-28T13:54:59,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499780.xml... Done. 2022-06-28T13:54:59,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498032.xml 2022-06-28T13:54:59,790 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499780... 2022-06-28T13:54:59,807 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499797.xml... 2022-06-28T13:54:59,810 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499797.xml... Done. 2022-06-28T13:54:59,810 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498062.xml 2022-06-28T13:54:59,810 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,810 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,811 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499797... 2022-06-28T13:54:59,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499815.xml... 2022-06-28T13:54:59,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499815.xml... Done. 2022-06-28T13:54:59,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424498191.xml 2022-06-28T13:54:59,843 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499815... 2022-06-28T13:54:59,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499851.xml... 2022-06-28T13:54:59,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499851.xml... Done. 2022-06-28T13:54:59,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499646.xml 2022-06-28T13:54:59,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499851... 2022-06-28T13:54:59,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499865.xml... 2022-06-28T13:54:59,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499865.xml... Done. 2022-06-28T13:54:59,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499666.xml 2022-06-28T13:54:59,873 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499865... 2022-06-28T13:54:59,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499878.xml... 2022-06-28T13:54:59,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499878.xml... Done. 2022-06-28T13:54:59,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499687.xml 2022-06-28T13:54:59,886 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499878... 2022-06-28T13:54:59,901 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499895.xml... 2022-06-28T13:54:59,904 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499895.xml... Done. 2022-06-28T13:54:59,905 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499709.xml 2022-06-28T13:54:59,905 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,905 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,906 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499895... 2022-06-28T13:54:59,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499911.xml... 2022-06-28T13:54:59,921 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499911.xml... Done. 2022-06-28T13:54:59,921 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499749.xml 2022-06-28T13:54:59,921 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,921 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,922 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499911... 2022-06-28T13:54:59,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499941.xml... 2022-06-28T13:54:59,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499941.xml... Done. 2022-06-28T13:54:59,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499765.xml 2022-06-28T13:54:59,947 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499941... 2022-06-28T13:54:59,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499953.xml... 2022-06-28T13:54:59,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499953.xml... Done. 2022-06-28T13:54:59,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499780.xml 2022-06-28T13:54:59,961 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499953... 2022-06-28T13:54:59,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499967.xml... 2022-06-28T13:54:59,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499967.xml... Done. 2022-06-28T13:54:59,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499797.xml 2022-06-28T13:54:59,974 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499967... 2022-06-28T13:54:59,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499980.xml... 2022-06-28T13:54:59,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499980.xml... Done. 2022-06-28T13:54:59,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499815.xml 2022-06-28T13:54:59,988 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:54:59,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499980... 2022-06-28T13:54:59,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499993.xml... 2022-06-28T13:54:59,998 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499993.xml... Done. 2022-06-28T13:54:59,999 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499851.xml 2022-06-28T13:54:59,999 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:54:59,999 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:55:00,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424499993... 2022-06-28T13:55:00,010 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424500006.xml... 2022-06-28T13:55:00,013 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424500006.xml... Done. 2022-06-28T13:55:00,014 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499865.xml 2022-06-28T13:55:00,014 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:55:00,014 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T13:55:00,014 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using file persistence for in-flight messages: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/data/paho-persistence 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = 0A:58:0A:28:21:5F 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = null 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/LWT 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T13:55:00,015 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T13:55:00,319 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T13:55:00,319 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T13:55:00,319 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T13:55:00,319 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T13:55:00,334 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:55:00,336 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T13:55:00,337 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/BIRTH with QoS: 0 2022-06-28T13:55:00,338 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/# with QoS: 1 2022-06-28T13:55:00,340 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Starting testRemoteConfiguration 2022-06-28T13:55:00,340 [main] INFO o.e.k.c.t.ConfigurationServiceTest - loading the current configuration 2022-06-28T13:55:00,340 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500340-380785596400832431 with QoS: 0 2022-06-28T13:55:00,342 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest, priority: 1 2022-06-28T13:55:00,347 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest, priority: 1 2022-06-28T13:55:00,349 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest with QoS: 0 2022-06-28T13:55:00,351 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:00,352 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:00,354 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:55:00,355 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1656424500340-380785596400832431, priority: 1 2022-06-28T13:55:00,356 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1656424500340-380785596400832431, priority: 1 2022-06-28T13:55:00,357 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500340-380785596400832431 with QoS: 0 2022-06-28T13:55:00,360 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500340-380785596400832431 2022-06-28T13:55:00,360 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500340-380785596400832431 2022-06-28T13:55:00,365 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500364--8447536359221538293 with QoS: 0 2022-06-28T13:55:00,367 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/EXEC/snapshot, priority: 1 2022-06-28T13:55:00,369 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/EXEC/snapshot, priority: 1 2022-06-28T13:55:00,370 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/EXEC/snapshot with QoS: 0 2022-06-28T13:55:00,373 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/EXEC/snapshot 2022-06-28T13:55:00,374 [pool-10-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:55:00,375 [pool-10-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424500006... 2022-06-28T13:55:00,384 [pool-10-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424500380.xml... 2022-06-28T13:55:00,391 [pool-10-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424500380.xml... Done. 2022-06-28T13:55:00,391 [pool-10-thread-2] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499878.xml 2022-06-28T13:55:00,391 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/snapshot} ConfigurationService - Success - Take snapshot 2022-06-28T13:55:00,394 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:55:00,394 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1656424500364--8447536359221538293, priority: 1 2022-06-28T13:55:00,397 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1656424500364--8447536359221538293, priority: 1 2022-06-28T13:55:00,399 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500364--8447536359221538293 with QoS: 0 2022-06-28T13:55:00,402 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500364--8447536359221538293 2022-06-28T13:55:00,402 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500364--8447536359221538293 2022-06-28T13:55:00,437 [main] INFO o.e.k.c.t.ConfigurationServiceTest - validating configuration 2022-06-28T13:55:00,437 [main] INFO o.e.k.c.t.ConfigurationServiceTest - modifying configuration 2022-06-28T13:55:00,439 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500439--4059546948016060960 with QoS: 0 2022-06-28T13:55:00,440 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest, priority: 1 2022-06-28T13:55:00,442 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest, priority: 1 2022-06-28T13:55:00,443 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest with QoS: 0 2022-06-28T13:55:00,446 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:00,447 [pool-10-thread-2] INFO o.e.k.c.c.CloudConfigurationHandler - Received new Configuration 2022-06-28T13:55:00,450 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:55:00,451 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1656424500439--4059546948016060960, priority: 1 2022-06-28T13:55:00,453 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1656424500439--4059546948016060960, priority: 1 2022-06-28T13:55:00,454 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500439--4059546948016060960 with QoS: 0 2022-06-28T13:55:00,455 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500439--4059546948016060960 2022-06-28T13:55:00,455 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424500439--4059546948016060960 2022-06-28T13:55:00,572 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T13:55:00,572 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T13:55:00,574 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T13:55:01,450 [pool-8-thread-1] INFO o.e.k.c.c.UpdateConfigurationsCallable - Updating configurations 2022-06-28T13:55:01,451 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424500380... 2022-06-28T13:55:01,455 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:01,462 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2022-06-28T13:55:01,463 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=314, prop.long.array=[Ljava.lang.Long;@acc76177, component.id=49, prop.float=3.14, prop.short.array=[Ljava.lang.Short;@9589a590, prop.character.array=[Ljava.lang.Character;@fdcbe834, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@cf08a71c, prop.short=255, prop.integer.array=[Ljava.lang.Integer;@ead1b92, prop.long=1351589588, prop.float.array=[Ljava.lang.Float;@8df9fb31, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=7, prop.boolean.array=[Ljava.lang.Boolean;@f36d23d2, prop.boolean=true, prop.character=c, kura.service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.double=1.35158959999988E7, prop.byte.array=[Ljava.lang.Byte;@70c80f83, prop.string=modified_value, prop.double.array=[Ljava.lang.Double;@bdfb36bc} 2022-06-28T13:55:01,464 [main] INFO o.e.k.c.t.ConfigurationServiceTest - validating modified configuration 2022-06-28T13:55:01,464 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Checking these are equal: modified_value AND modified_value 2022-06-28T13:55:01,464 [main] INFO o.e.k.c.t.ConfigurationServiceTest - reloading the current configuration 2022-06-28T13:55:01,464 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424501464--9172508740574535704 with QoS: 0 2022-06-28T13:55:01,466 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest, priority: 1 2022-06-28T13:55:01,466 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424501463.xml... 2022-06-28T13:55:01,468 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest, priority: 1 2022-06-28T13:55:01,469 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424501463.xml... Done. 2022-06-28T13:55:01,469 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest with QoS: 0 2022-06-28T13:55:01,470 [UpdateConfigurationsCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499895.xml 2022-06-28T13:55:01,470 [UpdateConfigurationsCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:01,470 [UpdateConfigurationsCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:01,470 [UpdateConfigurationsCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:01,472 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:01,473 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest} ConfigurationService - Success - Get component configuration: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:01,476 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurations/org.eclipse.kura.core.test.IConfigurationServiceTest} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:55:01,477 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1656424501464--9172508740574535704, priority: 1 2022-06-28T13:55:01,478 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1656424501464--9172508740574535704, priority: 1 2022-06-28T13:55:01,479 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424501464--9172508740574535704 with QoS: 0 2022-06-28T13:55:01,481 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424501464--9172508740574535704 2022-06-28T13:55:01,481 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424501464--9172508740574535704 2022-06-28T13:55:01,485 [main] INFO o.e.k.c.t.ConfigurationServiceTest - validating modified configuration 2022-06-28T13:55:01,485 [main] INFO o.e.k.c.t.ConfigurationServiceTest - Checking these are equal: modified_value AND modified_value 2022-06-28T13:55:01,485 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424501485--6286275536815933371 with QoS: 0 2022-06-28T13:55:01,486 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/EXEC/rollback/1656424500380, priority: 1 2022-06-28T13:55:01,488 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/EXEC/rollback/1656424500380, priority: 1 2022-06-28T13:55:01,490 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/EXEC/rollback/1656424500380 with QoS: 0 2022-06-28T13:55:01,492 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/EXEC/rollback/1656424500380 2022-06-28T13:55:01,494 [pool-10-thread-2] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} CloudCall - Success - Execute RequestHandler call 2022-06-28T13:55:01,494 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1656424501485--6286275536815933371, priority: 1 2022-06-28T13:55:01,496 [pool-10-thread-2] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/CONF-V1/REPLY/1656424501485--6286275536815933371, priority: 1 2022-06-28T13:55:01,497 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424501485--6286275536815933371 with QoS: 0 2022-06-28T13:55:01,499 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424501485--6286275536815933371 2022-06-28T13:55:01,499 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Unsubscribing to topic: $EDC/ethdev/0A:58:0A:28:21:5F/CONF-V1/REPLY/1656424501485--6286275536815933371 2022-06-28T13:55:01,535 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:55:01,537 [] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:55:01,537 [] INFO o.e.k.d.h.Heater - Published to data message: org.eclipse.kura.message.KuraPayload@d6535fc 2022-06-28T13:55:01,538 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: ethdev/0A:58:0A:28:21:5F/heater/data with QoS: 0 2022-06-28T13:55:02,498 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Rolling back to snapshot 1656424500380... 2022-06-28T13:55:02,498 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:02,498 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:02,498 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport...done 2022-06-28T13:55:02,498 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:02,499 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:02,499 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:02,499 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.cloud.CloudService...done 2022-06-28T13:55:02,499 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:02,499 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher... 2022-06-28T13:55:02,500 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:55:02,500 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid heaterPublisher...done 2022-06-28T13:55:02,500 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Delete factory configuration: heaterPublisher 2022-06-28T13:55:02,500 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService... 2022-06-28T13:55:02,500 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:02,500 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.data.DataService...done 2022-06-28T13:55:02,500 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.data.DataService 2022-06-28T13:55:02,501 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore... 2022-06-28T13:55:02,501 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:55:02,501 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid SSLKeystore...done 2022-06-28T13:55:02,501 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Delete factory configuration: SSLKeystore 2022-06-28T13:55:02,501 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService... 2022-06-28T13:55:02,501 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:02,501 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.ssl.SslManagerService...done 2022-06-28T13:55:02,501 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:02,502 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:55:02,502 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:02,502 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:55:02,502 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:02,502 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:02,502 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:02,510 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:55:02,513 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:02,513 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:55:02,513 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:02,513 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:02,513 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:02,517 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:55:02,520 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:02,520 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:55:02,520 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:02,520 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:55:02,520 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:55:02,523 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:55:02,526 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:55:02,526 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:55:02,526 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:55:02,526 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:55:02,526 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:02,530 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:55:02,533 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:02,533 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:55:02,533 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:55:02,533 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:55:02,533 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:55:02,536 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:55:02,539 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:55:02,539 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:55:02,539 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:55:02,539 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:02,539 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:02,542 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:55:02,545 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:02,545 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:55:02,545 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:02,545 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:02,545 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:02,547 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:55:02,550 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:02,550 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:55:02,550 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:55:02,551 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:02,553 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T13:55:02,553 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:02,556 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.position.PositionService ... Done. 2022-06-28T13:55:02,556 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:02,559 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T13:55:02,559 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:02,562 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... Done. 2022-06-28T13:55:02,562 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:02,565 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.watchdog.WatchdogService ... Done. 2022-06-28T13:55:02,565 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:02,568 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2022-06-28T13:55:02,568 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:55:02,571 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent heaterPublisher ... Done. 2022-06-28T13:55:02,571 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:02,574 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.test.IConfigurationServiceTest ... Done. 2022-06-28T13:55:02,575 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:02,578 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.data.DataService ... Done. 2022-06-28T13:55:02,579 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:02,582 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent SSLKeystore ... Done. 2022-06-28T13:55:02,582 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:02,584 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T13:55:02,585 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:55:02,588 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.xml.BrokerInstance ... Done. 2022-06-28T13:55:02,588 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:02,590 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.ssl.SslManagerService ... Done. 2022-06-28T13:55:02,594 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.rest.provider.RestService ... Done. 2022-06-28T13:55:02,594 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:02,596 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.app.command.CommandCloudApp ... Done. 2022-06-28T13:55:02,596 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:55:02,599 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.db.H2DbService ... Done. 2022-06-28T13:55:02,599 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.clock.ClockService is NOT tracked. 2022-06-28T13:55:02,599 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.demo.heater.Heater is NOT tracked. 2022-06-28T13:55:02,599 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - UpdatingConfiguration ignored as ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService is NOT tracked. 2022-06-28T13:55:02,602 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424502600.xml... 2022-06-28T13:55:02,605 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424502600.xml... Done. 2022-06-28T13:55:02,605 [RollbackCallable] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/kura/user/snapshots/snapshot_1656424499911.xml 2022-06-28T13:55:02,606 [RollbackCallable] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/rollback/1656424500380} ConfigurationService - Success - Rollback snapshot: 1656424500380 2022-06-28T13:55:02,606 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:02,606 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.deactivate... 2022-06-28T13:55:02,608 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:55:02,623 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,624 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,625 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:55:02,627 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,627 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,641 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,642 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,643 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:55:02,645 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,645 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,660 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:55:02,662 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,662 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,664 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,667 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,668 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:55:02,671 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:02,672 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,672 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,674 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,676 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,678 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:55:02,680 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Releasing CloudApplicationClient for heater... 2022-06-28T13:55:02,681 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,681 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,682 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,684 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/APPS, priority: 0 2022-06-28T13:55:02,687 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS with QoS: 0 2022-06-28T13:55:02,688 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:02,689 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:55:02,689 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,689 [MQTT Call: 0A:58:0A:28:21:5F] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/APPS 2022-06-28T13:55:02,701 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T13:55:02,702 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/ethdev/0A:58:0A:28:21:5F/MQTT/DC with QoS: 0 2022-06-28T13:55:02,705 [MQTT Call: 0A:58:0A:28:21:5F] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onMessageArrived 2022-06-28T13:55:02,705 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:02,705 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:55:02,706 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T13:55:02,706 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T13:55:02,706 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnecting 2022-06-28T13:55:02,707 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T13:55:02,707 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T13:55:02,707 [ConfigurationListener Event Queue] WARN o.e.k.c.d.DataServiceListenerS - No registered listeners. Ignoring onDisconnected 2022-06-28T13:55:03,707 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:55:03,707 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T13:55:03,708 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:03,708 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:55:03,709 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:03,709 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:55:03,710 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:03,712 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:55:03,713 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:55:03,713 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:55:03,715 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:03,715 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:55:03,715 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:03,716 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:55:03,917 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:55:03,918 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:03,919 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:55:03,920 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:55:03,920 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:55:03,920 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:55:03,927 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:03,927 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:55:03,928 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:03,928 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T13:55:03,928 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:03,928 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2022-06-28T13:55:03,931 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:55:03,934 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:55:03,934 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:55:03,936 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:55:03,937 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:55:03,939 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:55:03,940 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.activate... 2022-06-28T13:55:03,940 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest.... 2022-06-28T13:55:03,940 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.test.IConfigurationServiceTest....Done 2022-06-28T13:55:03,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:03,942 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:55:03,944 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:55:03,947 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:03,947 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.name: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.initial: 10.0 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.stopTime: 22:00 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - manual.setPoint: 15.0 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.setPoint: 20.5 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.semanticTopic: data 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - mode: Program 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - kura.service.pid: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.rate: 2 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - service.pid: org.eclipse.kura.demo.heater.Heater 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - temperature.increment: 0.25 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - component.id: 92 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - CloudPublisher.target: (kura.service.pid=heaterPublisher) 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.qos: 0 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - program.startTime: 06:00 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activate - publish.retain: false 2022-06-28T13:55:03,949 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Getting CloudClient for heater... 2022-06-28T13:55:03,950 [ConfigurationListener Event Queue] INFO o.e.k.d.h.Heater - Activating Heater... Done. 2022-06-28T13:55:03,950 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:55:03,950 [] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: #account-name/#client-id/heater/data, priority: 5 2022-06-28T13:55:03,950 [] ERROR o.e.k.d.h.Heater - Cannot publish topic: data org.eclipse.kura.KuraStoreException: "Error performing operation on store. DbService instance not attached" at org.eclipse.kura.core.data.store.DbDataStore.validate(DbDataStore.java:303) at org.eclipse.kura.core.data.store.DbDataStore.store(DbDataStore.java:275) at org.eclipse.kura.core.data.DataServiceImpl.publish(DataServiceImpl.java:530) at org.eclipse.kura.core.cloud.CloudClientImpl.publish(CloudClientImpl.java:140) at org.eclipse.kura.core.cloud.CloudClientImpl.publish(CloudClientImpl.java:126) at org.eclipse.kura.core.cloud.CloudClientImpl.publish(CloudClientImpl.java:112) at org.eclipse.kura.core.cloud.CloudClientImpl.publish(CloudClientImpl.java:106) at org.eclipse.kura.demo.heater.Heater.doPublish(Heater.java:289) at org.eclipse.kura.demo.heater.Heater.access$0(Heater.java:241) at org.eclipse.kura.demo.heater.Heater$1.run(Heater.java:232) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T13:55:03,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:03,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:55:03,955 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:55:03,957 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:55:03,957 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:55:03,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:55:03,961 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:55:03,961 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:55:03,961 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is updating! 2022-06-28T13:55:03,961 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Perform update... 2022-06-28T13:55:03,961 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has updated! 2022-06-28T13:55:03,963 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:55:03,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:03,964 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:03,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:03,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:03,965 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:55:03,968 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:03,968 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:55:03,969 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - updated... 2022-06-28T13:55:03,969 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:03,969 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:03,969 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:03,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:03,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:55:03,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:55:03,972 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T13:55:03,972 [pool-58-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:55:03,972 [pool-58-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T13:55:03,977 [pool-58-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:55:03,981 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:55:03,982 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:55:03,985 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:03,985 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:55:03,986 [pool-58-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:55:03,986 [pool-58-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:55:03,986 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance updated, recreating table if needed... 2022-06-28T13:55:03,990 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:55:03,999 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:55:03,999 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T13:55:04,000 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring update since there are uncommitted changes 2022-06-28T13:55:04,003 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:04,005 [ConfigurationListener Event Queue] INFO o.e.k.c.t.ConfigurationServiceTest - Updated called: {prop.integer=314, prop.long.array=[Ljava.lang.Long;@af783e42, component.id=49, prop.float=3.14, prop.short.array=[Ljava.lang.Short;@77b9534e, prop.character.array=[Ljava.lang.Character;@47717c28, component.name=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.string.array=[Ljava.lang.String;@e2767223, prop.short=255, prop.integer.array=[Ljava.lang.Integer;@f651425a, prop.long=1351589588, prop.float.array=[Ljava.lang.Float;@4c74a0f7, service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.byte=7, prop.boolean.array=[Ljava.lang.Boolean;@e687c094, prop.boolean=true, prop.character=c, kura.service.pid=org.eclipse.kura.core.test.IConfigurationServiceTest, prop.double=1.35158959999988E7, prop.byte.array=[Ljava.lang.Byte;@4198018b, prop.string=prop.string.value, prop.double.array=[Ljava.lang.Double;@4cdf9966} 2022-06-28T13:55:04,007 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:55:04,007 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:55:04,009 [main] INFO o.e.k.c.t.AllCoreTests - tearDownClass... 2022-06-28T13:55:04,010 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:55:04,010 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:55:04,010 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:55:04,011 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:55:04,011 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:55:04,011 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:55:04,011 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:55:04,012 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:55:04,012 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 334.245 s - in org.eclipse.kura.core.test.AllCoreTests shouldNotConnectOverWssWithHostnameIdentificationEnabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.86 s shouldNotConnectOverWssWithClientSideAuthWithoutKey(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.485 s shouldConnectOverMqttsWithClientSideAuth(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.987 s shouldSupportRevocation(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 37.232 s shouldNotConnectOverMqttsWithHostnameIdentificationEnabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.436 s shouldConnectOverPlainMqtt(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.326 s shouldConnectOverWssWithClientSideAuth(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.838 s shouldConnectOverWssWithHostnameIdentificationDisabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 1.074 s shouldNotConnectOverMqttsWithoutKeystore(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.031 s shouldNotConnectOverMqttsWithClientSideAuthWithoutKey(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 30.464 s shouldConnectOverMqttsWithHostnameIdentificationDisabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.732 s connectionShouldFailWithRevocationChechEnabled(org.eclipse.kura.core.test.MqttDataTransportTest) Time elapsed: 0.775 s testGetPackages(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.189 s testGetInventory(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.279 s testGetBundles(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.162 s testGetSystemPackages(org.eclipse.kura.core.test.InventoryHandlerTest) Time elapsed: 0.144 s testPublish(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 109.174 s testDisconnect(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 32.339 s testConnect(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 0.329 s testSubscribe(org.eclipse.kura.core.test.DataServiceTest) Time elapsed: 0.006 s testGetPackages(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.14 s testExecInstallDeploymentPackage(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.022 s testExecUninstallDeploymentPackage(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 10.101 s testGetBundles(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.09 s testExecStartStop(org.eclipse.kura.core.test.CloudDeploymentHandlerTest) Time elapsed: 0.096 s testDummy(org.eclipse.kura.core.test.CloudServiceTest) Time elapsed: 0 s testServiceExists(org.eclipse.kura.core.test.CloudServiceTest) Time elapsed: 0 s testService(org.eclipse.kura.core.test.CloudServiceTest) Time elapsed: 1.079 s testSyntax(org.eclipse.kura.core.test.CommURITest) Time elapsed: 0.002 s testSplitDefaultValues2(org.eclipse.kura.core.test.ComponentConfigurationImplTest) Time elapsed: 0.001 s testSplitDefaultValues(org.eclipse.kura.core.test.ComponentConfigurationImplTest) Time elapsed: 0 s testLocalConfiguration(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 6.652 s testSnapshotsMaxCount(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 0.399 s testServiceExists(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 0 s testRemoteConfiguration(org.eclipse.kura.core.test.ConfigurationServiceTest) Time elapsed: 3.991 s testGetPrimaryMacAddress(org.eclipse.kura.core.test.NetUtilTest) Time elapsed: 0.001 s testActiveInterfaces(org.eclipse.kura.core.test.NetworkServiceTest) Time elapsed: 0.001 s testDummy(org.eclipse.kura.core.test.NetworkServiceTest) Time elapsed: 0 s testInterfaceNamesList(org.eclipse.kura.core.test.NetworkServiceTest) Time elapsed: 0 s testServiceExists(org.eclipse.kura.core.test.NetworkServiceTest) Time elapsed: 0 s testAllInterfaces(org.eclipse.kura.core.test.NetworkServiceTest) Time elapsed: 0.001 s testServiceExists(org.eclipse.kura.core.test.SystemAdminServiceTest) Time elapsed: 0 s testGetUptime(org.eclipse.kura.core.test.SystemAdminServiceTest) Time elapsed: 0 s Results: Tests run: 43, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:55:04,088 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:04,089 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:04,089 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:04,089 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:04,089 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:04,089 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:04,090 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.d.h.Heater - Releasing CloudApplicationClient for heater... 2022-06-28T13:55:04,090 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:04,091 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:04,092 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T13:55:04,092 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T13:55:04,093 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:04,093 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:55:04,093 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T13:55:04,093 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:04,093 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:55:04,093 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:04,093 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:55:04,093 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:04,093 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:04,094 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:55:04,094 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.test.IConfigurationServiceTest 2022-06-28T13:55:04,094 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.t.ConfigurationServiceTest - ConfigurationServiceTest.deactivate... 2022-06-28T13:55:04,096 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:04,096 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:04,096 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:04,096 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:04,097 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:55:04,097 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:55:04,099 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:55:04,099 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:55:04,100 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:55:04,100 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:04,100 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:55:04,101 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:55:04,101 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:55:04,103 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:04,103 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:04,103 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:55:04,103 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.xml.BrokerInstance 2022-06-28T13:55:04,103 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:04,103 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:04,103 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:04,103 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:55:04,103 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:04,106 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:55:04,107 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:55:04,108 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:04,109 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:55:04,109 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected ExampleTest instance :419492467: deactivated ExampleTest instance :419492467: unsetDataService 2022-06-28T13:55:04,294 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:55:04,611 [pool-13-thread-1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - update would not change current configuration, skipping 2022-06-28T13:55:05,109 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:55:05,110 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:55:05,112 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:55:05,114 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:55:05,116 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:55:05,118 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:05,135 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service 2022-06-28T13:55:05,137 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.b.a.x.ServiceComponent - Stopping Artemis 2022-06-28T13:55:05,140 [Framework stop - Equinox Container: 3260007d-6113-4b0e-99e3-f662acafdbea] INFO o.e.k.t.h.HelloWorld - Deactivating org.eclipse.kura.test.helloworld.HelloWorld ... [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.broker.artemis.core' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.broker.artemis.xml' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.test' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.util.wire.test' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.test/5.1.2/org.eclipse.kura.core.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.test/5.1.2/org.eclipse.kura.core.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/org.eclipse.kura.core.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.test/5.1.2/org.eclipse.kura.core.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.test/5.1.2/org.eclipse.kura.core.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.test/5.1.2/org.eclipse.kura.core.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.test --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.core.util.test >---------- [INFO] Building org.eclipse.kura.core.util.test 5.1.2 [133/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.util.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.util.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/src/test/java/org/eclipse/kura/core/util/SafeProcessTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/src/test/java/org/eclipse/kura/core/util/SafeProcessTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.util.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.util.SafeProcessTest Linux [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.933 s - in org.eclipse.kura.core.util.SafeProcessTest [INFO] Running org.eclipse.kura.core.util.ProcessUtilTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.kura.core.util.ProcessUtilTest [INFO] Running org.eclipse.kura.core.util.ValidationUtilTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kura.core.util.ValidationUtilTest [INFO] Running org.eclipse.kura.core.util.NetUtilTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kura.core.util.NetUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/surefire.properties] 2022-06-28T13:55:11,768 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:55:12,201 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:55:12,213 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-463374 2022-06-28T13:55:12,293 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:55:12,293 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:55:12,293 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:55:12,294 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:55:12,294 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:55:12,294 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura 2022-06-28T13:55:12,294 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:55:12,294 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:55:12,294 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots 2022-06-28T13:55:12,294 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/tmp 2022-06-28T13:55:12,295 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:55:12,297 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:55:12,352 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:55:12,418 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:55:12,438 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:55:12,602 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:55:12,603 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:12,647 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:55:12,755 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:55:12,767 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:55:12,767 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:12,799 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:12,800 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:12,800 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:12,809 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:55:12,810 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:55:12,811 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:12,811 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:12,811 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:55:12,811 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:12,815 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:55:12,815 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:55:12,815 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:55:12,818 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:12,818 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:12,818 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:12,821 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:55:12,821 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:55:12,821 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:12,822 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:55:12,822 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:55:12,822 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:55:12,825 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:55:12,825 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:55:12,825 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:55:12,828 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:12,828 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:12,828 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:12,831 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:55:12,831 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:55:12,831 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:12,841 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:55:12,841 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:55:12,844 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:12,844 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:55:12,844 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:55:12,847 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:55:12,847 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:55:12,847 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:55:12,861 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:12,885 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:55:12,885 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:55:12,887 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:55:12,976 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:55:12,978 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:12,982 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:12,982 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:55:12,982 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:55:12,983 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:13,002 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:13,002 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:55:13,002 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:55:13,005 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:55:13,005 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:55:13,006 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:13,010 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:13,010 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:55:13,010 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:13,013 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:13,014 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:55:13,014 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:55:13,014 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:13,017 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:13,040 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:55:13,040 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:13,043 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:13,049 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:55:13,049 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:13,052 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:55:13,056 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:55:13,058 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:55:13,064 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:55:13,064 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:55:13,064 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:13,068 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:13,073 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:55:13,076 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:13,080 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:55:13,080 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:13,083 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:13,147 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:55:13,150 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:55:13,150 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:55:13,150 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:55:13,150 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:55:13,150 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:55:13,154 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:55:13,154 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:13,158 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:13,166 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:55:13,168 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:55:13,169 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:13,170 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:55:13,170 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:13,170 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:13,170 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:55:13,173 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:55:13,179 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:13,180 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:55:13,181 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:55:13,182 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:13,254 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots/snapshot_1656424513202.xml... 2022-06-28T13:55:13,259 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/kura/user/snapshots/snapshot_1656424513202.xml... Done. 2022-06-28T13:55:13,259 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:55:13,259 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:55:13,259 [Start Level: Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:55:13,259 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:55:13,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:55:13,275 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:13,295 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:55:13,300 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:13,300 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:13,300 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:13,300 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:13,378 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:55:13,390 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:55:13,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:55:13,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:55:13,443 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:13,444 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:13,444 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:13,445 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:13,445 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:13,449 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:13,450 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:55:13,451 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:55:13,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:13,453 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:55:13,453 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:13,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:13,454 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:13,454 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:13,454 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:55:13,455 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:13,457 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:13,457 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:13,457 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:13,457 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:13,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:55:13,460 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:13,460 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:13,460 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:13,460 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:13,460 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:13,462 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:55:13,465 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:13,465 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:55:13,466 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:55:13,467 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:55:13,468 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:55:13,468 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:55:13,469 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:55:13,469 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:55:13,469 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:55:13,470 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:55:13,471 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:55:13,475 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:13,475 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:13,475 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:13,475 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:13,475 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:55:13,475 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:55:13,476 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:13,479 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:55:13,480 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:55:13,490 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:55:13,494 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:55:13,497 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:13,497 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:55:13,498 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:14,498 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:55:14,501 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:55:14,503 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:55:14,506 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:55:14,508 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:14,534 [Framework stop - Equinox Container: 9e099817-a473-49e7-91c8-f55e57b8547a] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.util.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/5.1.2/org.eclipse.kura.core.util.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/5.1.2/org.eclipse.kura.core.util.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/org.eclipse.kura.core.util.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/5.1.2/org.eclipse.kura.core.util.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/5.1.2/org.eclipse.kura.core.util.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.util.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.util.test/5.1.2/org.eclipse.kura.core.util.test-5.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.deployment.agent.test >------- [INFO] Building org.eclipse.kura.deployment.agent.test 5.1.2 [134/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.deployment.agent.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.deployment.agent.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.deployment.agent.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest 13:55:17.844 [DeploymentAgent] ERROR org.eclipse.kura.deployment.agent.impl.DeploymentAgent - Unexpected exception uninstalling dpName java.lang.InterruptedException: test at org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest.lambda$testUninstaller$2(DeploymentAgentTest.java:181) ~[test-classes/:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest$$Lambda$18/0x000000000c004a70.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at codegen.org.osgi.service.event.EventAdmin$$EnhancerByMockitoWithCGLIB$$1fddc1f1.postEvent() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.postUninstalledEvent(DeploymentAgent.java:328) ~[org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.execUninstall(DeploymentAgent.java:300) ~[org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.lambda$2(DeploymentAgent.java:233) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent$$Lambda$20/0x000000000c036a50.run(Unknown Source) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:55:17.873 [main] ERROR org.eclipse.kura.deployment.agent.impl.DeploymentAgent - Error installing package dp2 java.lang.Exception: test at org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest$2.installDeploymentPackageAsync(DeploymentAgentTest.java:250) ~[test-classes/:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.installPackagesFromConfFile(DeploymentAgent.java:341) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:127) [org.eclipse.kura.core.testutil-5.1.2.jar:?] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) [org.eclipse.kura.core.testutil-5.1.2.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest.testInstallFromConfigExc(DeploymentAgentTest.java:261) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:55:17.875 [main] ERROR org.eclipse.kura.deployment.agent.impl.DeploymentAgent - Error installing package dp1 java.lang.Exception: test at org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest$2.installDeploymentPackageAsync(DeploymentAgentTest.java:250) ~[test-classes/:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.installPackagesFromConfFile(DeploymentAgent.java:341) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:127) [org.eclipse.kura.core.testutil-5.1.2.jar:?] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) [org.eclipse.kura.core.testutil-5.1.2.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest.testInstallFromConfigExc(DeploymentAgentTest.java:261) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:55:17.886 [DeploymentAgent] ERROR org.eclipse.kura.deployment.agent.impl.DeploymentAgent - Exception installing package at URL myUrl java.net.MalformedURLException: no protocol: myUrl at java.net.URL.(URL.java:611) ~[?:1.8.0_292] at java.net.URL.(URL.java:508) ~[?:1.8.0_292] at java.net.URL.(URL.java:457) ~[?:1.8.0_292] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.installDeploymentPackageInternal(DeploymentAgent.java:362) ~[org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.execInstall(DeploymentAgent.java:258) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.lambda$1(DeploymentAgent.java:214) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent$$Lambda$25/0x000000000c033e20.run(Unknown Source) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:55:17.886 [DeploymentAgent] ERROR org.eclipse.kura.deployment.agent.impl.DeploymentAgent - Unexpected exception installing myUrl java.lang.InterruptedException: test at org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest.lambda$testInstaller$0(DeploymentAgentTest.java:128) ~[test-classes/:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest$$Lambda$23/0x000000000c035df0.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at codegen.org.osgi.service.event.EventAdmin$$EnhancerByMockitoWithCGLIB$$1fddc1f1.postEvent() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.postInstalledEvent(DeploymentAgent.java:319) ~[org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.execInstall(DeploymentAgent.java:269) ~[org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.lambda$1(DeploymentAgent.java:214) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgent$$Lambda$25/0x000000000c033e20.run(Unknown Source) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:55:17.890 [main] ERROR org.eclipse.kura.deployment.agent.impl.DeploymentAgent - Error writing package configuration file java.io.IOException: test at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.addPackageToConfFile(DeploymentAgent.java:447) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:127) [org.eclipse.kura.core.testutil-5.1.2.jar:?] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) [org.eclipse.kura.core.testutil-5.1.2.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest.testAddPackageToConfFileStoreException(DeploymentAgentTest.java:387) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:55:17.892 [main] ERROR org.eclipse.kura.deployment.agent.impl.DeploymentAgent - Error writing package configuration file java.io.IOException: test at org.eclipse.kura.deployment.agent.impl.DeploymentAgent.removePackageFromConfFile(DeploymentAgent.java:465) [org.eclipse.kura.deployment.agent-1.1.2-SNAPSHOT.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:127) [org.eclipse.kura.core.testutil-5.1.2.jar:?] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) [org.eclipse.kura.core.testutil-5.1.2.jar:?] at org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest.testRemovePackageToConfFileStoreException(DeploymentAgentTest.java:435) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 s - in org.eclipse.kura.deployment.agent.impl.DeploymentAgentTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/surefire.properties] 2022-06-28T13:55:21,260 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:55:21,668 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:55:21,682 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-388374 2022-06-28T13:55:21,768 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:55:21,768 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:55:21,768 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:55:21,768 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:55:21,768 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:55:21,769 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura 2022-06-28T13:55:21,769 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:55:21,769 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:55:21,769 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots 2022-06-28T13:55:21,769 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/tmp 2022-06-28T13:55:21,769 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:55:21,773 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:55:21,807 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:55:21,887 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:55:21,890 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:55:22,053 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:55:22,054 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:22,086 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:55:22,193 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:55:22,202 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:55:22,202 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:22,241 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:22,242 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:22,243 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:22,248 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:55:22,248 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:55:22,249 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:22,249 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:22,249 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:55:22,249 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:22,253 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:55:22,253 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:55:22,253 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:55:22,256 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:22,256 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:22,257 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:22,259 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:55:22,260 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:55:22,260 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:22,260 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:55:22,260 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:55:22,260 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:55:22,263 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:55:22,263 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:55:22,263 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:55:22,266 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:22,266 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:22,266 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:22,271 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:55:22,271 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:55:22,271 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:22,280 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:22,280 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:55:22,280 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:55:22,283 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:55:22,283 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:55:22,283 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:55:22,283 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:55:22,284 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:55:22,300 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:22,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:55:22,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:55:22,354 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:55:22,406 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:55:22,439 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:22,443 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:22,443 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:55:22,443 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:55:22,444 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:22,463 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:22,463 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:55:22,463 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:55:22,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:55:22,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:55:22,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:22,471 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:22,471 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:55:22,472 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:22,475 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:22,475 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:55:22,475 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:55:22,476 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:22,478 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:22,482 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:55:22,482 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:22,485 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:22,490 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:55:22,491 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:22,494 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:55:22,497 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:55:22,500 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:55:22,505 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:55:22,506 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:22,509 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:22,556 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:55:22,559 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:22,563 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:55:22,563 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:55:22,563 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:22,566 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:22,588 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:55:22,588 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:55:22,588 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:55:22,588 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:55:22,588 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:55:22,588 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:55:22,592 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:55:22,592 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:22,595 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:22,600 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:55:22,637 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:55:22,638 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:22,638 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:55:22,639 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:22,639 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:22,639 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:55:22,645 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:55:22,648 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:22,649 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:55:22,650 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:55:22,650 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:22,696 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots/snapshot_1656424522680.xml... 2022-06-28T13:55:22,700 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/kura/user/snapshots/snapshot_1656424522680.xml... Done. 2022-06-28T13:55:22,701 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:55:22,701 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:55:22,701 [Start Level: Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:55:22,701 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:55:22,701 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:55:22,751 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:22,768 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:55:22,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:22,772 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:22,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:22,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:22,843 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:55:22,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.deployment.agent ... 2022-06-28T13:55:22,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.deployment.agent 2022-06-28T13:55:22,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.deployment.agent 2022-06-28T13:55:22,857 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:55:22,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:55:22,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:55:22,885 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:55:22,888 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:55:22,889 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:22,890 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:22,890 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:22,890 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:22,892 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:22,892 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:22,892 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:22,893 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:22,893 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:22,941 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:55:22,941 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:55:22,941 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:55:22,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:55:22,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:55:22,943 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:55:22,943 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:55:22,959 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:55:22,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:55:22,963 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:55:22,963 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:55:22,968 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:22,968 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:22,968 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:22,969 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:22,969 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:22,969 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:22,970 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:22,972 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:22,976 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:55:22,977 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:22,977 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:55:22,977 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:22,978 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:22,978 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:22,978 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:22,979 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:22,979 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:55:22,979 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:55:23,204 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:55:23,204 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:55:23,204 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:55:23,205 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:23,205 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:55:23,205 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:55:23,206 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:55:23,207 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:23,207 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:23,207 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:23,207 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:23,207 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:55:23,208 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:55:23,208 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:23,208 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:23,212 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:55:23,212 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:55:23,214 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:55:23,217 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:23,218 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:55:23,218 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:24,218 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:55:24,222 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:55:24,223 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.d.a.i.DeploymentAgent - DeploymentAgent Thread terminated? - true 2022-06-28T13:55:24,225 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:55:24,230 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:55:24,231 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:24,245 [Framework stop - Equinox Container: fc0aa74c-0982-4284-ba85-cd53edd5ba66] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.deployment.agent.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/5.1.2/org.eclipse.kura.deployment.agent.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/5.1.2/org.eclipse.kura.deployment.agent.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/org.eclipse.kura.deployment.agent.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/5.1.2/org.eclipse.kura.deployment.agent.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/5.1.2/org.eclipse.kura.deployment.agent.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.deployment.agent.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.deployment.agent.test/5.1.2/org.eclipse.kura.deployment.agent.test-5.1.2-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] --------< org.eclipse.kura:org.eclipse.kura.driver.block.test >--------- [INFO] Building org.eclipse.kura.driver.block.test 5.1.2 [135/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.driver.block.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.driver.block.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.driver.block.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.driver.block.test.BlockTaskAggregatorTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.kura.driver.block.test.BlockTaskAggregatorTest [INFO] Running org.eclipse.kura.driver.block.test.BlockTaskTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 s - in org.eclipse.kura.driver.block.test.BlockTaskTest [INFO] Running org.eclipse.kura.driver.block.test.AbstractBlockDriverTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.kura.driver.block.test.AbstractBlockDriverTest [INFO] Running org.eclipse.kura.driver.block.test.BinaryDataTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.kura.driver.block.test.BinaryDataTest [INFO] Running org.eclipse.kura.driver.block.test.BlockAggregatorTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kura.driver.block.test.BlockAggregatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/org.eclipse.kura.driver.block.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/surefire.properties] 2022-06-28T13:55:31,700 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:55:32,089 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:55:32,102 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-765852 2022-06-28T13:55:32,189 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:55:32,189 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:55:32,190 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:55:32,190 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:55:32,190 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:55:32,190 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura 2022-06-28T13:55:32,190 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:55:32,190 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:55:32,190 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots 2022-06-28T13:55:32,191 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/tmp 2022-06-28T13:55:32,191 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:55:32,194 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:55:32,257 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:55:32,343 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:55:32,346 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:55:32,479 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:55:32,479 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:32,511 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:55:32,637 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:55:32,648 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:55:32,649 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:32,681 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:32,682 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:32,682 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:32,687 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:55:32,687 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:55:32,689 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:32,689 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:32,689 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:55:32,689 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:32,692 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:55:32,692 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:55:32,693 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:55:32,697 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:32,697 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:32,697 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:32,702 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:55:32,702 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:55:32,702 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:32,702 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:55:32,703 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:55:32,703 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:55:32,706 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:55:32,706 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:55:32,706 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:55:32,709 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:32,709 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:32,709 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:32,712 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:55:32,712 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:55:32,712 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:32,720 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:32,721 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:55:32,721 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:55:32,724 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:55:32,724 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:55:32,724 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:55:32,746 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:55:32,746 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:55:32,764 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:32,788 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:55:32,789 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:55:32,790 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:55:32,865 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:55:32,868 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:32,872 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:32,872 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:55:32,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:55:32,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:32,876 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:32,876 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:55:32,876 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:55:32,876 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:32,880 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:32,880 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:55:32,880 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:55:32,880 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:32,885 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:32,885 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:55:32,889 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:55:32,889 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:55:32,889 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:32,892 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:32,892 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:55:32,892 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:32,895 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:32,937 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:55:32,939 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:32,942 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:55:32,952 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:55:32,955 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:55:32,959 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:55:32,959 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:32,962 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:32,966 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:55:32,969 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:32,973 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:55:32,973 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:32,976 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:32,990 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:55:32,990 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:55:32,990 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:55:32,990 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:55:32,991 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:55:32,991 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:55:32,993 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:55:32,994 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:55:32,994 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:32,997 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:33,039 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:55:33,041 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:55:33,042 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:33,042 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:55:33,042 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:33,042 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:33,042 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:55:33,045 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:55:33,048 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:33,049 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:55:33,049 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:55:33,050 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:33,078 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots/snapshot_1656424533069.xml... 2022-06-28T13:55:33,082 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/kura/user/snapshots/snapshot_1656424533069.xml... Done. 2022-06-28T13:55:33,082 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:55:33,082 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:55:33,082 [Start Level: Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:55:33,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:55:33,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:55:33,198 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:33,254 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:55:33,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:33,258 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:33,258 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:33,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:55:33,275 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:33,275 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:33,276 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:33,276 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:33,276 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:33,279 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:33,283 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:55:33,284 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:33,284 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:55:33,284 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:33,347 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:55:33,347 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:55:33,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:33,348 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:55:33,349 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:33,349 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:33,349 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:33,349 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:33,350 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:55:33,350 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:55:33,351 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:33,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:33,352 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:33,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:33,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:33,354 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:55:33,356 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:55:33,356 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:33,356 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:55:33,357 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:55:33,357 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:33,582 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:55:33,583 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:55:34,358 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:55:34,362 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:55:34,363 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:55:34,363 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:55:34,364 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:55:34,367 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:55:34,367 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:34,384 [Framework stop - Equinox Container: a2e79719-676c-47cf-ba1f-016a66cc6130] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.driver.block.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.driver.block' with 41 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/org.eclipse.kura.driver.block.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/5.1.2/org.eclipse.kura.driver.block.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/5.1.2/org.eclipse.kura.driver.block.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/5.1.2/org.eclipse.kura.driver.block.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.block.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.block.test/5.1.2/org.eclipse.kura.driver.block.test-5.1.2-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] --------< org.eclipse.kura:org.eclipse.kura.driver.helper.test >-------- [INFO] Building org.eclipse.kura.driver.helper.test 5.1.2 [136/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.driver.helper.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.driver.helper.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/src/test/java/org/eclipse/kura/driver/block/test/DriverServiceImplTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/src/test/java/org/eclipse/kura/driver/block/test/DriverServiceImplTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/src/test/java/org/eclipse/kura/driver/block/test/DriverServiceImplTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/src/test/java/org/eclipse/kura/driver/block/test/DriveDescriptorServiceImplTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/src/test/java/org/eclipse/kura/driver/block/test/DriveDescriptorServiceImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.driver.helper.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.driver.block.test.DriveDescriptorServiceImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.945 s - in org.eclipse.kura.driver.block.test.DriveDescriptorServiceImplTest [INFO] Running org.eclipse.kura.driver.block.test.DriverServiceImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.driver.block.test.DriverServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/org.eclipse.kura.driver.helper.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/surefire.properties] 2022-06-28T13:55:42,331 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:55:42,746 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:55:42,758 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-815873 2022-06-28T13:55:42,843 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:55:42,843 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:55:42,843 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:55:42,843 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:55:42,843 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:55:42,844 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura 2022-06-28T13:55:42,844 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:55:42,844 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:55:42,844 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots 2022-06-28T13:55:42,844 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/tmp 2022-06-28T13:55:42,844 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:55:42,847 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:55:42,876 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:55:42,950 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:55:42,953 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:55:43,087 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:55:43,087 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:43,116 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:55:43,234 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:55:43,246 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:55:43,246 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:43,278 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:43,279 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:43,279 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:43,288 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:55:43,288 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:55:43,289 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:43,289 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:43,290 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:55:43,290 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:43,293 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:55:43,293 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:55:43,293 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:55:43,296 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:43,296 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:43,296 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:43,299 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:55:43,299 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:55:43,299 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:43,299 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:55:43,299 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:55:43,299 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:55:43,302 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:55:43,302 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:55:43,302 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:55:43,305 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:43,305 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:43,305 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:43,309 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:55:43,309 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:55:43,309 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:43,319 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:43,319 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:55:43,319 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:55:43,338 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:55:43,339 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:55:43,339 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:55:43,343 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:55:43,343 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:55:43,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:43,386 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:55:43,386 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:55:43,388 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:55:43,480 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:55:43,482 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:43,486 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:43,486 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:55:43,486 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:55:43,486 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:43,490 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:43,490 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:55:43,490 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:55:43,491 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:43,494 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:43,494 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:55:43,494 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:55:43,494 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:43,500 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:43,500 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:55:43,504 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:55:43,504 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:55:43,504 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:43,508 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:43,508 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:55:43,508 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:43,539 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:43,545 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:55:43,546 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:43,549 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:55:43,552 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:55:43,555 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:55:43,561 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:55:43,561 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:43,566 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:43,570 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:55:43,573 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:43,577 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:55:43,578 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:43,579 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:55:43,580 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:43,597 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:55:43,597 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:55:43,597 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:55:43,597 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:55:43,597 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:55:43,597 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:55:43,639 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:55:43,639 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:43,642 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:43,646 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:55:43,648 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:55:43,648 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:43,648 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:55:43,649 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:43,649 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:43,649 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:55:43,653 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:55:43,656 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:43,657 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:55:43,657 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:55:43,658 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:43,690 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots/snapshot_1656424543674.xml... 2022-06-28T13:55:43,693 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/kura/user/snapshots/snapshot_1656424543674.xml... Done. 2022-06-28T13:55:43,693 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:55:43,694 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:55:43,694 [Start Level: Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:55:43,738 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:55:43,738 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:55:43,753 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:43,773 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:55:43,776 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:43,776 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:43,776 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:43,776 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:43,851 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:55:43,864 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:55:43,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:55:43,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:55:43,889 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:55:43,891 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:55:43,893 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:43,893 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:43,893 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:43,893 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:43,894 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:43,895 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:43,895 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:43,895 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:43,895 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:43,897 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:55:43,897 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:55:43,938 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:43,939 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:43,939 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:43,940 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:43,940 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:43,943 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:43,946 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:55:43,946 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:55:43,946 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:55:43,947 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:55:43,948 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:43,948 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:55:43,948 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:43,948 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:55:43,948 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:55:43,949 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:43,949 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:43,949 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:43,950 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:43,950 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:55:43,950 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:55:43,951 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:43,952 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:55:43,952 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:55:43,952 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:55:43,953 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:43,954 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:43,954 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:43,954 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:43,954 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:55:43,954 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:55:43,954 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:43,957 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:55:43,958 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:55:43,960 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:55:43,964 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:55:43,966 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:43,967 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:55:43,967 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:44,967 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:55:44,972 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:55:44,974 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:55:44,980 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:55:44,981 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:44,995 [Framework stop - Equinox Container: 16d52d75-9ad3-4a41-b07a-a44d26a61996] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.driver.helper.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.driver.helper.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/org.eclipse.kura.driver.helper.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/5.1.2/org.eclipse.kura.driver.helper.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/5.1.2/org.eclipse.kura.driver.helper.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/5.1.2/org.eclipse.kura.driver.helper.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.driver.helper.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.driver.helper.test/5.1.2/org.eclipse.kura.driver.helper.test-5.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.emulator.position.test >------ [INFO] Building org.eclipse.kura.emulator.position.test 5.1.2 [137/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.emulator.position.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.emulator.position.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.emulator.position.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.emulator.position.PositionServiceImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.779 s - in org.eclipse.kura.emulator.position.PositionServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-5.1.2.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] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.emulator.position.test --- [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/5.1.2/org.eclipse.kura.emulator.position.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/5.1.2/org.eclipse.kura.emulator.position.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/org.eclipse.kura.emulator.position.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/5.1.2/org.eclipse.kura.emulator.position.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/5.1.2/org.eclipse.kura.emulator.position.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.position.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.position.test/5.1.2/org.eclipse.kura.emulator.position.test-5.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.emulator.watchdog.test >------ [INFO] Building org.eclipse.kura.emulator.watchdog.test 5.1.2 [138/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.emulator.watchdog.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.emulator.watchdog.WatchdogServiceImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.181 s - in org.eclipse.kura.emulator.watchdog.WatchdogServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/surefire.properties] 2022-06-28T13:55:55,317 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:55:55,693 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:55:55,706 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-111624 2022-06-28T13:55:55,874 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:55:55,875 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:55:55,875 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:55:55,875 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:55:55,875 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:55:55,876 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura 2022-06-28T13:55:55,877 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:55:55,877 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:55:55,877 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots 2022-06-28T13:55:55,877 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/tmp 2022-06-28T13:55:55,878 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:55:55,883 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:55:55,938 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:55:56,006 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:55:56,009 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:55:56,165 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:55:56,165 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:56,199 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:55:56,305 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:55:56,312 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:55:56,312 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:56,345 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:56,346 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:56,346 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:56,351 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:55:56,351 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:55:56,352 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:56,352 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:56,352 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:55:56,353 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:56,358 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:55:56,359 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:55:56,359 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:55:56,361 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:56,362 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:56,362 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:56,365 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:55:56,365 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:55:56,365 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:56,365 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:55:56,365 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:55:56,365 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:55:56,368 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:55:56,368 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:55:56,368 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:55:56,371 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:56,372 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:56,372 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:56,375 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:55:56,375 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:55:56,375 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:56,383 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:55:56,383 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:55:56,384 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:56,384 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:55:56,384 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:55:56,387 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:55:56,387 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:55:56,387 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:55:56,395 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:56,450 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:55:56,450 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:55:56,452 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:55:56,498 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:55:56,500 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:56,504 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:56,504 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:55:56,504 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:55:56,507 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:55:56,507 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:55:56,507 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:56,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:55:56,547 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:55:56,547 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:56,552 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:56,552 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:55:56,552 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:55:56,553 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:56,556 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:55:56,556 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:55:56,556 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:55:56,556 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:56,559 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:56,563 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:55:56,563 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:56,566 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:55:56,574 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:55:56,575 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:55:56,577 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:55:56,578 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:55:56,581 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:55:56,588 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:55:56,593 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:55:56,594 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:56,640 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:55:56,643 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:55:56,646 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:56,649 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:55:56,649 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:56,652 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:56,669 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:55:56,669 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:55:56,669 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:55:56,669 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:55:56,669 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:55:56,669 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:55:56,672 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:55:56,672 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:56,675 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:55:56,686 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:55:56,688 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:55:56,689 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:56,689 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:55:56,689 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:56,690 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:56,690 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:55:56,693 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:55:56,698 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:56,736 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:55:56,738 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:55:56,738 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:55:56,768 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots/snapshot_1656424556758.xml... 2022-06-28T13:55:56,772 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/kura/user/snapshots/snapshot_1656424556758.xml... Done. 2022-06-28T13:55:56,772 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:55:56,772 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:55:56,772 [Start Level: Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:55:56,772 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:55:56,772 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:55:56,795 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:56,853 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:55:56,857 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:56,858 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:56,858 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:56,858 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:55:56,940 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:55:56,948 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:56,948 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:56,948 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:55:56,949 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:55:56,949 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:55:56,951 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:55:56,952 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:56,956 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:55:56,957 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:55:56,957 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:55:56,957 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:55:56,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:55:56,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:55:56,963 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:55:56,963 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:55:56,963 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:55:56,963 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:55:56,967 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:55:56,967 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:55:56,967 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:55:56,967 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:55:56,968 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:55:56,968 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:55:56,971 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:55:56,974 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:55:56,974 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:55:56,974 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:55:56,975 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:55:56,976 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:55:56,976 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:55:56,976 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:56,976 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:55:56,976 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:55:56,977 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:56,979 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:55:56,979 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:55:57,979 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:55:57,983 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:55:57,985 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:55:57,986 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:55:58,022 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:55:58,492 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:55:58,493 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:55:58,520 [Framework stop - Equinox Container: 3f99ee59-e80e-4046-a9cc-09f0602358a0] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.emulator.watchdog.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/5.1.2/org.eclipse.kura.emulator.watchdog.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/5.1.2/org.eclipse.kura.emulator.watchdog.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/org.eclipse.kura.emulator.watchdog.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/5.1.2/org.eclipse.kura.emulator.watchdog.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/5.1.2/org.eclipse.kura.emulator.watchdog.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.emulator.watchdog.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.emulator.watchdog.test/5.1.2/org.eclipse.kura.emulator.watchdog.test-5.1.2-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] ---< org.eclipse.kura:org.eclipse.kura.internal.asset.cloudlet.test >--- [INFO] Building org.eclipse.kura.internal.asset.cloudlet.test 5.1.2 [139/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.internal.asset.cloudlet.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.asset.cloudlet.AssetCloudletTest 13:56:01.834 [main] ERROR org.eclipse.kura.internal.asset.cloudlet.AssetCloudlet - Bad request topic: [assets, read] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 s - in org.eclipse.kura.internal.asset.cloudlet.AssetCloudletTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/surefire.properties] 2022-06-28T13:56:05,382 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:56:05,762 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:56:05,776 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-305234 2022-06-28T13:56:05,847 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:56:05,847 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:56:05,847 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:56:05,847 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:56:05,847 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:56:05,848 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura 2022-06-28T13:56:05,848 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:56:05,848 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:56:05,848 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots 2022-06-28T13:56:05,848 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/tmp 2022-06-28T13:56:05,848 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:56:05,851 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:56:05,883 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:56:05,966 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:56:05,969 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:56:06,108 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:56:06,109 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:56:06,145 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:56:06,254 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:56:06,266 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:56:06,266 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:56:06,313 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:06,314 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:06,314 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:06,320 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:56:06,320 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:56:06,321 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:06,321 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:56:06,321 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:56:06,321 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:56:06,325 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:56:06,325 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:56:06,325 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:56:06,328 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:06,328 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:06,328 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:06,331 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:56:06,331 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:56:06,332 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:06,332 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:56:06,332 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:56:06,332 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:56:06,335 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:56:06,335 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:56:06,335 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:56:06,338 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:06,338 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:06,338 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:06,341 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:56:06,341 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:56:06,341 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:06,349 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:56:06,349 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:56:06,350 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:56:06,353 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:56:06,353 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:56:06,353 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:56:06,353 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:56:06,353 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:56:06,372 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:56:06,392 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:56:06,392 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:56:06,394 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:56:06,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:56:06,469 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:06,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:06,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:56:06,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:56:06,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:56:06,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:56:06,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:56:06,482 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:56:06,482 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:56:06,483 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:06,488 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:06,488 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:56:06,488 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:56:06,488 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:56:06,491 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:56:06,492 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:56:06,492 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:56:06,492 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:06,498 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:06,542 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:56:06,543 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:56:06,546 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:56:06,555 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:56:06,555 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:56:06,559 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:56:06,562 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:56:06,565 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:56:06,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:56:06,573 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:56:06,573 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:56:06,576 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:56:06,580 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:56:06,583 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:56:06,588 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:56:06,589 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:56:06,592 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:56:06,654 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:56:06,654 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:56:06,655 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:56:06,655 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:56:06,655 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:56:06,655 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:56:06,667 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:56:06,667 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:56:06,670 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:56:06,680 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:56:06,682 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:56:06,683 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:06,683 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:56:06,683 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:56:06,683 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:56:06,684 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:56:06,687 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:56:06,690 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:06,690 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:56:06,691 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:56:06,691 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:56:06,761 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots/snapshot_1656424566746.xml... 2022-06-28T13:56:06,764 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/kura/user/snapshots/snapshot_1656424566746.xml... Done. 2022-06-28T13:56:06,764 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:56:06,764 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:56:06,765 [Start Level: Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:56:06,765 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:56:06,765 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:56:06,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:56:06,798 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:56:06,804 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:06,837 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:06,837 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:06,837 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:06,877 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:56:06,889 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:56:06,900 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:56:06,900 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:56:06,946 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:56:06,946 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:56:06,947 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:06,947 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:56:06,948 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:56:06,951 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:56:06,951 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:06,953 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:56:06,955 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:06,955 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:06,955 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:06,955 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:06,956 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:56:06,957 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:56:06,957 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:56:06,957 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:06,959 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:06,959 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:06,959 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:06,959 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:06,960 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:56:06,960 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:56:06,962 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:56:06,962 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:56:06,963 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:56:06,963 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:56:06,964 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:06,964 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:56:06,964 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:06,964 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:56:06,964 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:56:06,965 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:56:06,965 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:56:06,965 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:56:06,965 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:56:06,966 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:56:06,967 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:06,967 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:06,967 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:06,967 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:06,968 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:56:06,969 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:56:06,969 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:56:06,970 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:56:06,972 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:56:06,973 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:56:06,973 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:06,974 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:56:06,996 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:56:07,973 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:56:07,978 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:56:07,981 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:56:07,985 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:56:07,986 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:56:07,997 [Framework stop - Equinox Container: aee23b82-7f7b-4ce6-aa1b-ca49fe3c4edb] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.internal.asset.cloudlet.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.cloudlet.provider' with 8 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/5.1.2/org.eclipse.kura.internal.asset.cloudlet.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/5.1.2/org.eclipse.kura.internal.asset.cloudlet.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/org.eclipse.kura.internal.asset.cloudlet.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/5.1.2/org.eclipse.kura.internal.asset.cloudlet.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/5.1.2/org.eclipse.kura.internal.asset.cloudlet.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.asset.cloudlet.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.asset.cloudlet.test/5.1.2/org.eclipse.kura.internal.asset.cloudlet.test-5.1.2-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] --------< org.eclipse.kura:org.eclipse.kura.internal.ble.test >--------- [INFO] Building org.eclipse.kura.internal.ble.test 5.1.2 [140/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.internal.ble.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.internal.ble.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/src/test/java/org/eclipse/kura/internal/ble/beacon/BluetoothLeBeaconScannerImplTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/src/test/java/org/eclipse/kura/internal/ble/beacon/BluetoothLeBeaconScannerImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.internal.ble.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconScannerImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.19 s - in org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconScannerImplTest [INFO] Running org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconAdvertiserImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconAdvertiserImplTest [INFO] Running org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconManagerImplTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.238 s - in org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconManagerImplTest [INFO] Running org.eclipse.kura.internal.ble.BluetoothLeGattServiceImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.kura.internal.ble.BluetoothLeGattServiceImplTest [INFO] Running org.eclipse.kura.internal.ble.BluetoothLeAdapterImplTest Exception in thread "Thread-6" java.lang.NullPointerException at org.eclipse.kura.internal.ble.util.BluetoothLeUtil.stopHcitool(BluetoothLeUtil.java:250) at org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconManagerImpl.stopBeaconScan(BluetoothLeBeaconManagerImpl.java:355) at org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconScannerImpl.stopBeaconScan(BluetoothLeBeaconScannerImpl.java:64) at org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconScannerImpl.startBeaconScan(BluetoothLeBeaconScannerImpl.java:56) at org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconManagerImplTest.lambda$testprocessBTSnoopRecord$0(BluetoothLeBeaconManagerImplTest.java:686) at org.eclipse.kura.internal.ble.beacon.BluetoothLeBeaconManagerImplTest$$Lambda$28/0x0000000064bc2380.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.572 s - in org.eclipse.kura.internal.ble.BluetoothLeAdapterImplTest [INFO] Running org.eclipse.kura.internal.ble.util.BluetoothLeUtilTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.internal.ble.util.BluetoothLeUtilTest [INFO] Running org.eclipse.kura.internal.ble.util.BTSnoopParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kura.internal.ble.util.BTSnoopParserTest [INFO] Running org.eclipse.kura.internal.ble.util.BluetoothProcessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kura.internal.ble.util.BluetoothProcessTest [INFO] Running org.eclipse.kura.internal.ble.BluetoothLeGattCharacteristicImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.kura.internal.ble.BluetoothLeGattCharacteristicImplTest [INFO] Running org.eclipse.kura.internal.ble.BluetoothLeServiceImplTest 13:56:17.441 [main] ERROR org.eclipse.kura.internal.ble.BluetoothLeServiceImpl - Failed to start linux bluetooth service 13:56:17.451 [main] ERROR org.eclipse.kura.internal.ble.BluetoothLeServiceImpl - Failed to start linux bluetooth service 13:56:17.451 [main] ERROR org.eclipse.kura.internal.ble.BluetoothLeServiceImpl - Failed to start linux bluetooth service [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kura.internal.ble.BluetoothLeServiceImplTest [INFO] Running org.eclipse.kura.internal.ble.BluetoothLeGattDescriptorImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.internal.ble.BluetoothLeGattDescriptorImplTest [INFO] Running org.eclipse.kura.internal.ble.BluetoothLeDeviceImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.internal.ble.BluetoothLeDeviceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-5.1.2.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] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.internal.ble.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.ble.provider' with 14 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/5.1.2/org.eclipse.kura.internal.ble.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/5.1.2/org.eclipse.kura.internal.ble.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/org.eclipse.kura.internal.ble.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/5.1.2/org.eclipse.kura.internal.ble.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/5.1.2/org.eclipse.kura.internal.ble.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.test/5.1.2/org.eclipse.kura.internal.ble.test-5.1.2-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] ---< org.eclipse.kura:org.eclipse.kura.internal.ble.eddystone.test >---- [INFO] Building org.eclipse.kura.internal.ble.eddystone.test 5.1.2 [141/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.internal.ble.eddystone.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/src/test/java/org/eclipse/kura/internal/ble/eddystone/BluetoothLeEddystoneServiceImplTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/src/test/java/org/eclipse/kura/internal/ble/eddystone/BluetoothLeEddystoneServiceImplTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/src/test/java/org/eclipse/kura/internal/ble/eddystone/BluetoothLeEddystoneServiceImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.ble.eddystone.BluetoothLeEddystoneEncoderDecoderImplTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.195 s - in org.eclipse.kura.internal.ble.eddystone.BluetoothLeEddystoneEncoderDecoderImplTest [INFO] Running org.eclipse.kura.internal.ble.eddystone.BluetoothLeEddystoneServiceImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in org.eclipse.kura.internal.ble.eddystone.BluetoothLeEddystoneServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/surefire.properties] 2022-06-28T13:56:24,452 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:56:24,812 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:56:24,848 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-603825 2022-06-28T13:56:24,910 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:56:24,910 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:56:24,910 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:56:24,911 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:56:24,911 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:56:24,911 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura 2022-06-28T13:56:24,911 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:56:24,911 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:56:24,911 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots 2022-06-28T13:56:24,912 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/tmp 2022-06-28T13:56:24,912 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:56:24,914 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:56:24,959 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:56:25,014 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:56:25,016 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:56:25,200 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:56:25,201 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:56:25,250 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:56:25,369 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:56:25,378 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:56:25,378 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:56:25,414 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:25,415 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:25,415 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:25,420 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:56:25,420 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:56:25,421 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:25,422 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:56:25,422 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:56:25,422 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:56:25,425 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:56:25,425 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:56:25,425 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:56:25,428 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:25,428 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:25,429 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:25,432 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:56:25,432 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:56:25,432 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:25,432 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:56:25,432 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:56:25,432 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:56:25,436 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:56:25,436 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:56:25,436 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:56:25,439 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:25,439 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:25,439 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:25,442 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:56:25,443 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:56:25,443 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:25,452 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:56:25,452 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:56:25,452 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:56:25,455 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:56:25,455 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:56:25,455 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:56:25,459 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:56:25,460 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:56:25,474 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:56:25,492 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:56:25,493 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:56:25,495 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:56:25,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:56:25,561 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:25,565 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:25,565 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:56:25,565 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:56:25,568 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:56:25,568 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:56:25,568 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:56:25,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:56:25,572 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:56:25,572 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:25,593 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:25,593 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:56:25,593 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:56:25,593 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:56:25,596 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:56:25,596 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:56:25,597 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:56:25,597 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:25,600 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:25,604 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:56:25,605 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:56:25,636 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:56:25,642 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:56:25,642 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:56:25,643 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:56:25,646 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:56:25,649 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:56:25,652 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:56:25,671 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:56:25,671 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:56:25,674 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:56:25,677 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:56:25,680 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:56:25,685 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:56:25,685 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:56:25,688 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:56:25,737 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:56:25,737 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:56:25,737 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:56:25,737 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:56:25,737 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:56:25,738 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:56:25,741 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:56:25,741 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:56:25,744 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:56:25,748 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:56:25,753 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:56:25,754 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:25,754 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:56:25,754 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:56:25,754 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:56:25,754 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:56:25,757 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:56:25,760 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:25,760 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:56:25,761 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:56:25,762 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:56:25,797 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots/snapshot_1656424585781.xml... 2022-06-28T13:56:25,800 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/kura/user/snapshots/snapshot_1656424585781.xml... Done. 2022-06-28T13:56:25,800 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:56:25,800 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:56:25,801 [Start Level: Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:56:25,801 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:56:25,801 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:56:25,851 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:56:25,871 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:56:25,875 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:25,875 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:25,875 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:25,875 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:25,952 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:56:25,964 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: 2022-06-28T13:56:25,977 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:56:25,977 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:56:25,988 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:56:25,989 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:56:25,989 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:56:25,989 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:25,990 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:56:25,990 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:56:25,990 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:56:25,991 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:25,991 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:25,991 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:25,992 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:25,992 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:25,996 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:56:25,997 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:56:25,998 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:56:25,998 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:25,998 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:56:25,999 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:56:25,999 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:56:25,999 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:25,999 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:25,999 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:56:25,999 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:25,999 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:56:25,999 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:26,000 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:56:26,000 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:56:26,000 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:56:26,000 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:26,000 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:26,000 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:26,001 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:56:26,001 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:56:26,002 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:56:26,002 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:56:26,036 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:26,037 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:26,037 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:56:26,037 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:26,037 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:56:26,037 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:56:26,037 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:56:26,037 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:56:26,038 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:56:26,039 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:56:26,041 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:56:26,041 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:56:26,059 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:56:26,063 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:56:26,065 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:56:26,066 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:56:26,066 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:56:26,066 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:26,085 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:56:27,066 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:56:27,070 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:56:27,072 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:56:27,078 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:56:27,080 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:56:27,105 [Framework stop - Equinox Container: cc6cccc6-1f11-409e-8181-3fcd1238d0e0] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.internal.ble.eddystone.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.ble.eddystone.provider' with 7 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/5.1.2/org.eclipse.kura.internal.ble.eddystone.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/5.1.2/org.eclipse.kura.internal.ble.eddystone.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/org.eclipse.kura.internal.ble.eddystone.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/5.1.2/org.eclipse.kura.internal.ble.eddystone.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/5.1.2/org.eclipse.kura.internal.ble.eddystone.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.eddystone.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.eddystone.test/5.1.2/org.eclipse.kura.internal.ble.eddystone.test-5.1.2-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] ----< org.eclipse.kura:org.eclipse.kura.internal.ble.ibeacon.test >----- [INFO] Building org.eclipse.kura.internal.ble.ibeacon.test 5.1.2 [142/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.internal.ble.ibeacon.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/src/test/java/org/eclipse/kura/internal/ble/ibeacon/BluetoothLeIBeaconServiceImplTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/src/test/java/org/eclipse/kura/internal/ble/ibeacon/BluetoothLeIBeaconServiceImplTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/src/test/java/org/eclipse/kura/internal/ble/ibeacon/BluetoothLeIBeaconServiceImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.ble.ibeacon.BluetoothLeIBeaconEncoderDecoderImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.932 s - in org.eclipse.kura.internal.ble.ibeacon.BluetoothLeIBeaconEncoderDecoderImplTest [INFO] Running org.eclipse.kura.internal.ble.ibeacon.BluetoothLeIBeaconServiceImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.eclipse.kura.internal.ble.ibeacon.BluetoothLeIBeaconServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/surefire.properties] 2022-06-28T13:56:34,082 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:56:34,537 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:56:34,549 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-239994 2022-06-28T13:56:34,621 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:56:34,621 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:56:34,621 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:56:34,621 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:56:34,621 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:56:34,621 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura 2022-06-28T13:56:34,622 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:56:34,622 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:56:34,622 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots 2022-06-28T13:56:34,622 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/tmp 2022-06-28T13:56:34,622 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:56:34,625 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:56:34,663 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:56:34,757 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:56:34,760 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:56:34,901 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:56:34,901 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:56:34,948 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:56:35,068 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:56:35,076 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:56:35,077 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:56:35,115 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:35,117 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:35,117 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:35,122 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:56:35,122 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:56:35,123 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:35,124 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:56:35,124 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:56:35,124 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:56:35,127 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:56:35,127 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:56:35,127 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:56:35,130 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:35,130 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:35,130 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:35,138 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:56:35,138 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:56:35,138 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:35,138 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:56:35,139 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:56:35,139 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:56:35,142 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:56:35,142 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:56:35,142 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:56:35,145 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:35,145 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:35,145 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:35,148 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:56:35,148 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:56:35,148 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:35,157 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:56:35,157 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:56:35,157 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:56:35,160 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:56:35,161 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:56:35,161 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:56:35,161 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:56:35,161 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:56:35,176 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:56:35,195 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:56:35,196 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:56:35,198 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:56:35,268 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:56:35,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:35,273 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:35,273 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:56:35,274 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:56:35,277 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:56:35,277 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:56:35,277 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:56:35,280 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:56:35,349 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:56:35,349 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:35,353 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:56:35,356 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:35,357 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:56:35,357 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:56:35,357 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:56:35,361 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:56:35,361 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:56:35,361 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:56:35,361 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:35,365 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:35,380 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:56:35,381 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:56:35,389 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:56:35,397 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:56:35,397 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:56:35,400 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:56:35,438 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:56:35,442 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:56:35,450 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:56:35,450 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:56:35,453 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:56:35,457 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:56:35,460 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:56:35,469 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:56:35,469 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:56:35,473 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:56:35,540 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:56:35,541 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:56:35,541 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:56:35,541 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:56:35,541 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:56:35,541 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:56:35,545 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:56:35,545 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:56:35,549 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:56:35,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:56:35,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:56:35,553 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:56:35,555 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:56:35,557 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:35,557 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:56:35,557 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:56:35,558 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:56:35,558 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:56:35,561 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:56:35,565 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:35,565 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:56:35,566 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:56:35,567 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:56:35,568 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:56:35,591 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots/snapshot_1656424595581.xml... 2022-06-28T13:56:35,594 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/kura/user/snapshots/snapshot_1656424595581.xml... Done. 2022-06-28T13:56:35,594 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:56:35,594 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:56:35,594 [Start Level: Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:56:35,647 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:56:35,651 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:35,652 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:35,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:35,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:35,687 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:56:35,701 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:56:35,748 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:56:35,748 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:56:35,761 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:56:35,766 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:56:35,768 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:35,768 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:35,768 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:35,768 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:56:35,775 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:56:35,775 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:56:35,776 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:56:35,776 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:56:35,776 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:56:35,777 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:56:35,778 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:35,778 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:35,778 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:35,778 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:35,780 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:56:35,780 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:56:35,786 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:56:35,787 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:56:35,787 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:56:35,788 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:56:35,788 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:56:35,788 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:56:35,791 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:35,793 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:56:35,838 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:56:35,839 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:56:35,839 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:56:35,840 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:56:35,840 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:56:35,840 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:56:35,841 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:56:35,841 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:35,841 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:56:35,841 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:56:35,842 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:56:35,842 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:56:35,847 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:56:35,847 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:56:35,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:56:35,848 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:56:35,848 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:56:35,849 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:56:35,849 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:56:35,849 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:56:35,850 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:56:35,850 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:56:35,850 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:56:35,850 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:56:35,850 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:56:35,851 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:56:35,851 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:56:35,854 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:56:35,858 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:56:35,862 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:56:35,864 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:56:35,866 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:56:35,867 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:56:35,867 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:56:35,872 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:56:36,867 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:56:36,871 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:56:36,873 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:56:36,875 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:56:36,876 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:56:36,892 [Framework stop - Equinox Container: 586d0398-643e-4ede-bde8-219b2fedde36] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.internal.ble.ibeacon.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.ble.ibeacon.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/5.1.2/org.eclipse.kura.internal.ble.ibeacon.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/5.1.2/org.eclipse.kura.internal.ble.ibeacon.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/org.eclipse.kura.internal.ble.ibeacon.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/5.1.2/org.eclipse.kura.internal.ble.ibeacon.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/5.1.2/org.eclipse.kura.internal.ble.ibeacon.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.ble.ibeacon.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.ble.ibeacon.test/5.1.2/org.eclipse.kura.internal.ble.ibeacon.test-5.1.2-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] --< org.eclipse.kura:org.eclipse.kura.internal.driver.ble.sensortag.test >-- [INFO] Building org.eclipse.kura.internal.driver.ble.sensortag.test 5.1.2 [143/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/src/test/java/org/eclipse/kura/internal/driver/ble/sensortag/SensorTagDriverTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/src/test/java/org/eclipse/kura/internal/driver/ble/sensortag/SensorTagDriverTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriverTest 13:57:02.250 [main] ERROR org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver - SensorTag 12:34:56:78:90:AC not found org.eclipse.kura.driver.Driver$ConnectionException: Connection failed at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.connect(TiSensorTag.java:99) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.connect(SensorTagDriver.java:166) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.getSensorTag(SensorTagDriver.java:347) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.runWriteRequest(SensorTagDriver.java:406) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver$$Lambda$18/0x000000009cfbc300.accept(Unknown Source) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at java.util.Optional.ifPresent(Optional.java:159) [?:1.8.0_292] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.write(SensorTagDriver.java:451) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriverTest.testWriteDoubleFailure(SensorTagDriverTest.java:451) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:57:02.281 [main] ERROR org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver - Error retrieving Sensor name java.lang.IllegalArgumentException: No enum constant org.eclipse.kura.internal.driver.ble.sensortag.SensorName.barometer at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_292] at org.eclipse.kura.internal.driver.ble.sensortag.SensorName.valueOf(SensorName.java:1) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagChannelDescriptor.getSensorName(SensorTagChannelDescriptor.java:92) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver$SensorTagRequestInfo.extract(SensorTagDriver.java:489) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.read(SensorTagDriver.java:356) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriverTest.testReadFailSensorName(SensorTagDriverTest.java:270) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:57:12.291 [main] ERROR org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag - Failed to get GATT service org.eclipse.kura.KuraBluetoothResourceNotFoundException: BLE resource not found. at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.getGattResources(TiSensorTag.java:1481) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.init(TiSensorTag.java:108) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.getSensorTag(SensorTagDriver.java:349) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.runReadRequest(SensorTagDriver.java:265) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver$$Lambda$17/0x000000009cf6bf70.accept(Unknown Source) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at java.util.Optional.ifPresent(Optional.java:159) [?:1.8.0_292] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriver.read(SensorTagDriver.java:356) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriverTest.testReadFailReadException(SensorTagDriverTest.java:348) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.262 s - in org.eclipse.kura.internal.driver.ble.sensortag.SensorTagDriverTest [INFO] Running org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTagTest 13:57:12.335 [main] ERROR org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag - Thermometer enable failed org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.enableThermometer(TiSensorTag.java:201) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTagTest.testEnableThermometerFail(TiSensorTagTest.java:224) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:57:12.368 [main] ERROR org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag - Temperature period set failed org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.setThermometerPeriod(TiSensorTag.java:265) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTagTest.testSetThermometerPeriodFail(TiSensorTagTest.java:300) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:57:12.374 [main] ERROR org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag - Thermometer disable failed org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.disableThermometer(TiSensorTag.java:215) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTagTest.testDisableThermometerFail(TiSensorTagTest.java:246) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:57:13.451 [main] ERROR org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag - Movement sensor failed to be enabled org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.writeOnCharacteristic(TiSensorTag.java:1544) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.disableAccelerometer(TiSensorTag.java:359) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTagTest.testDisableAccelerometerCc2650Fail(TiSensorTagTest.java:365) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:57:13.493 [main] ERROR org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag - Firmware revision read failed org.eclipse.kura.KuraBluetoothResourceNotFoundException: BLE resource not found. at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.getFirmareRevision(TiSensorTag.java:157) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTagTest.testGetFWRevisionFail(TiSensorTagTest.java:142) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:57:14.522 [main] ERROR org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag - Movement sensor failed to be enabled org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.writeOnCharacteristic(TiSensorTag.java:1544) ~[org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTag.disableMagnetometer(TiSensorTag.java:628) [org.eclipse.kura.driver.ble.sensortag.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTagTest.testDisableMagnetometerCc2650Fail(TiSensorTagTest.java:524) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.219 s - in org.eclipse.kura.internal.driver.ble.sensortag.TiSensorTagTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 114, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/surefire.properties] 2022-06-28T13:57:18,551 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:57:18,943 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:57:18,955 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-999663 2022-06-28T13:57:19,019 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:57:19,020 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:57:19,020 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:57:19,020 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:57:19,020 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:57:19,020 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura 2022-06-28T13:57:19,021 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:57:19,021 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:57:19,021 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots 2022-06-28T13:57:19,021 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/tmp 2022-06-28T13:57:19,021 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:57:19,024 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:57:19,069 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:57:19,145 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:57:19,147 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:57:19,304 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:57:19,305 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:57:19,350 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:57:19,454 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:57:19,467 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:57:19,468 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:57:19,502 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:19,503 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:19,503 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:19,509 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:57:19,509 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:57:19,510 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:19,510 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:57:19,510 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:57:19,510 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:57:19,514 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:57:19,514 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:57:19,514 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:57:19,517 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:19,517 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:19,517 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:19,520 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:57:19,520 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:57:19,520 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:19,521 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:57:19,521 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:57:19,521 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:57:19,524 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:57:19,524 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:57:19,524 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:57:19,527 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:19,527 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:19,527 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:19,530 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:57:19,530 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:57:19,530 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:19,552 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:57:19,552 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:57:19,552 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:57:19,555 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:57:19,556 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:57:19,556 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:57:19,561 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:57:19,561 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:57:19,575 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:57:19,598 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:57:19,599 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:57:19,600 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:57:19,673 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:57:19,676 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:19,680 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:19,680 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:57:19,680 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:57:19,684 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:57:19,684 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:57:19,684 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:57:19,687 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:57:19,691 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:57:19,691 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:19,738 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:19,738 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:57:19,738 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:57:19,739 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:57:19,743 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:57:19,743 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:57:19,743 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:57:19,743 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:19,746 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:19,753 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:57:19,753 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:57:19,756 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:57:19,769 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:57:19,769 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:57:19,773 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:57:19,776 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:57:19,777 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:57:19,781 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:57:19,789 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:57:19,789 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:57:19,792 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:57:19,796 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:57:19,799 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:57:19,840 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:57:19,840 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:57:19,844 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:57:19,869 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:57:19,869 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:57:19,869 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:57:19,869 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:57:19,869 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:57:19,869 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:57:19,872 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:57:19,872 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:57:19,878 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:57:19,881 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:57:19,883 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:57:19,884 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:19,884 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:57:19,884 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:57:19,884 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:57:19,884 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:57:19,888 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:57:19,893 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:19,893 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:57:19,894 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:57:19,895 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:57:19,960 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots/snapshot_1656424639949.xml... 2022-06-28T13:57:19,964 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/kura/user/snapshots/snapshot_1656424639949.xml... Done. 2022-06-28T13:57:19,964 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:57:19,964 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:57:19,964 [Start Level: Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:57:19,964 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:57:19,964 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:57:19,984 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:57:20,051 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:57:20,055 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:57:20,055 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:20,055 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:57:20,056 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:57:20,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.ble.sensortag ... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:57:20,146 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:57:20,160 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:57:20,161 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:57:20,161 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:57:20,161 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:20,161 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:57:20,162 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:57:20,165 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:20,169 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:57:20,170 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:57:20,170 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:57:20,170 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:20,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:57:20,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:57:20,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:57:20,176 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:57:20,176 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:57:20,177 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:57:20,177 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:20,178 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:57:20,178 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:20,178 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:57:20,178 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:57:20,178 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:57:20,181 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:57:20,182 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:57:20,182 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:57:20,182 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:20,183 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:57:20,183 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:57:20,183 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:57:20,184 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:57:20,184 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:21,184 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:57:21,189 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:57:21,192 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:57:21,193 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:57:21,199 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:57:21,201 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:57:21,215 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:57:21,230 [Framework stop - Equinox Container: 72b543b8-cb69-4cb3-8216-98282c325860] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.internal.driver.ble.sensortag.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.driver.ble.sensortag.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/5.1.2/org.eclipse.kura.internal.driver.ble.sensortag.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/5.1.2/org.eclipse.kura.internal.driver.ble.sensortag.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/org.eclipse.kura.internal.driver.ble.sensortag.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/5.1.2/org.eclipse.kura.internal.driver.ble.sensortag.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/5.1.2/org.eclipse.kura.internal.driver.ble.sensortag.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ble.sensortag.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ble.sensortag.test/5.1.2/org.eclipse.kura.internal.driver.ble.sensortag.test-5.1.2-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] --< org.eclipse.kura:org.eclipse.kura.internal.driver.eddystone.test >-- [INFO] Building org.eclipse.kura.internal.driver.eddystone.test 5.1.2 [144/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.internal.driver.eddystone.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.driver.eddystone.EddystoneDriverTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 s - in org.eclipse.kura.internal.driver.eddystone.EddystoneDriverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/surefire.properties] 2022-06-28T13:57:28,247 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:57:28,660 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:57:28,672 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-193031 2022-06-28T13:57:28,759 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:57:28,760 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:57:28,760 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:57:28,760 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:57:28,760 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:57:28,761 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura 2022-06-28T13:57:28,761 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:57:28,761 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:57:28,761 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots 2022-06-28T13:57:28,761 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/tmp 2022-06-28T13:57:28,761 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:57:28,764 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:57:28,797 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:57:28,871 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:57:28,874 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:57:29,011 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:57:29,011 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:57:29,055 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:57:29,164 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:57:29,174 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:57:29,174 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:57:29,218 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:29,220 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:29,220 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:29,225 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:57:29,225 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:57:29,227 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:29,227 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:57:29,227 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:57:29,227 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:57:29,230 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:57:29,231 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:57:29,231 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:57:29,234 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:29,234 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:29,234 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:29,238 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:57:29,238 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:57:29,238 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:29,239 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:57:29,239 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:57:29,239 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:57:29,242 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:57:29,242 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:57:29,243 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:57:29,245 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:29,245 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:29,245 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:29,249 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:57:29,249 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:57:29,249 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:29,257 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:57:29,258 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:57:29,258 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:57:29,263 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:57:29,263 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:57:29,263 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:57:29,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:57:29,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:57:29,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:57:29,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:57:29,346 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:57:29,347 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:57:29,397 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:57:29,400 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:29,403 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:29,403 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:57:29,403 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:57:29,404 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:29,423 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:29,423 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:57:29,423 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:57:29,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:57:29,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:57:29,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:57:29,442 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:57:29,443 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:57:29,443 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:57:29,447 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:57:29,447 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:57:29,447 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:57:29,447 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:29,450 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:29,455 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:57:29,455 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:57:29,458 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:57:29,466 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:57:29,466 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:57:29,469 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:57:29,474 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:57:29,477 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:57:29,484 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:57:29,484 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:57:29,487 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:57:29,491 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:57:29,492 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:57:29,494 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:57:29,543 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:57:29,543 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:57:29,546 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:57:29,569 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:57:29,570 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:57:29,570 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:57:29,570 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:57:29,570 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:57:29,570 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:57:29,574 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:57:29,574 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:57:29,577 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:57:29,582 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:57:29,585 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:57:29,585 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:29,586 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:57:29,586 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:57:29,586 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:57:29,586 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:57:29,589 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:57:29,593 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:29,593 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:57:29,636 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:57:29,644 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:57:29,688 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots/snapshot_1656424649669.xml... 2022-06-28T13:57:29,692 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/kura/user/snapshots/snapshot_1656424649669.xml... Done. 2022-06-28T13:57:29,692 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:57:29,692 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:57:29,692 [Start Level: Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:57:29,692 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:57:29,692 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:57:29,744 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:57:29,767 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:57:29,772 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:57:29,772 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:29,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:57:29,773 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:57:29,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.eddystone ... 2022-06-28T13:57:29,856 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: 2022-06-28T13:57:29,874 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:57:29,885 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:57:29,885 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:57:29,892 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:57:29,892 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:57:29,893 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:29,893 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:57:29,894 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:57:29,897 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:57:29,897 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:29,899 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:57:29,936 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:57:29,937 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:57:29,937 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:29,937 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:57:29,938 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:57:29,938 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:57:29,938 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:57:29,938 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:29,939 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:57:29,940 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:29,940 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:57:29,940 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:57:29,940 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:57:29,940 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:29,940 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:57:29,941 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:57:29,942 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:57:29,942 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:57:29,942 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:57:29,944 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:57:29,944 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:57:29,945 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:57:29,945 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:57:29,946 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:29,946 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:57:29,946 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:29,947 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:57:29,947 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:57:29,947 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:57:29,948 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:57:29,948 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:57:29,948 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:57:29,950 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:57:29,950 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:57:29,950 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:57:29,951 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:57:29,960 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:57:29,961 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:57:29,961 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:30,961 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:57:30,965 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:57:30,967 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:57:30,970 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:57:30,972 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:57:30,987 [Framework stop - Equinox Container: 521c4931-1729-4d47-b056-5e8548a05dbe] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.internal.driver.eddystone.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.ble.eddystone.provider' with 7 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.driver.eddystone.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/5.1.2/org.eclipse.kura.internal.driver.eddystone.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/5.1.2/org.eclipse.kura.internal.driver.eddystone.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/org.eclipse.kura.internal.driver.eddystone.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/5.1.2/org.eclipse.kura.internal.driver.eddystone.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/5.1.2/org.eclipse.kura.internal.driver.eddystone.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.eddystone.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.eddystone.test/5.1.2/org.eclipse.kura.internal.driver.eddystone.test-5.1.2-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] ---< org.eclipse.kura:org.eclipse.kura.internal.driver.ibeacon.test >--- [INFO] Building org.eclipse.kura.internal.driver.ibeacon.test 5.1.2 [145/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.internal.driver.ibeacon.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.driver.ibeacon.IBeaconDriverTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 s - in org.eclipse.kura.internal.driver.ibeacon.IBeaconDriverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/surefire.properties] 2022-06-28T13:57:37,831 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:57:38,241 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:57:38,253 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-674103 2022-06-28T13:57:38,327 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:57:38,328 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:57:38,328 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:57:38,328 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:57:38,328 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:57:38,328 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura 2022-06-28T13:57:38,328 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:57:38,328 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:57:38,336 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots 2022-06-28T13:57:38,337 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/tmp 2022-06-28T13:57:38,337 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:57:38,340 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:57:38,371 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:57:38,454 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:57:38,456 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:57:38,592 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:57:38,592 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:57:38,626 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:57:38,739 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:57:38,748 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:57:38,748 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:57:38,781 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:38,782 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:38,782 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:38,788 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:57:38,788 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:57:38,790 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:38,790 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:57:38,790 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:57:38,790 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:57:38,793 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:57:38,793 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:57:38,793 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:57:38,796 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:38,796 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:38,797 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:38,800 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:57:38,800 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:57:38,800 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:38,800 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:57:38,800 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:57:38,800 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:57:38,803 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:57:38,803 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:57:38,804 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:57:38,806 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:38,806 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:38,806 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:38,809 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:57:38,809 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:57:38,809 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:38,847 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:57:38,847 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:57:38,847 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:57:38,850 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:57:38,850 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:57:38,851 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:57:38,851 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:57:38,851 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:57:38,863 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:57:38,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:57:38,882 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:57:38,884 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:57:38,945 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:57:38,948 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:38,951 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:38,952 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:57:38,952 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:57:38,955 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:57:38,955 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:57:38,955 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:57:38,958 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:57:38,986 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:57:38,986 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:38,993 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:38,993 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:57:38,993 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:57:38,993 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:57:38,997 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:57:38,997 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:57:38,997 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:57:38,997 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:39,000 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:39,039 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:57:39,039 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:57:39,042 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:57:39,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:57:39,048 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:57:39,049 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:57:39,052 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:57:39,054 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:57:39,057 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:57:39,062 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:57:39,062 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:57:39,065 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:57:39,067 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:57:39,070 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:57:39,077 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:57:39,077 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:57:39,080 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:57:39,096 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:57:39,096 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:57:39,096 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:57:39,096 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:57:39,096 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:57:39,097 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:57:39,099 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:57:39,099 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:57:39,138 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:57:39,145 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:57:39,146 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:57:39,147 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:39,147 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:57:39,147 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:57:39,147 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:57:39,148 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:57:39,151 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:57:39,153 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:39,153 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:57:39,154 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:57:39,158 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:57:39,187 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots/snapshot_1656424659176.xml... 2022-06-28T13:57:39,191 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/kura/user/snapshots/snapshot_1656424659176.xml... Done. 2022-06-28T13:57:39,191 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:57:39,191 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:57:39,191 [Start Level: Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:57:39,191 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:57:39,191 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:57:39,250 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:57:39,273 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:57:39,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:57:39,277 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:39,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:57:39,277 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:57:39,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.ibeacon ... 2022-06-28T13:57:39,356 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: 2022-06-28T13:57:39,371 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:57:39,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:57:39,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:57:39,384 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:57:39,384 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:57:39,385 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:57:39,385 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:57:39,385 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:57:39,389 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:39,393 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:57:39,394 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:57:39,394 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:57:39,394 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:57:39,395 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:57:39,397 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:57:39,398 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:57:39,398 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:39,398 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:57:39,399 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:57:39,399 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:57:39,399 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:39,399 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:57:39,399 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:57:39,400 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:57:39,400 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:57:39,438 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:57:39,438 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:57:39,438 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:57:39,439 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:57:39,439 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:57:39,439 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:57:39,440 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:57:39,440 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:57:39,440 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:57:39,440 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:57:39,442 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:57:39,443 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:57:39,443 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:57:39,443 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:57:39,444 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:57:39,444 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:57:39,444 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:57:39,444 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:39,444 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:57:39,444 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:57:39,446 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:57:39,446 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:57:39,446 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:57:39,447 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:57:39,447 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:57:39,450 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:57:39,469 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:57:40,448 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:57:40,451 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:57:40,454 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:57:40,458 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:57:40,459 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:57:40,479 [Framework stop - Equinox Container: 98480e9b-1f46-4580-9377-b47f4b776364] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.internal.driver.ibeacon.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.ble.ibeacon.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.driver.ibeacon.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/5.1.2/org.eclipse.kura.internal.driver.ibeacon.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/5.1.2/org.eclipse.kura.internal.driver.ibeacon.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/org.eclipse.kura.internal.driver.ibeacon.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/5.1.2/org.eclipse.kura.internal.driver.ibeacon.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/5.1.2/org.eclipse.kura.internal.driver.ibeacon.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.ibeacon.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.ibeacon.test/5.1.2/org.eclipse.kura.internal.driver.ibeacon.test-5.1.2-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] ----< org.eclipse.kura:org.eclipse.kura.internal.driver.opcua.test >---- [INFO] Building org.eclipse.kura.internal.driver.opcua.test 5.1.2 [146/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Deleting /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/lib (includes = [], excludes = []) [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/jacoco.exec,append=true [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/lib/stack-server.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.internal.driver.opcua.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/src/test/java/org/eclipse/kura/internal/driver/opcua/OpcUaChannelDescriptorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/src/test/java/org/eclipse/kura/internal/driver/opcua/OpcUaChannelDescriptorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.driver.opcua.OpcUaChannelDescriptorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in org.eclipse.kura.internal.driver.opcua.OpcUaChannelDescriptorTest [INFO] Running org.eclipse.kura.internal.driver.opcua.OpcUaDriverTest java.lang.instrument.IllegalClassFormatException: Error while instrumenting org/eclipse/milo/opcua/stack/core/Identifiers. at org.jacoco.agent.rt.internal_f3994fa.CoverageTransformer.transform(CoverageTransformer.java:94) at sun.instrument.TransformerManager.transform(TransformerManager.java:188) at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:443) at java.lang.ClassLoader.defineClassImpl(Native Method) at java.lang.ClassLoader.defineClassInternal(ClassLoader.java:396) at java.lang.ClassLoader.defineClass(ClassLoader.java:357) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:682) at java.net.URLClassLoader.access$400(URLClassLoader.java:89) at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:1086) at java.security.AccessController.doPrivileged(AccessController.java:774) at java.net.URLClassLoader.findClass(URLClassLoader.java:589) at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:951) at java.lang.ClassLoader.loadClass(ClassLoader.java:896) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:879) at org.eclipse.milo.opcua.stack.core.types.structured.ReadValueId.(ReadValueId.java:29) at org.eclipse.kura.internal.driver.opcua.request.ReadParams.(ReadParams.java:48) at org.eclipse.kura.internal.driver.opcua.request.Request.lambda$0(Request.java:46) at org.eclipse.kura.internal.driver.opcua.request.Request$$Lambda$17/0x0000000024b9da50.apply(Unknown Source) at org.eclipse.kura.internal.driver.opcua.request.Request.fromRecord(Request.java:37) at org.eclipse.kura.internal.driver.opcua.request.Request.extractReadRequest(Request.java:46) at org.eclipse.kura.internal.driver.opcua.request.Request.extractReadRequests(Request.java:57) at org.eclipse.kura.internal.driver.opcua.OpcUaDriver.prepareRead(OpcUaDriver.java:256) at org.eclipse.kura.internal.driver.opcua.OpcUaDriverTest.testPrepareRead(OpcUaDriverTest.java:289) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Error while instrumenting org/eclipse/milo/opcua/stack/core/Identifiers. at org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrumentError(Instrumenter.java:160) at org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrument(Instrumenter.java:110) at org.jacoco.agent.rt.internal_f3994fa.CoverageTransformer.transform(CoverageTransformer.java:92) ... 49 more Caused by: org.jacoco.agent.rt.internal_f3994fa.asm.MethodTooLargeException: Method too large: org/eclipse/milo/opcua/stack/core/Identifiers. ()V at org.jacoco.agent.rt.internal_f3994fa.asm.MethodWriter.computeMethodInfoSize(MethodWriter.java:2087) at org.jacoco.agent.rt.internal_f3994fa.asm.ClassWriter.toByteArray(ClassWriter.java:496) at org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrument(Instrumenter.java:91) at org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrument(Instrumenter.java:108) ... 50 more [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.288 s - in org.eclipse.kura.internal.driver.opcua.OpcUaDriverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/surefire.properties] 2022-06-28T13:58:01,946 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:58:02,464 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:58:02,479 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-885123 2022-06-28T13:58:02,561 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:58:02,561 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:58:02,561 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:58:02,561 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:58:02,561 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:58:02,562 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura 2022-06-28T13:58:02,562 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:58:02,562 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:58:02,562 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots 2022-06-28T13:58:02,562 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/tmp 2022-06-28T13:58:02,562 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:58:02,565 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:58:02,600 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:58:02,683 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:58:02,686 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:58:02,830 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:58:02,830 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:02,869 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:58:02,982 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:58:02,991 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:58:02,992 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:03,028 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:03,029 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:03,029 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:03,034 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:58:03,034 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:58:03,035 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:03,035 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:03,035 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:58:03,036 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:58:03,039 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:58:03,039 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:58:03,039 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:58:03,045 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:03,046 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:03,046 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:03,049 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:58:03,049 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:58:03,049 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:03,049 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:58:03,049 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:58:03,049 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:58:03,053 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:58:03,053 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:58:03,053 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:58:03,056 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:03,056 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:03,056 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:03,059 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:58:03,059 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:58:03,059 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:03,067 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:58:03,067 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:58:03,067 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:58:03,070 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:58:03,070 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:58:03,070 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:58:03,071 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:58:03,071 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:58:03,082 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:58:03,101 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:58:03,101 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:58:03,103 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:58:03,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:58:03,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:03,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:03,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:58:03,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:58:03,181 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:58:03,181 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:58:03,181 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:03,184 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:03,189 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:58:03,189 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:03,237 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:03,237 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:58:03,238 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:58:03,238 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:03,241 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:03,241 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:58:03,242 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:58:03,242 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:03,245 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:03,250 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:58:03,250 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:03,256 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:03,261 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:58:03,262 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:58:03,262 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:58:03,265 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:58:03,268 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:58:03,271 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:58:03,275 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:58:03,276 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:58:03,280 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:58:03,283 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:58:03,286 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:58:03,290 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:58:03,290 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:03,293 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:03,345 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:58:03,346 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:58:03,346 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:58:03,346 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:58:03,346 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:58:03,346 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:58:03,357 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:58:03,357 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:03,366 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:03,369 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:58:03,371 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:58:03,372 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:03,372 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:58:03,372 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:03,372 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:03,372 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:58:03,375 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:58:03,378 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:03,378 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:58:03,379 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:58:03,379 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:03,452 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots/snapshot_1656424683401.xml... 2022-06-28T13:58:03,455 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots/snapshot_1656424683401.xml... Done. 2022-06-28T13:58:03,455 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:58:03,455 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:58:03,456 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:58:03,456 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:58:03,456 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:58:03,470 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:58:03,470 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.opcua ... 2022-06-28T13:58:03,480 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.driver.opcua and pid opcuadriver 2022-06-28T13:58:03,480 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid opcuadriver 2022-06-28T13:58:03,480 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.driver.opcua 2022-06-28T13:58:03,483 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - opcuadriver.... 2022-06-28T13:58:03,487 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: opcuadriver 2022-06-28T13:58:03,487 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - opcuadriver....Done 2022-06-28T13:58:03,487 [Start Level: Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.driver.opcua opcuadriver 2022-06-28T13:58:03,488 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:58:03,492 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:03,492 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:03,492 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:03,492 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:03,568 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:58:03,583 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:58:03,595 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:58:03,595 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:58:03,639 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:58:03,641 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:58:03,642 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:03,642 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:03,642 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:03,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:03,650 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:58:03,650 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:58:03,650 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:58:03,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:58:03,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:58:03,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:58:03,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:03,652 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:03,652 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:03,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:03,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:58:03,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:58:03,672 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:58:03,674 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T13:58:03,676 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:58:03,676 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done Running org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest java.lang.instrument.IllegalClassFormatException: Error while instrumenting org/eclipse/milo/opcua/stack/core/Identifiers. at org.jacoco.agent.rt.internal_f3994fa.CoverageTransformer.transform(CoverageTransformer.java:94) at sun.instrument.TransformerManager.transform(TransformerManager.java:188) at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:443) at java.lang.ClassLoader.defineClassImpl(Native Method) at java.lang.ClassLoader.defineClassInternal(ClassLoader.java:396) at java.lang.ClassLoader.defineClass(ClassLoader.java:357) at org.eclipse.osgi.internal.loader.ModuleClassLoader.defineClass(ModuleClassLoader.java:294) at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.defineClass(ClasspathManager.java:718) at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassImpl(ClasspathManager.java:641) at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:609) at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:589) at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:568) at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:346) at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:398) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:477) at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) at java.lang.ClassLoader.loadClass(ClassLoader.java:879) at org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo.(BuildInfo.java:28) at org.eclipse.milo.opcua.sdk.server.api.config.OpcUaServerConfigBuilder.(OpcUaServerConfigBuilder.java:46) at org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest.startServer(OpcUaDriverTest.java:91) at org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest.setup(OpcUaDriverTest.java:73) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) Caused by: java.io.IOException: Error while instrumenting org/eclipse/milo/opcua/stack/core/Identifiers. at org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrumentError(Instrumenter.java:160) at org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrument(Instrumenter.java:110) at org.jacoco.agent.rt.internal_f3994fa.CoverageTransformer.transform(CoverageTransformer.java:92) ... 61 more Caused by: org.jacoco.agent.rt.internal_f3994fa.asm.MethodTooLargeException: Method too large: org/eclipse/milo/opcua/stack/core/Identifiers. ()V at org.jacoco.agent.rt.internal_f3994fa.asm.MethodWriter.computeMethodInfoSize(MethodWriter.java:2087) at org.jacoco.agent.rt.internal_f3994fa.asm.ClassWriter.toByteArray(ClassWriter.java:496) at org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrument(Instrumenter.java:91) at org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrument(Instrumenter.java:108) ... 62 more 2022-06-28T13:58:04,060 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T13:58:04,061 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T13:58:04,062 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T13:58:04,062 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T13:58:04,063 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:58:04,083 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:58:04,084 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T13:58:04,153 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T13:58:04,153 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T13:58:04,156 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T13:58:04,157 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T13:58:04,157 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T13:58:04,157 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T13:58:04,158 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T13:58:04,158 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T13:58:04,165 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T13:58:04,166 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T13:58:04,167 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T13:58:04,167 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T13:58:04,168 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T13:58:04,489 [main] INFO o.e.m.o.s.s.OpcUaServer - Eclipse Milo OPC UA Stack version: 0.2.4 2022-06-28T13:58:04,489 [main] INFO o.e.m.o.s.s.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.2.4 2022-06-28T13:58:04,569 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T13:58:04,658 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:58:04,664 [ConfigurationListener Event Queue] INFO o.e.k.i.d.o.OpcUaDriver - Activating OPC-UA Driver... 2022-06-28T13:58:04,667 [ConfigurationListener Event Queue] INFO o.e.k.i.d.o.OpcUaDriver - Activating OPC-UA Driver... Done 2022-06-28T13:58:05,536 [main] INFO o.e.m.o.s.s.n.OpcUaNamespace - Loaded nodes in 683ms. 2022-06-28T13:58:05,574 [main] INFO o.e.m.o.s.s.NamespaceManager - added namespace index=0, uri=http://opcfoundation.org/UA/ 2022-06-28T13:58:05,579 [main] INFO o.e.m.o.s.s.NamespaceManager - registered and added namespace index=1, uri=opcsvr 2022-06-28T13:58:05,584 [main] INFO o.e.m.o.s.s.OpcUaServer - Binding endpoint opc.tcp://localhost:12685/opcsvr to localhost [None/None] 2022-06-28T13:58:05,594 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T13:58:05,594 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T13:58:05,607 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T13:58:05,644 [main] INFO o.e.m.o.s.s.NamespaceManager - registered and added namespace index=2, uri=urn:eclipse:milo:hello-world 2022-06-28T13:58:05,790 [ua-netty-event-loop-0] INFO o.e.m.o.s.s.t.UaTcpStackServer - opc.tcp://localhost:12685/opcsvr/discovery bound to localhost:12685 [None/None] 2022-06-28T13:58:05,791 [ua-netty-event-loop-0] INFO o.e.m.o.s.s.t.UaTcpStackServer - opc.tcp://localhost:12685/opcsvr bound to localhost:12685 [None/None] 2022-06-28T13:58:05,791 [ua-netty-event-loop-0] INFO o.e.m.o.s.s.t.UaTcpStackServer - opc.tcp://localhost:12685/opcsvr bound to localhost:12685 [None/None] 2022-06-28T13:58:05,793 [main] INFO o.e.k.i.d.o.ConnectionManager - Connecting to OPC-UA... 2022-06-28T13:58:06,124 [ua-shared-pool-1] WARN o.e.k.i.d.o.ConnectionManager - Failed to load certificates 2022-06-28T13:58:06,125 [ua-shared-pool-1] INFO o.e.k.i.d.o.ConnectionManager - connecting to endpoint: opc.tcp://localhost:12685/opcsvr 2022-06-28T13:58:06,141 [ua-shared-pool-1] INFO o.e.m.o.s.c.OpcUaClient - Eclipse Milo OPC UA Stack version: 0.2.4 2022-06-28T13:58:06,141 [ua-shared-pool-1] INFO o.e.m.o.s.c.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.2.4 2022-06-28T13:58:06,311 [NonceUtilSecureRandom] INFO o.e.m.o.s.c.u.NonceUtil - SecureRandom seeded in 0ms. 2022-06-28T13:58:06,404 [ua-shared-pool-2] INFO o.e.k.i.d.o.ConnectionManager - Connectiong to OPC-UA...done 2022-06-28T13:58:06,448 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=[1, 2, 3, 4, 5, 6, 7, 8, 9, -86, -69, -52, -35, -18, -1]} to Value attribute of NodeId{ns=2, id=SByteArray} 2022-06-28T13:58:06,460 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=[1, 2, 3, 4, 5, 6, 7, 8, 9, 170, 187, 204, 221, 238, 255]} to Value attribute of NodeId{ns=2, id=ByteArray} 2022-06-28T13:58:06,472 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,477 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,482 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=1.4E-45} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,487 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=1.4E-45} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,492 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,496 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,501 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=200.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,506 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=200.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,511 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2000.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,543 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2000.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,548 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=3.4028235E38} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,554 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=3.4028235E38} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,560 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-1.4E-45} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,565 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-1.4E-45} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,569 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,573 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,578 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-200.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,583 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-200.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,587 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2000.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,592 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2000.0} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,598 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-3.4028235E38} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,639 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-3.4028235E38} to Value attribute of NodeId{ns=2, id=Float} 2022-06-28T13:58:06,657 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,661 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,665 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,670 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,674 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,679 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,683 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,687 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,692 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,697 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,701 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,739 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,744 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,749 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,753 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,758 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,762 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,767 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,772 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,776 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,781 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,785 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,789 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,794 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,799 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,839 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,844 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,848 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,852 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,856 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,861 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,865 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,869 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,873 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,877 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int16} 2022-06-28T13:58:06,893 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,896 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,939 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,943 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,948 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,953 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,958 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,962 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,966 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,975 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,982 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,989 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:06,996 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,001 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,041 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,047 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,052 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,057 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,063 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,069 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,073 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,078 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,085 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,092 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,137 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,142 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,149 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,153 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,158 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,163 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,170 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,174 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,178 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,184 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,190 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,239 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,243 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,248 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,258 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,263 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,268 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,273 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,280 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,287 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483648} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,293 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int32} 2022-06-28T13:58:07,349 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,356 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,360 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,365 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,370 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,377 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,384 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,390 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,394 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,440 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,447 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,453 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,459 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,463 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,468 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,475 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,484 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,488 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,492 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,537 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=32767} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,542 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,547 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,554 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,560 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483648} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,567 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,574 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,578 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,583 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,592 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,599 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,641 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,645 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,652 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,658 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,662 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,668 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,673 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,680 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,687 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,694 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-32767} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,738 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,745 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,752 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,759 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483648} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,765 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2147483647} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,770 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,774 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,780 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,787 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-9223372036854775808} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,794 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-9223372036854775807} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,800 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-9223372036854775807} to Value attribute of NodeId{ns=2, id=Int64} 2022-06-28T13:58:07,858 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,864 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,870 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,874 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,879 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,885 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,892 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,898 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,937 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,942 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,948 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,953 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,957 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,962 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,969 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,976 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=127} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,981 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=127} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,986 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=127} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,990 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=127} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:07,997 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=127} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,042 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,049 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,055 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,062 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,068 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-10} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,074 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,081 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,085 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,089 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,094 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,100 [ua-shared-pool-1] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-127} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,140 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-127} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,144 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-127} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,149 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-127} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,155 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-127} to Value attribute of NodeId{ns=2, id=SByte} 2022-06-28T13:58:08,169 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,175 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,180 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,184 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,188 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,192 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,240 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,244 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,249 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,255 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,261 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,267 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,273 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,278 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,284 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,290 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=255} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,296 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=255} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,339 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=255} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,345 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=255} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,351 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=255} to Value attribute of NodeId{ns=2, id=Byte} 2022-06-28T13:58:08,361 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=true} to Value attribute of NodeId{ns=2, id=Boolean} 2022-06-28T13:58:08,367 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=ByteString{bytes=[1, 2, 3, 4, 5, 6, 7, 8, 9, -86, -69, -52, -35, -18, -1]}} to Value attribute of NodeId{ns=2, id=ByteString} 2022-06-28T13:58:08,380 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,386 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,392 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=4.9E-324} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,399 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=4.9E-324} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,437 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,441 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,445 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=200.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,450 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=200.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,456 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2000.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,461 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=2000.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,465 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=1.7976931348623157E308} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,470 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=1.7976931348623157E308} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,476 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-4.9E-324} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,481 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-4.9E-324} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,485 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,490 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-20.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,539 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-200.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,545 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-200.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,551 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2000.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,556 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-2000.0} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,562 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-1.7976931348623157E308} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,568 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=-1.7976931348623157E308} to Value attribute of NodeId{ns=2, id=Double} 2022-06-28T13:58:08,575 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=12345} to Value attribute of NodeId{ns=2, id=4294967295} 2022-06-28T13:58:08,582 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=other string value} to Value attribute of NodeId{ns=2, id=String} 2022-06-28T13:58:08,598 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,638 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424683401... 2022-06-28T13:58:08,641 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,648 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,652 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:08,653 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,659 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,660 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T13:58:08,662 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T13:58:08,666 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,671 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,677 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,681 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots/snapshot_1656424688661.xml... 2022-06-28T13:58:08,683 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,738 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/kura/user/snapshots/snapshot_1656424688661.xml... Done. 2022-06-28T13:58:08,739 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:08,739 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:08,739 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:08,741 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,745 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,750 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,756 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,760 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,764 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,768 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,775 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,780 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,786 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,792 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt16} 2022-06-28T13:58:08,848 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,853 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,859 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,865 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,870 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,873 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,877 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,883 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,896 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,900 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,941 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,944 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,949 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,954 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,960 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,965 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,971 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,977 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,981 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,985 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,989 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=4294967295} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:08,995 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=4294967295} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:09,038 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=4294967295} to Value attribute of NodeId{ns=2, id=UInt32} 2022-06-28T13:58:09,054 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,058 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,063 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,069 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,075 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=0} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,080 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,083 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,087 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,092 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,136 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=10} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,140 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,144 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,148 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,152 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,155 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=20} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,161 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,167 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,171 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,175 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,179 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=65535} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,184 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=4294967295} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,189 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=4294967295} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,237 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=4294967295} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,243 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,248 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=UInt64} 2022-06-28T13:58:09,251 [ua-shared-pool-2] INFO o.e.k.i.d.o.t.TestNamespace - Wrote value Variant{value=9223372036854775807} to Value attribute of NodeId{ns=2, id=UInt64} Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.58 s - in org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest testSByteArray(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.665 s testByteArray(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.009 s testFloat(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.178 s testInt16(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.238 s testInt32(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.456 s testInt64(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.503 s testSByte(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.317 s testWrite(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.001 s testByte(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.197 s testRead(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0 s testSvcs(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0 s testBoolean(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.008 s testByteString(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.007 s testConnect(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0 s testDouble(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.199 s testLargeIndex(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.006 s testString(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.008 s testUInt16(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.251 s testUInt32(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.205 s testUInt64(org.eclipse.kura.internal.driver.opcua.test.OpcUaDriverTest) Time elapsed: 0.212 s Results: Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:58:09,407 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid opcuadriver 2022-06-28T13:58:09,407 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.i.d.o.OpcUaDriver - Deactivating OPC-UA Driver... 2022-06-28T13:58:09,408 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.i.d.o.ConnectionManager - Disconnecting from OPC-UA... 2022-06-28T13:58:09,419 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.i.d.o.OpcUaDriver - Deactivating OPC-UA Driver... Done 2022-06-28T13:58:09,437 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:09,438 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:09,438 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:09,438 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:09,439 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:09,439 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:09,439 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:58:09,442 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:09,442 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T13:58:09,442 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T13:58:09,444 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:09,445 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:58:09,446 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T13:58:09,446 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:09,446 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:58:09,446 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:09,447 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:58:09,447 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:09,447 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:09,447 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T13:58:09,449 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:09,450 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:09,450 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:09,450 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:09,451 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:58:09,452 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:58:09,455 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:58:09,455 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T13:58:09,456 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T13:58:09,457 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:09,457 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:58:09,457 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:58:09,457 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:58:09,458 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:09,458 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:58:09,459 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:09,459 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:58:09,459 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:58:09,459 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:58:09,459 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:09,459 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:09,462 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:58:09,463 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:58:09,464 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:58:09,466 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:58:09,468 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:58:09,468 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:09,649 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T13:58:10,266 [ua-shared-pool-4] INFO o.e.k.i.d.o.ConnectionManager - Disconnecting from OPC-UA...Done 2022-06-28T13:58:10,468 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:58:10,472 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:58:10,475 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:58:10,479 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:58:10,480 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:58:10,504 [Framework stop - Equinox Container: 2bded9db-b385-4241-9c1c-181f9d42cc68] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.internal.driver.opcua.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.driver.opcua.provider' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/5.1.2/org.eclipse.kura.internal.driver.opcua.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/5.1.2/org.eclipse.kura.internal.driver.opcua.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/org.eclipse.kura.internal.driver.opcua.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/5.1.2/org.eclipse.kura.internal.driver.opcua.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/5.1.2/org.eclipse.kura.internal.driver.opcua.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.opcua.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.opcua.test/5.1.2/org.eclipse.kura.internal.driver.opcua.test-5.1.2-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] ----< org.eclipse.kura:org.eclipse.kura.internal.driver.s7plc.test >---- [INFO] Building org.eclipse.kura.internal.driver.s7plc.test 5.1.2 [147/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.internal.driver.s7plc.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/src/test/java/org/eclipse/kura/internal/driver/s7plc/S7PlcChannelDescriptorTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/src/test/java/org/eclipse/kura/internal/driver/s7plc/S7PlcChannelDescriptorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/src/test/java/org/eclipse/kura/internal/driver/s7plc/S7PlcChannelDescriptorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.driver.s7plc.S7PlcDriverTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 s - in org.eclipse.kura.internal.driver.s7plc.S7PlcDriverTest [INFO] Running org.eclipse.kura.internal.driver.s7plc.task.S7PlcTaskBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.kura.internal.driver.s7plc.task.S7PlcTaskBuilderTest [INFO] Running org.eclipse.kura.internal.driver.s7plc.task.S7PlcToplevelBlockTaskTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.internal.driver.s7plc.task.S7PlcToplevelBlockTaskTest [INFO] Running org.eclipse.kura.internal.driver.s7plc.S7PlcChannelDescriptorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.internal.driver.s7plc.S7PlcChannelDescriptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/surefire.properties] 2022-06-28T13:58:17,447 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:58:17,810 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:58:17,821 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-237976 2022-06-28T13:58:17,908 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:58:17,908 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:58:17,909 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:58:17,909 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:58:17,909 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:58:17,909 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura 2022-06-28T13:58:17,909 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:58:17,909 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:58:17,909 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots 2022-06-28T13:58:17,909 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/tmp 2022-06-28T13:58:17,910 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:58:17,912 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:58:17,961 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:58:18,019 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:58:18,021 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:58:18,197 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:58:18,197 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:18,246 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:58:18,367 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:58:18,379 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:58:18,379 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:18,419 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:18,420 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:18,420 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:18,426 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:58:18,426 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:58:18,428 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:18,428 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:18,428 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:58:18,428 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:58:18,431 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:58:18,432 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:58:18,432 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:58:18,435 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:18,435 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:18,435 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:18,438 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:58:18,438 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:58:18,438 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:18,438 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:58:18,438 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:58:18,439 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:58:18,442 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:58:18,442 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:58:18,442 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:58:18,445 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:18,445 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:18,445 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:18,447 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:58:18,447 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:58:18,447 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:18,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:58:18,458 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:58:18,459 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:58:18,459 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:58:18,459 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:58:18,462 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:58:18,462 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:58:18,462 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:58:18,471 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:58:18,494 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:58:18,494 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:58:18,496 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:58:18,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:58:18,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:18,576 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:18,576 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:58:18,576 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:58:18,579 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:58:18,579 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:58:18,580 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:18,582 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:18,585 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:58:18,586 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:18,637 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:18,637 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:58:18,637 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:58:18,637 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:18,641 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:18,641 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:58:18,641 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:58:18,641 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:18,645 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:18,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:58:18,650 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:58:18,650 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:18,653 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:18,660 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:58:18,661 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:58:18,664 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:58:18,671 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:58:18,674 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:58:18,680 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:58:18,680 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:58:18,683 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:58:18,686 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:58:18,689 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:58:18,693 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:58:18,694 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:18,697 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:18,756 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:58:18,756 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:58:18,756 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:58:18,756 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:58:18,756 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:58:18,756 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:58:18,759 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:58:18,762 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:18,765 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:18,768 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:58:18,770 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:58:18,771 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:18,771 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:58:18,771 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:18,771 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:18,771 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:58:18,774 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:58:18,780 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:18,780 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:58:18,781 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:58:18,781 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:18,839 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots/snapshot_1656424698795.xml... 2022-06-28T13:58:18,842 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/kura/user/snapshots/snapshot_1656424698795.xml... Done. 2022-06-28T13:58:18,843 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:58:18,843 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:58:18,843 [Start Level: Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:58:18,843 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:58:18,843 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:58:18,862 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:58:18,883 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:58:18,886 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:18,886 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:18,886 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:18,887 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:18,905 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.driver.s7plc ... 2022-06-28T13:58:18,960 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:58:18,972 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:58:18,983 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:58:18,983 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:58:18,997 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:58:18,998 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:58:19,037 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:19,040 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:19,040 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:19,040 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:19,040 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:19,041 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:19,041 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:19,041 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:19,041 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:58:19,044 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:19,048 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:58:19,049 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:19,050 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:58:19,050 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:19,050 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:58:19,050 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:58:19,050 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:58:19,051 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:58:19,051 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:58:19,052 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:19,052 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:19,052 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:19,052 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:19,052 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:58:19,052 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:58:19,053 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:58:19,053 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:19,053 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:19,053 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:19,053 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:19,055 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:19,055 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:58:19,055 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:58:19,055 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:58:19,055 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:58:19,055 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:58:19,056 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:19,056 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:58:19,056 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:19,056 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:58:19,057 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:58:19,057 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:58:19,057 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:19,060 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:58:19,060 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:58:19,072 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:58:19,076 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:58:19,079 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:58:19,079 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:58:19,079 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:19,080 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:58:19,136 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:58:20,080 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:58:20,084 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:58:20,087 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:58:20,091 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:58:20,093 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:58:20,106 [Framework stop - Equinox Container: 9c1bedac-56a5-44b0-bd76-c12bd937649e] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.internal.driver.s7plc.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.driver.block' with 41 classes [INFO] Analyzed bundle 'org.eclipse.kura.driver.s7plc.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/5.1.2/org.eclipse.kura.internal.driver.s7plc.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/5.1.2/org.eclipse.kura.internal.driver.s7plc.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/org.eclipse.kura.internal.driver.s7plc.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/5.1.2/org.eclipse.kura.internal.driver.s7plc.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/5.1.2/org.eclipse.kura.internal.driver.s7plc.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.internal.driver.s7plc.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.internal.driver.s7plc.test/5.1.2/org.eclipse.kura.internal.driver.s7plc.test-5.1.2-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] ---------< org.eclipse.kura:org.eclipse.kura.linux.clock.test >--------- [INFO] Building org.eclipse.kura.linux.clock.test 5.1.2 [148/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.linux.clock.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.linux.clock.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.linux.clock.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.linux.clock.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.linux.clock.NtpdClockSyncProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 s - in org.eclipse.kura.linux.clock.NtpdClockSyncProviderTest [INFO] Running org.eclipse.kura.linux.clock.JavaNtpClockSyncProviderTest 13:58:23.467 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider - Failed to synchronize System Clock. Exhausted retry attempts, giving up 13:58:24.486 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider - Error Synchronizing Clock org.eclipse.kura.KuraException: Configuration Error: test at org.eclipse.kura.linux.clock.JavaNtpClockSyncProviderTest$3.syncClock(JavaNtpClockSyncProviderTest.java:135) ~[test-classes/:?] at org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider.lambda$0(AbstractNtpClockSyncProvider.java:89) [org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider$$Lambda$18/0x00000000c4b55650.run(Unknown Source) [org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 13:58:24.498 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider - Failed to synchronize System Clock. Exhausted retry attempts, giving up [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 s - in org.eclipse.kura.linux.clock.JavaNtpClockSyncProviderTest [INFO] Running org.eclipse.kura.linux.clock.ClockServiceImplTest 13:58:24.550 [main] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating System Clock - rc = 1, CommandLine:[date, -s, @1656424704], it should've been 2022-06-28T13:58:24.546+0000 13:58:24.558 [main] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 13:58:24.667 [main] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Error updating ClockService Configuration org.eclipse.kura.KuraException: The configuration attribute chrony configuration cannot accept value ....: {2}. at org.eclipse.kura.linux.clock.ChronyClockSyncProvider.writeConfiguration(ChronyClockSyncProvider.java:106) ~[org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.ChronyClockSyncProvider.init(ChronyClockSyncProvider.java:89) ~[org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.ClockServiceImpl.startClockSyncProvider(ClockServiceImpl.java:185) ~[org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.ClockServiceImpl.activate(ClockServiceImpl.java:91) [org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.ClockServiceImplTest.testActivateDeactivateChronyProviderWithConfiguration(ClockServiceImplTest.java:123) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:24.837 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 13:58:24.837 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider - Error Synchronizing Clock org.eclipse.kura.KuraException: "Connection failed. {0}" at org.eclipse.kura.linux.clock.JavaNtpClockSyncProvider.syncClock(JavaNtpClockSyncProvider.java:66) ~[org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider.lambda$0(AbstractNtpClockSyncProvider.java:89) [org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider$$Lambda$18/0x00000000c4b55650.run(Unknown Source) [org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] Caused by: java.lang.NullPointerException at org.eclipse.kura.linux.clock.ClockServiceImpl.onClockUpdate(ClockServiceImpl.java:227) ~[org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.clock.JavaNtpClockSyncProvider.syncClock(JavaNtpClockSyncProvider.java:56) ~[org.eclipse.kura.linux.clock-1.2.2-SNAPSHOT.jar:?] ... 9 more 13:58:25.461 [AbstractNtpClockSyncProvider:schedule] ERROR org.eclipse.kura.linux.clock.AbstractNtpClockSyncProvider - Failed to synchronize System Clock. Exhausted retry attempts, giving up [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.665 s - in org.eclipse.kura.linux.clock.ClockServiceImplTest [INFO] Running org.eclipse.kura.linux.clock.ChronyClockSyncProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.kura.linux.clock.ChronyClockSyncProviderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/surefire.properties] 2022-06-28T13:58:30,031 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:58:30,632 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:58:30,648 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-306884 2022-06-28T13:58:30,766 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:58:30,767 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:58:30,767 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:58:30,767 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:58:30,767 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:58:30,768 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura 2022-06-28T13:58:30,768 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:58:30,768 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:58:30,768 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots 2022-06-28T13:58:30,768 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/tmp 2022-06-28T13:58:30,768 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:58:30,773 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:58:30,820 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:58:30,892 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:58:30,898 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:58:31,066 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:58:31,067 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:31,099 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:58:31,232 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:58:31,241 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:58:31,241 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:31,285 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:31,286 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:31,286 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:31,292 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:58:31,293 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:58:31,294 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:31,294 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:31,294 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:58:31,294 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:58:31,297 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:58:31,297 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:58:31,297 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:58:31,300 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:31,300 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:31,300 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:31,303 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:58:31,303 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:58:31,303 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:31,304 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:58:31,304 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:58:31,304 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:58:31,307 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:58:31,307 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:58:31,307 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:58:31,310 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:31,310 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:31,310 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:31,313 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:58:31,313 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:58:31,313 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:31,337 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:58:31,338 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:58:31,339 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:58:31,339 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:58:31,339 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:58:31,342 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:58:31,343 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:58:31,343 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:58:31,400 [ConfigurationListener Event Queue] INFO o.e.k.l.c.ClockServiceImpl - Activate. Current Time: 2022-06-28T13:58:31.400+0000 2022-06-28T13:58:31,439 [ConfigurationListener Event Queue] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Perform periodic clock updates every 3600 sec 2022-06-28T13:58:31,440 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Try to sync clock (0) 2022-06-28T13:58:31,440 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.clock.ClockService.... 2022-06-28T13:58:31,440 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.clock.ClockService....Done 2022-06-28T13:58:31,453 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:58:31,469 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:58:31,469 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:58:31,471 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:58:31,480 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.ClockServiceImpl - Clock update. Offset: 0 2022-06-28T13:58:31,541 [AbstractNtpClockSyncProvider:schedule] ERROR o.e.k.l.c.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 2022-06-28T13:58:31,542 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Clock synced 2022-06-28T13:58:31,556 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:58:31,558 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:31,561 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:31,561 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:58:31,561 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:58:31,562 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:31,581 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:31,581 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:58:31,582 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:58:31,585 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:58:31,585 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:58:31,585 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:31,589 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:31,589 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:58:31,590 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:31,593 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:31,593 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:58:31,593 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:58:31,593 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:31,596 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:31,601 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:58:31,601 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:31,606 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:31,638 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:58:31,639 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:58:31,643 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:58:31,645 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:58:31,647 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:58:31,652 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:58:31,659 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:58:31,659 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:58:31,663 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:58:31,666 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:58:31,669 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:58:31,675 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.clock.ClockService ... 2022-06-28T13:58:31,676 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.clock.ClockService 2022-06-28T13:58:31,679 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.clock.ClockService 2022-06-28T13:58:31,682 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:58:31,683 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:31,685 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:31,751 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:58:31,751 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:58:31,751 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:58:31,751 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:58:31,751 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:58:31,751 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:58:31,755 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:58:31,755 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:31,758 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:31,766 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:58:31,769 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:58:31,770 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:31,770 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:58:31,770 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:31,770 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:31,770 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:58:31,773 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:58:31,777 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:31,777 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:58:31,781 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:58:31,782 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:31,806 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots/snapshot_1656424711794.xml... 2022-06-28T13:58:31,809 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/kura/user/snapshots/snapshot_1656424711794.xml... Done. 2022-06-28T13:58:31,809 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:58:31,810 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:58:31,810 [Start Level: Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:58:31,810 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:58:31,810 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:58:31,849 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:58:31,865 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:58:31,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:31,867 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:31,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:31,867 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:31,951 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:58:31,965 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:58:31,976 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:58:31,976 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: 2022-06-28T13:58:31,988 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:58:31,990 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:58:31,991 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:31,992 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:31,992 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:31,992 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:31,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:58:31,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:31,995 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:31,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:31,995 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:32,038 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:32,039 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:58:32,039 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:58:32,040 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:58:32,040 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:32,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:58:32,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:58:32,040 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:32,041 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:32,041 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:32,041 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:32,041 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:58:32,042 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:58:32,042 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:58:32,044 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:32,048 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:58:32,049 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:32,050 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:58:32,050 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:32,051 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:32,051 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:32,051 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:32,052 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:32,052 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:58:32,052 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:58:32,057 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:32,058 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:58:32,058 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:58:32,058 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:58:32,060 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:32,060 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:58:32,060 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:58:32,060 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.clock.ClockService 2022-06-28T13:58:32,060 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:32,060 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:58:32,060 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:58:32,061 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:58:32,061 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:32,064 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:58:32,065 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:58:32,066 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:58:32,067 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:58:32,069 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:58:32,069 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:58:32,070 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:32,088 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:58:32,091 [ConfigurationListener Event Queue] INFO o.e.k.l.c.ClockServiceImpl - Updated... 2022-06-28T13:58:32,091 [ConfigurationListener Event Queue] INFO o.e.k.l.c.ClockServiceImpl - New configuration for Clock Service 2022-06-28T13:58:32,091 [ConfigurationListener Event Queue] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Perform periodic clock updates every 3600 sec 2022-06-28T13:58:32,092 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Try to sync clock (0) 2022-06-28T13:58:32,102 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.ClockServiceImpl - Clock update. Offset: 0 2022-06-28T13:58:32,104 [AbstractNtpClockSyncProvider:schedule] ERROR o.e.k.l.c.ClockServiceImpl - Unexpected error while updating Hardware Clock - rc = 1 2022-06-28T13:58:32,104 [AbstractNtpClockSyncProvider:schedule] INFO o.e.k.l.c.AbstractNtpClockSyncProvider - Clock synced 2022-06-28T13:58:33,070 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:58:33,075 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:58:33,077 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.l.c.ClockServiceImpl - Deactivate... 2022-06-28T13:58:33,079 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:58:33,083 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:58:33,084 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:58:33,099 [Framework stop - Equinox Container: 19bec8ae-f41e-4097-9f3e-7cd6685d0d83] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.linux.clock.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.linux.clock' with 8 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/5.1.2/org.eclipse.kura.linux.clock.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/5.1.2/org.eclipse.kura.linux.clock.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/org.eclipse.kura.linux.clock.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/5.1.2/org.eclipse.kura.linux.clock.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/5.1.2/org.eclipse.kura.linux.clock.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.clock.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.clock.test/5.1.2/org.eclipse.kura.linux.clock.test-5.1.2-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] ---------< org.eclipse.kura:org.eclipse.kura.linux.gpio.test >---------- [INFO] Building org.eclipse.kura.linux.gpio.test 5.1.2 [149/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.linux.gpio.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.linux.gpio.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/src/test/java/org/eclipse/kura/linux/gpio/GPIOServiceImplTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/src/test/java/org/eclipse/kura/linux/gpio/GPIOServiceImplTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/src/test/java/org/eclipse/kura/linux/gpio/GPIOServiceImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.linux.gpio.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.linux.gpio.JdkDioPinTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.174 s - in org.eclipse.kura.linux.gpio.JdkDioPinTest [INFO] Running org.eclipse.kura.linux.gpio.GPIOServiceImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.kura.linux.gpio.GPIOServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/surefire.properties] 2022-06-28T13:58:39,964 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:58:40,382 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:58:40,394 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-844465 2022-06-28T13:58:40,465 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:58:40,465 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:58:40,465 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:58:40,465 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:58:40,465 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:58:40,466 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura 2022-06-28T13:58:40,466 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:58:40,466 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:58:40,466 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots 2022-06-28T13:58:40,466 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/tmp 2022-06-28T13:58:40,466 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:58:40,469 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:58:40,507 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:58:40,621 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:58:40,624 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:58:40,780 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:58:40,780 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:40,814 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:58:40,947 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:58:40,959 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:58:40,959 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:40,998 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:40,999 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:40,999 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:41,004 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:58:41,004 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:58:41,005 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:41,005 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:41,005 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:58:41,006 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:58:41,009 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:58:41,009 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:58:41,009 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:58:41,012 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:41,012 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:41,012 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:41,015 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:58:41,015 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:58:41,015 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:41,015 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:58:41,015 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:58:41,015 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:58:41,018 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:58:41,018 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:58:41,018 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:58:41,021 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:41,021 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:41,021 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:41,024 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:58:41,024 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:58:41,024 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:41,032 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:58:41,032 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:58:41,032 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:58:41,035 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:58:41,035 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:58:41,035 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:58:41,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:58:41,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:58:41,077 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:58:41,093 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:58:41,093 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:58:41,095 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:58:41,162 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:58:41,164 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:41,168 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:41,168 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:58:41,168 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:58:41,169 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:41,188 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:41,188 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:58:41,188 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:58:41,191 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:58:41,191 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:58:41,192 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:41,196 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:41,196 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:58:41,197 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:41,200 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:41,200 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:58:41,200 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:58:41,201 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:41,204 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:41,208 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:58:41,209 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:41,211 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:41,237 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:58:41,238 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:58:41,240 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:58:41,244 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:58:41,248 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:58:41,254 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:58:41,254 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:58:41,256 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:58:41,257 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:58:41,260 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:58:41,263 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:58:41,269 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:58:41,269 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:41,272 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:41,291 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:58:41,291 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:58:41,292 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:58:41,292 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:58:41,292 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:58:41,292 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:58:41,298 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:58:41,337 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:41,340 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:41,344 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:58:41,346 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:58:41,347 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:41,347 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:58:41,347 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:41,347 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:41,347 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:58:41,352 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:58:41,356 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:41,356 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:58:41,356 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:58:41,357 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:41,386 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots/snapshot_1656424721376.xml... 2022-06-28T13:58:41,389 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/kura/user/snapshots/snapshot_1656424721376.xml... Done. 2022-06-28T13:58:41,390 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:58:41,390 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:58:41,390 [Start Level: Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:58:41,390 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:58:41,390 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:58:41,440 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:58:41,460 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:58:41,464 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:41,464 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:41,464 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:41,464 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:41,537 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:58:41,549 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:58:41,563 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:58:41,563 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:58:41,575 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:58:41,576 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:41,577 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:41,577 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:58:41,577 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:41,577 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:41,578 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:58:41,579 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:41,579 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:41,579 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:41,579 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:41,581 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:58:41,582 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:41,582 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:41,582 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:41,582 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:41,584 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:41,589 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:58:41,589 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:41,590 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:58:41,590 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:58:41,590 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:41,590 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:58:41,590 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:58:41,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:58:41,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:58:41,591 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:41,591 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:41,591 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:41,591 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:41,591 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:58:41,592 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:58:41,592 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:58:41,592 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:58:41,593 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:41,593 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:58:41,594 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:58:41,637 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:58:41,638 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:41,638 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:58:41,638 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:41,638 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:58:41,638 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:58:41,638 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:58:41,638 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:41,641 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:58:41,642 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:58:41,647 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:58:41,653 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:58:41,655 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:58:41,656 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:58:41,656 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:42,656 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:58:42,660 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:58:42,662 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:58:42,667 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:58:42,669 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:58:42,695 [Framework stop - Equinox Container: 347c2358-2060-4799-9432-c1aaa18e1d1a] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.linux.gpio.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.linux.gpio' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/5.1.2/org.eclipse.kura.linux.gpio.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/5.1.2/org.eclipse.kura.linux.gpio.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/org.eclipse.kura.linux.gpio.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/5.1.2/org.eclipse.kura.linux.gpio.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/5.1.2/org.eclipse.kura.linux.gpio.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.gpio.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.gpio.test/5.1.2/org.eclipse.kura.linux.gpio.test-5.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.linux.net.test >---------- [INFO] Building org.eclipse.kura.linux.net.test 5.1.2 [150/180] [INFO] ------------------------[ eclipse-test-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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.linux.net.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.linux.net.test --- [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-candidates/kura-5-1-0-release-candidate/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 --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/src/main/java does not exist [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.linux.net.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.linux.net.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.linux.net.iptables.NatPostroutingChainRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.892 s - in org.eclipse.kura.linux.net.iptables.NatPostroutingChainRuleTest [INFO] Running org.eclipse.kura.linux.net.iptables.NatPreroutingChainRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.linux.net.iptables.NatPreroutingChainRuleTest [INFO] Running org.eclipse.kura.linux.net.iptables.LinuxFirewallTest 13:58:46.095 [main] ERROR org.eclipse.kura.linux.net.iptables.LinuxFirewall - failed to initialize LinuxFirewall org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.restore(IptablesConfig.java:621) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewall.initialize(LinuxFirewall.java:93) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewall.(LinuxFirewall.java:85) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewall.getInstance(LinuxFirewall.java:68) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.iptables.LinuxFirewallTest.deleteAllPortForwardRuleTest(LinuxFirewallTest.java:349) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] Caused by: java.io.FileNotFoundException: /etc/sysconfig/iptables (No such file or directory) at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_292] at java.io.FileInputStream.(FileInputStream.java:138) ~[?:1.8.0_292] at java.io.FileInputStream.(FileInputStream.java:93) ~[?:1.8.0_292] at java.io.FileReader.(FileReader.java:58) ~[?:1.8.0_292] at org.eclipse.kura.linux.net.iptables.IptablesConfig.restore(IptablesConfig.java:615) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] ... 29 more [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s - in org.eclipse.kura.linux.net.iptables.LinuxFirewallTest [INFO] Running org.eclipse.kura.linux.net.iptables.FilterForwardChainRuleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.linux.net.iptables.FilterForwardChainRuleTest [INFO] Running org.eclipse.kura.linux.net.iptables.LocalRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.linux.net.iptables.LocalRuleTest [INFO] Running org.eclipse.kura.linux.net.iptables.IpTablesConfigTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.kura.linux.net.iptables.IpTablesConfigTest [INFO] Running org.eclipse.kura.linux.net.util.DhcpLeaseToolTest [MacAddress:a8:6d:aa:0b:53:ff, IpAddress:172.16.1.100, Hostname:DESKTOP-4E3ACHI] [MacAddress:a8:6d:aa:0b:53:ff, IpAddress:172.16.1.100, Hostname:DESKTOP-4E3ACHI] [MacAddress:bc:a8:a6:9a:0f:ff, IpAddress:172.16.1.101, Hostname:20HEPF0UV1B5] [MacAddress:cd:fg:a7:54:1f:ff, IpAddress:172.16.1.102, Hostname:DELLGEEK] [MacAddress:a9:bc:c8:88:bb:ff, IpAddress:172.16.1.103, Hostname:TECHTERMS] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.kura.linux.net.util.DhcpLeaseToolTest [INFO] Running org.eclipse.kura.linux.net.util.ExtractWiFiCapabilitiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.kura.linux.net.util.ExtractWiFiCapabilitiesTest [INFO] Running org.eclipse.kura.linux.net.util.IwCapabilityToolTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kura.linux.net.util.IwCapabilityToolTest [INFO] Running org.eclipse.kura.linux.net.util.LinuxNetworkUtilTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kura.linux.net.util.LinuxNetworkUtilTest [INFO] Running org.eclipse.kura.linux.net.util.ParseIwScanOutputTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kura.linux.net.util.ParseIwScanOutputTest [INFO] Running org.eclipse.kura.linux.net.dhcp.DhcpServerManagerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kura.linux.net.dhcp.DhcpServerManagerTest [INFO] Running org.eclipse.kura.linux.net.NetworkServiceImplTest 13:58:46.596 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldAddValidUsbModem(NetworkServiceImplTest.java:97) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.606 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldAddValidUsbModem(NetworkServiceImplTest.java:97) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.608 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldAddValidUsbModem(NetworkServiceImplTest.java:97) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.609 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldAddValidUsbModem(NetworkServiceImplTest.java:97) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.610 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldAddValidUsbModem(NetworkServiceImplTest.java:97) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.611 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldAddValidUsbModem(NetworkServiceImplTest.java:97) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.650 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldListNetworkInterfaces(NetworkServiceImplTest.java:85) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.651 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldListNetworkInterfaces(NetworkServiceImplTest.java:85) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.652 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldListNetworkInterfaces(NetworkServiceImplTest.java:85) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.653 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldListNetworkInterfaces(NetworkServiceImplTest.java:85) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.654 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldListNetworkInterfaces(NetworkServiceImplTest.java:85) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 13:58:46.655 [main] ERROR org.eclipse.kura.linux.net.NetworkServiceImpl - handleEvent() :: Failed to install modem device driver cdc_acm java.lang.NullPointerException: null at org.eclipse.kura.linux.net.modem.UsbModemDriver.manageDriver(UsbModemDriver.java:151) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.modem.UsbModemDriver.install(UsbModemDriver.java:43) ~[org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.installModemDriver(NetworkServiceImpl.java:704) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.manageDeviceAddedEvent(NetworkServiceImpl.java:631) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImpl.handleEvent(NetworkServiceImpl.java:565) [org.eclipse.kura.linux.net-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest$$Lambda$59/0x0000000060b50ea0.accept(Unknown Source) [test-classes/:?] at java.util.ArrayList.forEach(ArrayList.java:1259) [?:1.8.0_292] at org.eclipse.kura.linux.net.NetworkServiceImplTest.whenReceivedEvents(NetworkServiceImplTest.java:185) [test-classes/:?] at org.eclipse.kura.linux.net.NetworkServiceImplTest.shouldListNetworkInterfaces(NetworkServiceImplTest.java:85) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.kura.linux.net.NetworkServiceImplTest [INFO] Running org.eclipse.kura.linux.net.ppp.PppLinuxTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.023 s - in org.eclipse.kura.linux.net.ppp.PppLinuxTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-5.1.2.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] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.linux.net.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/surefire.properties] 2022-06-28T13:58:56,787 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:58:57,265 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:58:57,281 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-387958 2022-06-28T13:58:57,383 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:58:57,383 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:58:57,384 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:58:57,384 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:58:57,384 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:58:57,384 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura 2022-06-28T13:58:57,384 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:58:57,385 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:58:57,385 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots 2022-06-28T13:58:57,385 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/tmp 2022-06-28T13:58:57,385 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:58:57,388 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:58:57,441 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:58:57,515 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:58:57,518 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:58:57,716 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:58:57,716 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:57,766 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:58:57,898 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:58:57,910 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:58:57,911 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:57,956 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:57,957 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:57,958 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:57,969 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:58:57,969 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:58:57,982 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:57,983 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:57,983 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:58:57,983 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:58:57,986 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:58:57,986 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:58:57,987 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:58:57,994 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:57,995 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:57,995 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:57,998 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:58:57,998 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:58:57,999 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:57,999 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:58:57,999 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:58:57,999 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:58:58,003 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:58:58,003 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:58:58,003 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:58:58,006 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:58,006 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:58,007 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:58,010 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:58:58,010 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:58:58,010 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:58,037 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:58:58,037 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:58:58,038 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:58:58,041 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:58:58,041 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:58:58,042 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:58:58,046 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:58:58,046 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:58:58,065 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:58:58,091 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:58:58,091 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:58:58,093 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:58:58,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:58:58,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:58,182 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:58,182 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:58:58,182 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:58:58,185 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:58:58,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:58:58,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:58,188 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:58:58,189 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:58:58,189 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:58,210 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:58,210 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:58:58,210 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:58:58,210 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:58,213 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:58:58,213 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:58:58,213 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:58:58,214 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:58,238 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:58,242 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:58:58,243 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:58,246 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:58:58,252 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:58:58,252 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:58:58,255 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:58:58,258 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:58:58,261 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:58:58,264 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:58:58,267 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:58:58,267 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:58:58,270 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:58:58,274 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:58:58,280 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:58:58,285 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:58:58,285 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:58,289 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:58,345 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:58:58,346 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:58:58,346 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:58:58,346 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:58:58,346 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:58:58,346 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:58:58,349 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:58:58,349 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:58,355 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:58:58,359 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:58:58,361 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:58:58,362 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:58,362 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:58:58,362 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:58,362 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:58,362 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:58:58,368 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:58:58,372 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:58,372 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:58:58,373 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:58:58,373 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:58:58,445 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots/snapshot_1656424738399.xml... 2022-06-28T13:58:58,449 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/kura/user/snapshots/snapshot_1656424738399.xml... Done. 2022-06-28T13:58:58,449 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:58:58,450 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:58:58,450 [Start Level: Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:58:58,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:58:58,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:58:58,476 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:58:58,559 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:58:58,563 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:58,563 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:58,563 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:58,563 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:58,602 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: 2022-06-28T13:58:58,653 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:58:58,665 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:58,665 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:58,666 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:58:58,666 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:58:58,666 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:58:58,667 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:58:58,667 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:58:58,669 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:58,674 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:58:58,675 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:58:58,675 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:58:58,675 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:58:58,686 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:58:58,688 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:58:58,688 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:58:58,688 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:58:58,689 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:58:58,690 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:58:58,690 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:58:58,690 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:58:58,690 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:58:58,690 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:58:58,690 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:58:58,694 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:58:58,695 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:58:58,695 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:58:58,695 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:58:58,696 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:58:58,696 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:58:58,697 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:58:58,697 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:58,697 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:58:58,697 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:58:58,698 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:58:58,699 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:58:58,699 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:58:59,700 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:58:59,704 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:58:59,707 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:58:59,707 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:58:59,718 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:58:59,721 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:58:59,743 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:58:59,752 [Framework stop - Equinox Container: 3c53b241-97bb-4edb-b761-5ae472dbc31c] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.linux.net.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.linux.net' with 58 classes [INFO] Analyzed bundle 'org.eclipse.kura.test' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/5.1.2/org.eclipse.kura.linux.net.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/5.1.2/org.eclipse.kura.linux.net.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/org.eclipse.kura.linux.net.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/5.1.2/org.eclipse.kura.linux.net.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/5.1.2/org.eclipse.kura.linux.net.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.net.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.net.test/5.1.2/org.eclipse.kura.linux.net.test-5.1.2-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] -------< org.eclipse.kura:org.eclipse.kura.linux.position.test >-------- [INFO] Building org.eclipse.kura.linux.position.test 5.1.2 [151/180] [INFO] ------------------------[ eclipse-test-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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.linux.position.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.linux.position.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.linux.position.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/src/test/java/org/eclipse/kura/linux/position/ModemGpsStatusTrackerTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/src/test/java/org/eclipse/kura/linux/position/ModemGpsStatusTrackerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/src/test/java/org/eclipse/kura/linux/position/ModemGpsStatusTrackerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.linux.position.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.linux.position.UseGpsdPositionProviderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.364 s - in org.eclipse.kura.linux.position.UseGpsdPositionProviderTest [INFO] Running org.eclipse.kura.linux.position.ModemGpsStatusTrackerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kura.linux.position.ModemGpsStatusTrackerTest [INFO] Running org.eclipse.kura.linux.position.PositionServiceTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.131 s - in org.eclipse.kura.linux.position.PositionServiceTest [INFO] Running org.eclipse.kura.linux.position.GpsDeviceTest 13:59:27.142 [Thread-17] ERROR org.eclipse.kura.linux.position.GpsDevice - Exception in gps read java.io.IOException: test at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) ~[?:1.8.0_292] at java.io.BufferedInputStream.read(BufferedInputStream.java:265) ~[?:1.8.0_292] at org.eclipse.kura.linux.position.GpsDevice$SerialCommunicate.doPollWork(GpsDevice.java:182) [org.eclipse.kura.linux.position-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.linux.position.GpsDevice$SerialCommunicate.run(GpsDevice.java:128) [org.eclipse.kura.linux.position-1.1.2-SNAPSHOT.jar:?] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.219 s - in org.eclipse.kura.linux.position.GpsDeviceTest [INFO] Running org.eclipse.kura.linux.position.GpsDeviceTrackerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.kura.linux.position.GpsDeviceTrackerTest [INFO] Running org.eclipse.kura.linux.position.NMEAParserTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kura.linux.position.NMEAParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-5.1.2.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] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.linux.position.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/surefire.properties] 2022-06-28T13:59:32,162 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:59:32,681 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:59:32,695 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-805622 2022-06-28T13:59:32,784 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:59:32,784 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:59:32,784 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:59:32,784 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:59:32,784 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:59:32,785 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura 2022-06-28T13:59:32,785 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:59:32,785 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:59:32,785 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots 2022-06-28T13:59:32,785 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/tmp 2022-06-28T13:59:32,785 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:59:32,788 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:59:32,813 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:59:32,889 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:59:32,892 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:59:33,024 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:59:33,024 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:59:33,062 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:59:33,181 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:59:33,192 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:59:33,193 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:59:33,233 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:33,234 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:33,234 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:33,239 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:59:33,239 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:59:33,240 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:33,240 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:59:33,240 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:59:33,241 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:59:33,244 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:59:33,244 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:59:33,244 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:59:33,247 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:33,247 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:33,247 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:33,250 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:59:33,250 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:59:33,250 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:33,250 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:59:33,251 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:59:33,251 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:59:33,254 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:59:33,254 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:59:33,254 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:59:33,257 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:33,257 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:33,257 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:33,260 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:59:33,260 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:59:33,260 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:33,270 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:59:33,270 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:59:33,270 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:59:33,273 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:59:33,273 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:59:33,273 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:59:33,287 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:59:33,287 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:59:33,337 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:59:33,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:59:33,352 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:59:33,354 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:59:33,397 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:59:33,399 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:33,437 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:33,437 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:59:33,437 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:59:33,438 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:33,441 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:33,441 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:59:33,441 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:59:33,442 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:59:33,461 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:59:33,462 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:59:33,462 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:59:33,462 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:33,467 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:33,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:59:33,471 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:59:33,471 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:59:33,471 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:59:33,474 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:59:33,474 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:59:33,475 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:59:33,478 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:59:33,483 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:59:33,484 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:59:33,487 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:59:33,489 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:59:33,492 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:59:33,497 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:59:33,497 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:59:33,500 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:59:33,503 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:59:33,506 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:59:33,506 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:59:33,539 [ConfigurationListener Event Queue] INFO o.e.k.l.p.PositionServiceImpl - Updating... Done. 2022-06-28T13:59:33,539 [ConfigurationListener Event Queue] INFO o.e.k.l.p.PositionServiceImpl - Activating... Done. 2022-06-28T13:59:33,540 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:59:33,540 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:59:33,544 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:59:33,545 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:59:33,549 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:59:33,552 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:59:33,552 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:59:33,555 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:59:33,573 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:59:33,573 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:59:33,573 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:59:33,573 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:59:33,573 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:59:33,573 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:59:33,576 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:59:33,576 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:59:33,579 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:59:33,586 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:59:33,588 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:59:33,588 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:33,589 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:59:33,589 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:59:33,589 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:59:33,589 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:59:33,592 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:59:33,597 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:33,597 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:59:33,637 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:59:33,638 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:59:33,664 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots/snapshot_1656424773654.xml... 2022-06-28T13:59:33,668 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/kura/user/snapshots/snapshot_1656424773654.xml... Done. 2022-06-28T13:59:33,668 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:59:33,668 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:59:33,668 [Start Level: Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:59:33,689 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:59:33,740 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:59:33,744 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:59:33,744 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:33,744 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:59:33,744 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:59:33,784 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:59:33,799 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:59:33,840 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:59:33,840 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:59:33,849 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:59:33,849 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:59:33,850 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:33,850 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:59:33,850 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:59:33,851 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:59:33,853 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:59:33,853 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:33,854 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:59:33,854 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:33,855 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:59:33,855 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:59:33,856 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:59:33,857 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:59:33,857 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:59:33,857 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:33,858 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:59:33,859 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:59:33,859 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:33,859 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:59:33,859 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:59:33,860 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:59:33,860 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:33,860 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:59:33,860 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:59:33,861 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:59:33,861 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:59:33,862 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:59:33,862 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:59:33,863 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:59:33,863 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:59:33,863 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:59:33,863 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:59:33,864 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:33,864 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:59:33,864 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:33,865 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:59:33,865 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:59:33,865 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:59:33,865 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:59:33,871 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:59:33,872 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:59:33,872 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:59:33,872 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:59:33,873 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:59:33,884 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:59:33,888 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:59:33,890 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:59:33,890 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:59:33,890 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:33,891 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:59:33,951 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:59:34,891 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:59:34,896 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:59:34,900 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:59:34,902 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.l.p.PositionServiceImpl - Deactivating... Done. 2022-06-28T13:59:34,906 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:59:34,907 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:59:34,926 [Framework stop - Equinox Container: e47d20ba-d973-4b78-a1a4-31f8a085ed19] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.linux.position.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.linux.position' with 14 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/5.1.2/org.eclipse.kura.linux.position.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/5.1.2/org.eclipse.kura.linux.position.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/org.eclipse.kura.linux.position.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/5.1.2/org.eclipse.kura.linux.position.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/5.1.2/org.eclipse.kura.linux.position.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.position.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.position.test/5.1.2/org.eclipse.kura.linux.position.test-5.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.linux.usb.test >---------- [INFO] Building org.eclipse.kura.linux.usb.test 5.1.2 [152/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.linux.usb.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.linux.usb.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.linux.usb.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.linux.usb.UsbServiceImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.086 s - in org.eclipse.kura.linux.usb.UsbServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/surefire.properties] 2022-06-28T13:59:41,707 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:59:42,190 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:59:42,203 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-345812 2022-06-28T13:59:42,279 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:59:42,280 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:59:42,280 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:59:42,280 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:59:42,280 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:59:42,280 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura 2022-06-28T13:59:42,280 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:59:42,281 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:59:42,281 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots 2022-06-28T13:59:42,281 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/tmp 2022-06-28T13:59:42,281 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:59:42,283 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:59:42,338 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:59:42,408 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:59:42,411 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:59:42,559 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:59:42,559 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:59:42,602 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:59:42,717 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:59:42,730 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:59:42,731 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:59:42,771 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:42,772 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:42,773 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:42,778 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:59:42,778 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:59:42,779 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:42,779 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:59:42,779 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:59:42,779 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:59:42,782 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:59:42,782 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:59:42,783 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:59:42,786 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:42,786 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:42,786 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:42,788 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:59:42,789 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:59:42,789 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:42,789 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:59:42,789 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:59:42,789 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:59:42,792 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:59:42,792 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:59:42,792 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:59:42,795 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:42,795 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:42,795 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:42,798 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:59:42,798 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:59:42,798 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:42,805 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:59:42,805 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:59:42,805 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:59:42,808 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:59:42,808 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:59:42,808 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:59:42,839 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:59:42,839 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:59:42,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:59:42,869 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:59:42,869 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:59:42,870 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:59:42,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:59:42,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:42,947 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:42,947 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:59:42,947 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:59:42,948 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:42,967 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:42,967 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:59:42,967 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:59:42,970 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:59:42,970 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:59:42,970 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:59:42,975 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:59:42,975 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:59:42,975 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:59:42,979 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:59:42,979 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:59:42,979 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:59:42,979 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:42,982 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:42,987 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:59:42,987 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:59:42,990 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:59:42,996 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:59:42,996 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:59:42,999 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:59:43,002 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:59:43,007 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:59:43,008 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:59:43,012 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:59:43,012 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:59:43,039 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:59:43,042 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:59:43,046 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:59:43,050 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:59:43,050 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:59:43,053 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:59:43,068 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:59:43,068 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:59:43,068 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:59:43,071 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:59:43,071 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:59:43,071 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:59:43,074 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:59:43,075 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:59:43,078 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:59:43,082 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:59:43,087 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:59:43,088 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:43,088 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:59:43,088 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:59:43,088 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:59:43,088 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:59:43,092 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:59:43,095 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:43,095 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:59:43,096 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:59:43,096 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:59:43,160 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots/snapshot_1656424783149.xml... 2022-06-28T13:59:43,164 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/kura/user/snapshots/snapshot_1656424783149.xml... Done. 2022-06-28T13:59:43,164 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:59:43,164 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:59:43,164 [Start Level: Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:59:43,164 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:59:43,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:59:43,180 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:59:43,199 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:59:43,237 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:59:43,237 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:43,237 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:59:43,238 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:59:43,275 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: 2022-06-28T13:59:43,287 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:59:43,298 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:59:43,298 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:59:43,299 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:59:43,300 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:59:43,300 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:43,300 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:59:43,301 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:59:43,304 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:43,307 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:59:43,308 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:59:43,308 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:59:43,308 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:43,345 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:59:43,347 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:59:43,347 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:59:43,347 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:59:43,347 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:59:43,347 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:59:43,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:59:43,348 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:43,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:59:43,348 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:59:43,348 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:43,349 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:59:43,349 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:43,349 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:59:43,349 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:59:43,349 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:59:43,353 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:59:43,355 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:59:43,355 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:59:43,355 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:59:43,356 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:59:43,357 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:59:43,357 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:59:43,358 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:59:43,359 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:59:43,359 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:43,361 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:59:43,382 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:59:44,359 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:59:44,362 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:59:44,364 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:59:44,366 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:59:44,367 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:59:44,385 [Framework stop - Equinox Container: 39a9861b-b2a4-4fbd-89cb-0b7d755db11c] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.linux.usb.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.linux.usb' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/5.1.2/org.eclipse.kura.linux.usb.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/5.1.2/org.eclipse.kura.linux.usb.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/org.eclipse.kura.linux.usb.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/5.1.2/org.eclipse.kura.linux.usb.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/5.1.2/org.eclipse.kura.linux.usb.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.usb.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.usb.test/5.1.2/org.eclipse.kura.linux.usb.test-5.1.2-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] -------< org.eclipse.kura:org.eclipse.kura.linux.watchdog.test >-------- [INFO] Building org.eclipse.kura.linux.watchdog.test 5.1.2 [153/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.linux.watchdog.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.linux.watchdog.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/src/test/java/org/eclipse/kura/linux/watchdog/WatchdogServiceImplTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/src/test/java/org/eclipse/kura/linux/watchdog/WatchdogServiceImplTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/src/test/java/org/eclipse/kura/linux/watchdog/WatchdogServiceImplTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.linux.watchdog.RebootCauseFileWriterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 s - in org.eclipse.kura.linux.watchdog.RebootCauseFileWriterTest [INFO] Running org.eclipse.kura.linux.watchdog.WatchdogServiceImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.014 s - in org.eclipse.kura.linux.watchdog.WatchdogServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/surefire.properties] 2022-06-28T13:59:52,931 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T13:59:53,319 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T13:59:53,342 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-868447 2022-06-28T13:59:53,426 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T13:59:53,427 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T13:59:53,427 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T13:59:53,427 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T13:59:53,427 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T13:59:53,427 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura 2022-06-28T13:59:53,427 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T13:59:53,427 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T13:59:53,428 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots 2022-06-28T13:59:53,428 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/tmp 2022-06-28T13:59:53,428 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T13:59:53,431 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T13:59:53,468 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T13:59:53,543 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T13:59:53,545 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T13:59:53,684 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T13:59:53,684 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:59:53,713 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T13:59:53,815 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T13:59:53,824 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T13:59:53,825 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:59:53,859 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:53,860 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:53,860 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:53,867 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T13:59:53,867 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T13:59:53,869 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:53,869 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T13:59:53,870 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T13:59:53,870 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:59:53,879 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T13:59:53,880 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T13:59:53,880 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T13:59:53,883 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:53,883 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:53,883 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:53,887 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T13:59:53,887 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T13:59:53,887 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:53,887 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T13:59:53,887 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T13:59:53,887 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T13:59:53,890 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T13:59:53,890 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T13:59:53,891 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T13:59:53,894 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:53,894 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:53,894 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:53,897 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T13:59:53,897 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T13:59:53,898 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:53,906 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:59:53,907 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T13:59:53,907 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T13:59:53,939 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T13:59:53,939 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T13:59:53,939 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T13:59:53,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T13:59:53,941 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T13:59:54,041 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:59:54,059 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T13:59:54,060 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:59:54,061 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T13:59:54,086 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T13:59:54,088 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:54,091 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:54,092 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T13:59:54,092 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T13:59:54,092 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:54,112 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:54,112 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T13:59:54,112 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T13:59:54,140 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T13:59:54,140 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T13:59:54,140 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:59:54,145 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:59:54,145 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T13:59:54,146 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:59:54,149 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T13:59:54,149 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T13:59:54,149 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T13:59:54,150 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:54,153 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:54,159 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T13:59:54,160 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:59:54,162 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:59:54,171 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T13:59:54,172 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T13:59:54,175 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T13:59:54,180 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T13:59:54,183 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T13:59:54,185 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T13:59:54,191 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T13:59:54,192 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:59:54,196 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T13:59:54,200 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:59:54,205 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:59:54,241 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T13:59:54,241 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:59:54,248 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:59:54,254 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T13:59:54,254 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:59:54,261 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:59:54,281 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T13:59:54,281 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T13:59:54,281 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T13:59:54,281 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T13:59:54,281 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T13:59:54,281 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T13:59:54,285 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T13:59:54,285 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:59:54,293 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T13:59:54,298 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T13:59:54,298 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T13:59:54,338 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T13:59:54,340 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T13:59:54,341 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:54,341 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T13:59:54,341 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T13:59:54,341 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:59:54,341 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T13:59:54,346 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T13:59:54,348 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:59:54,349 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:54,349 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T13:59:54,350 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T13:59:54,351 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T13:59:54,374 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots/snapshot_1656424794364.xml... 2022-06-28T13:59:54,377 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/kura/user/snapshots/snapshot_1656424794364.xml... Done. 2022-06-28T13:59:54,377 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T13:59:54,377 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T13:59:54,377 [Start Level: Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T13:59:54,394 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T13:59:54,397 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:59:54,397 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:54,397 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:59:54,398 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:59:54,472 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T13:59:54,483 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T13:59:54,494 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T13:59:54,494 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T13:59:54,536 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T13:59:54,538 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T13:59:54,540 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:59:54,540 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:54,540 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:59:54,540 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:59:54,543 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T13:59:54,543 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:59:54,543 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:54,544 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:59:54,544 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T13:59:54,553 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T13:59:54,553 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T13:59:54,554 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T13:59:54,554 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T13:59:54,554 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T13:59:54,555 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T13:59:54,556 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T13:59:54,562 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:59:54,563 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:59:54,564 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:59:54,564 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T13:59:54,565 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T13:59:54,565 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T13:59:54,568 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:54,572 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T13:59:54,573 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T13:59:54,573 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T13:59:54,574 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T13:59:54,574 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T13:59:54,575 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T13:59:54,575 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:54,575 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T13:59:54,576 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T13:59:54,576 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T13:59:54,576 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T13:59:54,576 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T13:59:54,576 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T13:59:54,578 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T13:59:54,578 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T13:59:54,578 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T13:59:54,579 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T13:59:54,580 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T13:59:54,580 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T13:59:54,580 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:59:54,580 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T13:59:54,580 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T13:59:54,580 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T13:59:54,580 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T13:59:54,581 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T13:59:54,581 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T13:59:54,581 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T13:59:54,584 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T13:59:54,584 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T13:59:54,589 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T13:59:54,637 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:59:54,638 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T13:59:54,638 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T13:59:54,650 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T13:59:55,639 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T13:59:55,642 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T13:59:55,645 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T13:59:55,651 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T13:59:55,653 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T13:59:55,684 [Framework stop - Equinox Container: 6907c1c3-6cfe-4cf0-992e-ca186aaf7079] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.linux.watchdog.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.linux.watchdog' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/5.1.2/org.eclipse.kura.linux.watchdog.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/5.1.2/org.eclipse.kura.linux.watchdog.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/org.eclipse.kura.linux.watchdog.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/5.1.2/org.eclipse.kura.linux.watchdog.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/5.1.2/org.eclipse.kura.linux.watchdog.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.linux.watchdog.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.linux.watchdog.test/5.1.2/org.eclipse.kura.linux.watchdog.test-5.1.2-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] ----------< org.eclipse.kura:org.eclipse.kura.net.admin.test >---------- [INFO] Building org.eclipse.kura.net.admin.test 5.1.2 [154/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.net.admin.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.net.admin.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/src/test/java/org/eclipse/kura/net/admin/monitor/ModemMonitorServiceImplTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/src/test/java/org/eclipse/kura/net/admin/monitor/ModemMonitorServiceImplTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/src/test/java/org/eclipse/kura/net/admin/monitor/ModemMonitorServiceImplTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/src/test/java/org/eclipse/kura/net/admin/monitor/ModemMonitorServiceImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.net.admin.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.net.admin.GetWifiHotSpotListTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 s - in org.eclipse.kura.net.admin.GetWifiHotSpotListTest [INFO] Running org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImplTest 14:00:02.452 [pool-10-thread-1] ERROR org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl - trackModem() :: null java.lang.reflect.InvocationTargetException: null at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.getCellularModemFactory(ModemMonitorServiceImpl.java:709) ~[org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.trackModem(ModemMonitorServiceImpl.java:663) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.lambda$0(ModemMonitorServiceImpl.java:177) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl$$Lambda$18/0x00000000c4a45250.run(Unknown Source) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] Caused by: java.lang.NullPointerException at org.eclipse.kura.net.admin.modem.telit.he910.TelitHe910ModemFactory.(TelitHe910ModemFactory.java:37) ~[org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.modem.telit.he910.TelitHe910ModemFactory.getInstance(TelitHe910ModemFactory.java:47) ~[org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] ... 15 more 14:00:11.584 [main] ERROR org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl - trackModem() :: No ModemFactory associated with specified modemDevice java.lang.IllegalArgumentException: No ModemFactory associated with specified modemDevice at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.getCellularModemFactory(ModemMonitorServiceImpl.java:702) ~[org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.trackModem(ModemMonitorServiceImpl.java:663) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.manageModemAddedEvent(ModemMonitorServiceImpl.java:259) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.handleEvent(ModemMonitorServiceImpl.java:240) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImplTest.testHandleEventModemAdded(ModemMonitorServiceImplTest.java:440) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:00:11.603 [main] ERROR org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl - monitor() :: Exception, 2 attempts left java.lang.NullPointerException: null at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl$MonitoredModem.initialize(ModemMonitorServiceImpl.java:959) ~[org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl$MonitoredModem.monitor(ModemMonitorServiceImpl.java:1013) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.processMonitor(ModemMonitorServiceImpl.java:604) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.monitor(ModemMonitorServiceImpl.java:590) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:127) [org.eclipse.kura.core.testutil-5.1.2.jar:?] at org.eclipse.kura.core.testutil.TestUtil.invokePrivate(TestUtil.java:150) [org.eclipse.kura.core.testutil-5.1.2.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImplTest.testModemReset(ModemMonitorServiceImplTest.java:1028) [test-classes/:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImplTest.testModemResetNotConnected(ModemMonitorServiceImplTest.java:1041) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:00:13.133 [pool-27-thread-1] ERROR org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl - Error getting installed modems java.lang.NullPointerException: null at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl.lambda$0(ModemMonitorServiceImpl.java:172) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl$$Lambda$18/0x00000000c4a45250.run(Unknown Source) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_292] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_292] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_292] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_292] at java.lang.Thread.run(Thread.java:823) [?:1.8.0_292] 14:00:16.144 [main] ERROR org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImpl - processNetworkConfigurationChangeEvent() :: Failed to disable modem GPS [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.559 s - in org.eclipse.kura.net.admin.monitor.ModemMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.monitor.WifiMonitorServiceImplTest 14:00:16.313 [main] ERROR org.eclipse.kura.net.admin.monitor.WifiMonitorServiceImpl - Could not update list of interfaces org.eclipse.kura.KuraException: Configuration Error: test at org.eclipse.kura.net.admin.monitor.WifiMonitorServiceImpl.activate(WifiMonitorServiceImpl.java:181) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.WifiMonitorServiceImplTest.testActivateNetConfigException(WifiMonitorServiceImplTest.java:110) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.193 s - in org.eclipse.kura.net.admin.monitor.WifiMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.monitor.EthernetMonitorServiceImplTest 14:00:20.351 [main] ERROR org.eclipse.kura.net.admin.monitor.EthernetMonitorServiceImpl - Could not update list of interfaces org.eclipse.kura.KuraException: Configuration Error: test at org.eclipse.kura.net.admin.monitor.EthernetMonitorServiceImpl.activate(EthernetMonitorServiceImpl.java:146) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.monitor.EthernetMonitorServiceImplTest.testActivateExceptionsNoConfig(EthernetMonitorServiceImplTest.java:78) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.kura.net.admin.monitor.EthernetMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.monitor.DnsMonitorServiceImplTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.kura.net.admin.monitor.DnsMonitorServiceImplTest [INFO] Running org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest 14:00:26.480 [main] ERROR org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl - Error updating the configuration java.lang.NullPointerException: null at org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl.updated(NetworkConfigurationServiceImpl.java:260) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl.activate(NetworkConfigurationServiceImpl.java:197) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest.testActivateDeactivate(NetworkConfigurationServiceImplTest.java:105) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:00:26.482 [main] ERROR org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl - Error updating the configuration java.lang.NullPointerException: null at org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl.migrateModemConfigs(NetworkConfigurationServiceImpl.java:1171) ~[org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImpl.updated(NetworkConfigurationServiceImpl.java:236) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest.testUpdatedException(NetworkConfigurationServiceImplTest.java:187) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.072 s - in org.eclipse.kura.net.admin.NetworkConfigurationServiceImplTest [INFO] Running org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest 14:00:26.513 [main] ERROR org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl - Failed to set Firewall Open Ports Configuration org.eclipse.kura.KuraException: Configuration Error: {0} at org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest$5.deleteAllLocalRules(FirewallConfigurationServiceImplTest.java:350) ~[test-classes/:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.setFirewallOpenPortConfiguration(FirewallConfigurationServiceImpl.java:208) ~[org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:108) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest.testUpdateFailureHandler(FirewallConfigurationServiceImplTest.java:371) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:00:26.515 [main] ERROR org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl - Failed to set Firewall Port Forwarding Configuration org.eclipse.kura.KuraException: Configuration Error: {0} at org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest$5.deleteAllPortForwardRules(FirewallConfigurationServiceImplTest.java:357) ~[test-classes/:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.setFirewallPortForwardingConfiguration(FirewallConfigurationServiceImpl.java:259) ~[org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:113) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest.testUpdateFailureHandler(FirewallConfigurationServiceImplTest.java:371) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:00:26.516 [main] ERROR org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl - Failed to set Firewall NAT Configuration org.eclipse.kura.KuraException: Configuration Error: {0} at org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest$5.deleteAllNatRules(FirewallConfigurationServiceImplTest.java:364) ~[test-classes/:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.setFirewallNatConfiguration(FirewallConfigurationServiceImpl.java:293) ~[org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:118) [org.eclipse.kura.net.admin-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest.testUpdateFailureHandler(FirewallConfigurationServiceImplTest.java:371) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.kura.net.admin.FirewallConfigurationServiceImplTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.HostapdConfigTest 14:00:26.579 [main] ERROR org.eclipse.kura.net.admin.visitor.linux.HostapdConfigWriter - Failed to generate hostapd configuration file for testinterface interface [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.kura.net.admin.visitor.linux.HostapdConfigTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.PppConfigTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.kura.net.admin.visitor.linux.PppConfigTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.FirewallAutoNatConfigTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.net.admin.visitor.linux.FirewallAutoNatConfigTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.DhcpConfigTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.kura.net.admin.visitor.linux.DhcpConfigTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.util.PppAuthSecretsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.kura.net.admin.visitor.linux.util.PppAuthSecretsTest [INFO] Running org.eclipse.kura.net.admin.visitor.linux.WpaSupplicantConfigTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.kura.net.admin.visitor.linux.WpaSupplicantConfigTest [INFO] Running org.eclipse.kura.net.admin.util.LinuxFileUtilTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.net.admin.util.LinuxFileUtilTest [INFO] Running org.eclipse.kura.net.admin.NetworkAdminServiceImplTest [PAIR_TKIP] [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.545 s - in org.eclipse.kura.net.admin.NetworkAdminServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/surefire.properties] 2022-06-28T14:00:32,030 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:00:32,411 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... 2022-06-28T14:00:32,480 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2022-06-28T14:00:32,482 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2022-06-28T14:00:32,487 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,492 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,498 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,503 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,508 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,513 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,518 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,526 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,531 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,538 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,544 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,549 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,551 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2022-06-28T14:00:32,553 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2022-06-28T14:00:32,558 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A input-kura -p icmp -m icmp --icmp-type 8 -m state --state NEW,RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:00:32,560 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A output-kura -p icmp -m icmp --icmp-type 0 -m state --state RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:00:32,562 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,564 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,566 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,568 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,570 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,572 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,574 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,576 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,579 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,580 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,583 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,586 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,587 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,589 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,591 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,593 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,595 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,624 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2022-06-28T14:00:32,623 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.LinuxFirewall - failed to initialize LinuxFirewall org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.restore(IptablesConfig.java:621) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.initialize(LinuxFirewall.java:93) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.(LinuxFirewall.java:85) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.getInstance(LinuxFirewall.java:68) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.getLinuxFirewall(FirewallConfigurationServiceImpl.java:348) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.activate(FirewallConfigurationServiceImpl.java:89) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:665) at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:338) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:382) at org.apache.felix.scr.impl.Activator.access$200(Activator.java:49) at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:264) at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:1) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) at org.eclipse.osgi.container.Module.start(Module.java:486) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1781) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) Caused by: java.io.FileNotFoundException: /etc/sysconfig/iptables (No such file or directory) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at java.io.FileInputStream.(FileInputStream.java:93) at java.io.FileReader.(FileReader.java:58) at org.eclipse.kura.linux.net.iptables.IptablesConfig.restore(IptablesConfig.java:615) ... 102 more 2022-06-28T14:00:32,671 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2022-06-28T14:00:32,673 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2022-06-28T14:00:32,675 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2022-06-28T14:00:32,677 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2022-06-28T14:00:32,679 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2022-06-28T14:00:32,681 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2022-06-28T14:00:32,683 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2022-06-28T14:00:32,685 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2022-06-28T14:00:32,687 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2022-06-28T14:00:32,689 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2022-06-28T14:00:32,691 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2022-06-28T14:00:32,693 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2022-06-28T14:00:32,696 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2022-06-28T14:00:32,698 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2022-06-28T14:00:32,718 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2022-06-28T14:00:32,720 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2022-06-28T14:00:32,722 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2022-06-28T14:00:32,724 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2022-06-28T14:00:32,725 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2022-06-28T14:00:32,730 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,739 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,745 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,749 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,754 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,759 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,764 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,769 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,774 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,778 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,783 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,788 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,790 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2022-06-28T14:00:32,792 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2022-06-28T14:00:32,794 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A input-kura -p icmp -m icmp --icmp-type 8 -m state --state NEW,RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:00:32,795 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A output-kura -p icmp -m icmp --icmp-type 0 -m state --state RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:00:32,797 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,799 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,800 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,802 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,804 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,806 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,807 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,809 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,811 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,813 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,815 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,817 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,837 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,839 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,841 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,843 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,844 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,845 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2022-06-28T14:00:32,845 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.n.a.FirewallConfigurationServiceImpl - Failed to set Firewall Open Ports Configuration org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.saveKuraChains(IptablesConfig.java:306) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.update(LinuxFirewall.java:409) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.deleteAllLocalRules(LinuxFirewall.java:325) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.deleteAllLocalRules(FirewallConfigurationServiceImpl.java:319) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.setFirewallOpenPortConfiguration(FirewallConfigurationServiceImpl.java:208) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:108) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.activate(FirewallConfigurationServiceImpl.java:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:665) at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:338) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:382) at org.apache.felix.scr.impl.Activator.access$200(Activator.java:49) at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:264) at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:1) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) at org.eclipse.osgi.container.Module.start(Module.java:486) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1781) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 2022-06-28T14:00:32,849 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2022-06-28T14:00:32,851 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2022-06-28T14:00:32,853 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2022-06-28T14:00:32,855 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2022-06-28T14:00:32,856 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2022-06-28T14:00:32,858 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2022-06-28T14:00:32,860 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2022-06-28T14:00:32,862 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2022-06-28T14:00:32,864 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2022-06-28T14:00:32,865 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2022-06-28T14:00:32,867 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2022-06-28T14:00:32,869 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2022-06-28T14:00:32,871 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2022-06-28T14:00:32,873 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2022-06-28T14:00:32,874 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2022-06-28T14:00:32,876 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2022-06-28T14:00:32,878 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2022-06-28T14:00:32,880 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2022-06-28T14:00:32,882 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2022-06-28T14:00:32,888 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,893 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,898 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,903 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,908 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,912 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,917 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,940 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,945 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,950 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,955 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,960 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:32,962 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2022-06-28T14:00:32,963 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2022-06-28T14:00:32,965 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A input-kura -p icmp -m icmp --icmp-type 8 -m state --state NEW,RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:00:32,967 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A output-kura -p icmp -m icmp --icmp-type 0 -m state --state RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:00:32,969 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,971 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,973 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,975 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,977 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,978 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,980 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,982 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,984 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,986 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,988 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,990 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,992 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,994 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,996 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:32,998 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,000 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,005 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2022-06-28T14:00:33,004 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.n.a.FirewallConfigurationServiceImpl - Failed to set Firewall Port Forwarding Configuration org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.saveKuraChains(IptablesConfig.java:306) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.update(LinuxFirewall.java:409) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.deleteAllPortForwardRules(LinuxFirewall.java:330) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.deleteAllPortForwardRules(FirewallConfigurationServiceImpl.java:327) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.setFirewallPortForwardingConfiguration(FirewallConfigurationServiceImpl.java:259) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:113) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.activate(FirewallConfigurationServiceImpl.java:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:665) at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:338) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:382) at org.apache.felix.scr.impl.Activator.access$200(Activator.java:49) at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:264) at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:1) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) at org.eclipse.osgi.container.Module.start(Module.java:486) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1781) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 2022-06-28T14:00:33,037 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2022-06-28T14:00:33,039 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2022-06-28T14:00:33,041 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2022-06-28T14:00:33,043 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2022-06-28T14:00:33,044 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2022-06-28T14:00:33,046 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2022-06-28T14:00:33,048 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2022-06-28T14:00:33,050 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2022-06-28T14:00:33,052 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2022-06-28T14:00:33,053 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2022-06-28T14:00:33,055 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2022-06-28T14:00:33,057 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2022-06-28T14:00:33,060 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2022-06-28T14:00:33,062 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2022-06-28T14:00:33,063 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2022-06-28T14:00:33,065 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2022-06-28T14:00:33,067 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2022-06-28T14:00:33,069 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2022-06-28T14:00:33,071 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2022-06-28T14:00:33,076 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,081 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,086 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,091 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,096 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,101 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,107 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,137 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,142 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,148 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,153 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,158 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:00:33,160 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2022-06-28T14:00:33,162 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2022-06-28T14:00:33,164 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A input-kura -p icmp -m icmp --icmp-type 8 -m state --state NEW,RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:00:33,166 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A output-kura -p icmp -m icmp --icmp-type 0 -m state --state RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:00:33,167 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,169 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,171 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,173 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,175 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,177 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,179 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,181 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,183 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,185 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,187 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,189 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,191 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,193 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,195 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,196 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,198 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:00:33,199 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2022-06-28T14:00:33,199 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] ERROR o.e.k.n.a.FirewallConfigurationServiceImpl - Failed to set Firewall NAT Configuration org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.saveKuraChains(IptablesConfig.java:306) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.update(LinuxFirewall.java:409) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.deleteAllNatRules(LinuxFirewall.java:345) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.deleteAllNatRules(FirewallConfigurationServiceImpl.java:323) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.setFirewallNatConfiguration(FirewallConfigurationServiceImpl.java:293) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:118) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.activate(FirewallConfigurationServiceImpl.java:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:665) at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:338) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:382) at org.apache.felix.scr.impl.Activator.access$200(Activator.java:49) at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:264) at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:1) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) at org.eclipse.osgi.container.Module.start(Module.java:486) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1781) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 2022-06-28T14:00:33,200 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... Done. 2022-06-28T14:00:33,312 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:00:33,339 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-151080 2022-06-28T14:00:33,451 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:00:33,451 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:00:33,451 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:00:33,452 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:00:33,452 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:00:33,452 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura 2022-06-28T14:00:33,452 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:00:33,452 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:00:33,452 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots 2022-06-28T14:00:33,452 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/tmp 2022-06-28T14:00:33,453 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:00:33,455 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:00:33,498 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:00:33,637 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:00:33,640 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:00:33,890 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] WARN o.e.k.c.c.ConfigurationServiceImpl - PID (kura.service.pid) is null 2022-06-28T14:00:33,891 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:00:33,891 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:00:33,892 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:00:34,066 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:00:34,077 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:00:34,077 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:00:34,140 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:34,141 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:34,141 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:34,147 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:00:34,147 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:00:34,148 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:34,148 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:00:34,148 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:00:34,149 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:00:34,152 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:00:34,152 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:00:34,152 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:00:34,155 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:34,156 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:34,156 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:34,159 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:00:34,159 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:00:34,159 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:34,159 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:00:34,159 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:00:34,159 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:00:34,162 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:00:34,162 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:00:34,162 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:00:34,165 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:34,165 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:34,165 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:34,168 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:00:34,168 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:00:34,168 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:34,176 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:00:34,176 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:00:34,177 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:00:34,180 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:00:34,180 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:00:34,180 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:00:34,180 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:00:34,180 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:00:34,196 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:00:34,249 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:00:34,249 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:00:34,251 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:00:34,291 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:00:34,293 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:34,296 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:34,296 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:00:34,297 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:00:34,300 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:00:34,300 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:00:34,300 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:00:34,303 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:00:34,306 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:00:34,307 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:34,351 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:34,351 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:00:34,351 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:00:34,352 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:00:34,360 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:00:34,360 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:00:34,360 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:00:34,361 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:34,375 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:34,381 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:00:34,381 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:00:34,390 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:00:34,391 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:00:34,399 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:00:34,400 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:00:34,412 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:00:34,416 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:00:34,427 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:00:34,451 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:00:34,451 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:00:34,464 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:00:34,467 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:00:34,476 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:00:34,482 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:00:34,482 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:00:34,488 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:00:34,518 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:00:34,518 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:00:34,518 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:00:34,518 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:00:34,518 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:00:34,518 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:00:34,519 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:00:34,519 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:00:34,522 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:00:34,522 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:00:34,552 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:00:34,557 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:00:34,560 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:00:34,562 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:00:34,562 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:34,562 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:00:34,562 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:00:34,562 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:00:34,562 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:00:34,572 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:00:34,585 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:34,585 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:00:34,586 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:00:34,587 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:00:34,620 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots/snapshot_1656424834605.xml... 2022-06-28T14:00:34,629 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/kura/user/snapshots/snapshot_1656424834605.xml... Done. 2022-06-28T14:00:34,629 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:00:34,629 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:00:34,629 [Start Level: Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:00:34,651 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:00:34,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:00:34,655 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:34,655 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:00:34,656 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:00:34,720 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:00:34,774 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:00:34,792 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:00:34,792 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:00:34,809 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:00:34,810 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:00:34,813 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:00:34,813 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:34,813 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:00:34,813 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. Results: 2022-06-28T14:00:34,822 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:00:34,822 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:00:34,822 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:00:34,823 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:00:34,823 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:00:34,824 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:00:34,824 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:00:34,825 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:34,825 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:00:34,825 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:00:34,827 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:00:34,827 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:00:34,853 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:34,854 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:00:34,856 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:00:34,858 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:00:34,858 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T14:00:34,859 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:34,859 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:34,860 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:34,860 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:34,860 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:34,861 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:34,862 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:00:34,871 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] WARN o.e.k.c.c.ConfigurationServiceImpl - pid is null 2022-06-28T14:00:34,871 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... 2022-06-28T14:00:34,872 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... Done. 2022-06-28T14:00:34,874 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:34,879 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:00:34,880 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:00:34,881 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:00:34,881 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:34,883 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:00:34,883 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:34,883 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:00:34,883 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:00:34,884 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:00:34,884 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:00:35,097 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:00:35,097 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:00:35,097 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:00:35,098 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:00:35,098 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:00:35,098 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:00:35,098 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:00:35,099 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:00:35,099 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:35,100 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:00:35,100 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:35,100 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:00:35,100 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:00:35,100 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:00:35,100 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:00:35,100 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:00:35,109 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:00:35,110 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:00:35,112 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:00:35,114 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:00:35,115 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:00:35,119 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:35,127 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:00:36,120 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:00:36,123 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:00:36,125 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:00:36,128 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:00:36,129 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:00:36,146 [Framework stop - Equinox Container: d0623b8f-b2c2-4883-bfe5-0ad8146979e8] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.net.admin.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.linux.net' with 58 classes [INFO] Analyzed bundle 'org.eclipse.kura.net.admin' with 106 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/5.1.2/org.eclipse.kura.net.admin.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/5.1.2/org.eclipse.kura.net.admin.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/org.eclipse.kura.net.admin.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/5.1.2/org.eclipse.kura.net.admin.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/5.1.2/org.eclipse.kura.net.admin.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.net.admin.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.net.admin.test/5.1.2/org.eclipse.kura.net.admin.test-5.1.2-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] -----< org.eclipse.kura:org.eclipse.kura.rest.asset.provider.test >----- [INFO] Building org.eclipse.kura.rest.asset.provider.test 5.1.2 [155/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.rest.asset.provider.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/src/test/java/org/eclipse/kura/internal/rest/asset/AssetRestServiceTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/src/test/java/org/eclipse/kura/internal/rest/asset/AssetRestServiceTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/src/test/java/org/eclipse/kura/internal/rest/asset/AssetRestServiceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.rest.asset.AssetRestServiceTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 s - in org.eclipse.kura.internal.rest.asset.AssetRestServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/surefire.properties] 2022-06-28T14:00:43,701 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:00:44,078 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:00:44,094 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-497302 2022-06-28T14:00:44,162 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:00:44,163 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:00:44,163 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:00:44,163 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:00:44,163 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:00:44,163 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura 2022-06-28T14:00:44,163 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:00:44,164 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:00:44,164 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots 2022-06-28T14:00:44,164 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/tmp 2022-06-28T14:00:44,164 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:00:44,166 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:00:44,199 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:00:44,273 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:00:44,276 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:00:44,413 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:00:44,413 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:00:44,454 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:00:44,556 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:00:44,569 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:00:44,570 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:00:44,603 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:44,604 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:44,604 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:44,609 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:00:44,609 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:00:44,611 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:44,611 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:00:44,611 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:00:44,611 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:00:44,618 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:00:44,618 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:00:44,618 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:00:44,621 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:44,621 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:44,622 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:44,625 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:00:44,625 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:00:44,625 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:44,625 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:00:44,625 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:00:44,625 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:00:44,628 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:00:44,629 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:00:44,629 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:00:44,631 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:44,632 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:44,632 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:44,635 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:00:44,635 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:00:44,635 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:44,645 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:00:44,645 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:00:44,645 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:00:44,648 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:00:44,648 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:00:44,648 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:00:44,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:00:44,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:00:44,668 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:00:44,692 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:00:44,693 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:00:44,697 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:00:44,775 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:00:44,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:44,783 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:44,783 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:00:44,784 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:00:44,784 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:44,804 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:44,804 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:00:44,804 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:00:44,807 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:00:44,807 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:00:44,807 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:00:44,812 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:00:44,812 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:00:44,812 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:00:44,816 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:00:44,816 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:00:44,816 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:00:44,816 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:44,819 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:44,839 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:00:44,839 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:00:44,842 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:00:44,848 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:00:44,848 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:00:44,851 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:00:44,854 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:00:44,857 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:00:44,863 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:00:44,863 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:00:44,866 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:00:44,869 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:00:44,873 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:00:44,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:00:44,877 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:00:44,877 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:00:44,880 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:00:44,946 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:00:44,947 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:00:44,947 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:00:44,947 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:00:44,947 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:00:44,947 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:00:44,949 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:00:44,950 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:00:44,952 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:00:44,955 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:00:44,957 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:00:44,958 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:44,958 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:00:44,959 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:00:44,959 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:00:44,959 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:00:44,962 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:00:44,965 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:44,965 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:00:44,966 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:00:44,970 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:00:45,042 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots/snapshot_1656424844989.xml... 2022-06-28T14:00:45,046 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/kura/user/snapshots/snapshot_1656424844989.xml... Done. 2022-06-28T14:00:45,046 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:00:45,046 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:00:45,046 [Start Level: Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:00:45,046 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:00:45,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:00:45,069 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:00:45,087 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:00:45,090 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:00:45,091 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:45,091 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:00:45,091 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:00:45,176 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:00:45,194 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:00:45,237 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:45,237 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:45,238 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:45,238 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:45,238 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:00:45,241 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:45,244 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:00:45,245 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:00:45,246 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:00:45,246 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:45,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:00:45,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:00:45,248 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:00:45,248 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:00:45,248 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:00:45,249 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:00:45,249 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:45,250 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:00:45,250 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:00:45,250 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:45,250 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:00:45,250 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:00:45,250 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:00:45,250 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:00:45,250 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:45,250 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:00:45,250 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:00:45,254 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:00:45,256 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:00:45,256 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:00:45,256 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:00:45,257 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:00:45,257 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:46,257 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:00:46,261 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:00:46,263 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:00:46,265 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:00:46,266 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:00:46,280 [Framework stop - Equinox Container: 9fc2ade5-8461-4b6b-8940-2741eb75939c] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.rest.asset.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.asset.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/5.1.2/org.eclipse.kura.rest.asset.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/5.1.2/org.eclipse.kura.rest.asset.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/org.eclipse.kura.rest.asset.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/5.1.2/org.eclipse.kura.rest.asset.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/5.1.2/org.eclipse.kura.rest.asset.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.asset.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.asset.provider.test/5.1.2/org.eclipse.kura.rest.asset.provider.test-5.1.2-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] -------< org.eclipse.kura:org.eclipse.kura.protocol.modbus.test >------- [INFO] Building org.eclipse.kura.protocol.modbus.test 5.1.2 [156/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.protocol.modbus.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.protocol.modbus.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.protocol.modbus.ModbusProtocolDeviceTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 s - in org.eclipse.kura.protocol.modbus.ModbusProtocolDeviceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/surefire.properties] 2022-06-28T14:00:52,888 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:00:53,285 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:00:53,298 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-475084 2022-06-28T14:00:53,376 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:00:53,377 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:00:53,377 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:00:53,377 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:00:53,377 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:00:53,377 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura 2022-06-28T14:00:53,377 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:00:53,378 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:00:53,378 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots 2022-06-28T14:00:53,378 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/tmp 2022-06-28T14:00:53,378 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:00:53,380 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:00:53,411 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:00:53,491 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:00:53,493 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:00:53,639 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:00:53,640 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:00:53,672 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:00:53,785 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:00:53,796 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:00:53,796 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:00:53,830 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:53,831 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:53,831 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:53,847 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:00:53,847 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:00:53,848 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:53,848 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:00:53,848 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:00:53,848 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:00:53,852 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:00:53,852 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:00:53,852 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:00:53,855 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:53,855 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:53,855 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:53,858 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:00:53,858 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:00:53,858 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:53,858 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:00:53,858 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:00:53,858 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:00:53,861 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:00:53,861 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:00:53,861 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:00:53,864 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:53,864 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:53,864 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:53,867 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:00:53,867 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:00:53,867 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:53,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:00:53,875 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:00:53,876 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:00:53,876 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:00:53,876 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:00:53,879 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:00:53,879 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:00:53,879 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:00:53,891 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:00:53,945 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:00:53,946 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:00:53,950 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:00:53,993 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:00:53,996 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:53,999 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:53,999 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:00:53,999 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:00:54,002 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:00:54,003 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:00:54,003 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:00:54,005 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:00:54,006 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:00:54,007 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:54,037 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:54,037 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:00:54,037 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:00:54,037 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:00:54,041 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:00:54,041 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:00:54,041 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:00:54,041 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:54,044 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:54,049 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:00:54,049 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:00:54,052 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:00:54,059 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:00:54,059 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:00:54,062 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:00:54,066 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:00:54,069 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:00:54,074 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:00:54,074 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:00:54,077 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:00:54,080 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:00:54,081 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:00:54,083 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:00:54,091 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:00:54,092 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:00:54,095 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:00:54,148 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:00:54,149 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:00:54,149 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:00:54,149 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:00:54,149 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:00:54,149 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:00:54,152 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:00:54,152 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:00:54,155 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:00:54,158 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:00:54,161 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:00:54,162 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:54,162 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:00:54,162 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:00:54,162 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:00:54,162 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:00:54,165 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:00:54,170 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:54,170 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:00:54,171 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:00:54,172 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:00:54,242 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots/snapshot_1656424854189.xml... 2022-06-28T14:00:54,245 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/kura/user/snapshots/snapshot_1656424854189.xml... Done. 2022-06-28T14:00:54,245 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:00:54,246 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:00:54,246 [Start Level: Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:00:54,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:00:54,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:00:54,268 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:00:54,286 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:00:54,289 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:00:54,289 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:54,289 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:00:54,289 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:00:54,363 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:00:54,375 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:00:54,386 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:00:54,386 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:00:54,401 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:00:54,402 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:00:54,404 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:00:54,404 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:54,404 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:00:54,404 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:00:54,437 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:54,437 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:54,438 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:00:54,438 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:00:54,438 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:00:54,441 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:54,442 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:00:54,442 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:00:54,443 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:00:54,444 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:00:54,445 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:00:54,445 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:00:54,445 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:00:54,446 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:00:54,446 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:00:54,447 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:00:54,447 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:00:54,447 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:54,447 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:00:54,448 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:00:54,448 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:00:54,449 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:54,449 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:00:54,449 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:00:54,449 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:00:54,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:00:54,449 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:00:54,449 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:00:54,451 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:00:54,451 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:00:54,451 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:00:54,451 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:00:54,452 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:00:54,453 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:00:54,453 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:00:54,453 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:00:54,453 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:00:54,453 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:00:54,453 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:00:54,456 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:00:54,456 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:00:54,462 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:00:54,466 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:00:54,467 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:00:54,468 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:00:54,468 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:00:55,468 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:00:55,472 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:00:55,474 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:00:55,476 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:00:55,477 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:00:55,501 [Framework stop - Equinox Container: 4d358cc7-52f4-48fc-8a8b-7d5a5a3694e3] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.protocol.modbus.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.protocol.modbus' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/5.1.2/org.eclipse.kura.protocol.modbus.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/5.1.2/org.eclipse.kura.protocol.modbus.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/org.eclipse.kura.protocol.modbus.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/5.1.2/org.eclipse.kura.protocol.modbus.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/5.1.2/org.eclipse.kura.protocol.modbus.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.protocol.modbus.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.protocol.modbus.test/5.1.2/org.eclipse.kura.protocol.modbus.test-5.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.stress.test >------------ [INFO] Building org.eclipse.kura.stress.test 5.1.2 [157/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.stress.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.stress.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.stress.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.stress.test.StressTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.121 s - in org.eclipse.kura.stress.test.StressTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/surefire.properties] 2022-06-28T14:01:10,724 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:01:11,149 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:01:11,162 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-339230 2022-06-28T14:01:11,246 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:01:11,246 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:01:11,246 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:01:11,247 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:01:11,247 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:01:11,247 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura 2022-06-28T14:01:11,247 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:01:11,247 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:01:11,247 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots 2022-06-28T14:01:11,248 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/tmp 2022-06-28T14:01:11,248 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:01:11,250 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:01:11,284 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:01:11,358 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:01:11,361 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:01:11,498 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:01:11,498 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:01:11,539 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:01:11,643 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:01:11,652 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:01:11,652 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:01:11,689 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:11,691 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:11,691 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:11,697 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:01:11,697 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:01:11,699 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:11,699 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:01:11,699 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:01:11,699 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:01:11,703 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:01:11,703 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:01:11,703 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:01:11,706 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:11,706 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:11,706 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:11,710 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:01:11,710 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:01:11,710 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:11,710 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:01:11,710 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:01:11,710 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:01:11,713 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:01:11,713 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:01:11,713 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:01:11,716 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:11,716 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:11,717 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:11,739 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:01:11,739 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:01:11,739 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:11,742 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:01:11,742 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:01:11,748 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:01:11,748 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:01:11,748 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:01:11,751 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:01:11,751 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:01:11,751 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:01:11,760 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:01:11,777 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:01:11,777 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:01:11,779 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:01:11,847 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:01:11,850 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:11,853 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:11,853 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:01:11,853 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:01:11,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:01:11,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:01:11,857 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:01:11,860 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:01:11,871 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:01:11,872 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:11,881 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:11,881 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:01:11,881 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:01:11,881 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:01:11,884 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:01:11,884 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:01:11,884 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:01:11,884 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:11,887 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:11,892 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:01:11,892 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:01:11,895 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:01:11,938 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:01:11,939 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:01:11,943 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:01:11,946 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:01:11,949 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:01:11,955 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:01:11,955 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:01:11,959 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:01:11,962 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:01:11,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:01:11,964 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:01:11,968 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:01:11,968 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:11,971 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:11,989 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:01:11,989 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:01:11,989 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:01:11,990 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:01:11,990 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:01:11,990 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:01:12,038 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:01:12,039 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:12,042 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:12,045 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:01:12,048 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:01:12,048 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:01:12,048 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:01:12,049 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:01:12,049 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:01:12,049 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:01:12,052 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:01:12,055 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:01:12,055 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:01:12,056 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:01:12,056 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:01:12,101 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots/snapshot_1656424872084.xml... 2022-06-28T14:01:12,104 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/kura/user/snapshots/snapshot_1656424872084.xml... Done. 2022-06-28T14:01:12,104 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:01:12,104 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:01:12,104 [Start Level: Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:01:12,140 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:01:12,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:01:12,161 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:01:12,180 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:01:12,183 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:12,184 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:12,184 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:12,184 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:12,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.stress.Stress ... 2022-06-28T14:01:12,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.stress.Stress 2022-06-28T14:01:12,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.stress.Stress 2022-06-28T14:01:12,262 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:01:12,277 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:01:12,289 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:01:12,289 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:01:12,298 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:01:12,298 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:01:12,299 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:12,299 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:01:12,299 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:01:12,337 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:01:12,338 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:01:12,339 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:01:12,340 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:12,340 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:12,340 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:12,340 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:12,343 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:01:12,345 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:01:12,345 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:01:12,345 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:01:12,347 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:12,347 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:12,347 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:12,347 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:12,347 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:01:12,348 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:01:12,350 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:12,350 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:01:12,350 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:01:12,351 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:01:12,352 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:01:12,352 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:01:12,352 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:01:12,352 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:12,352 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:01:12,352 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:12,352 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:01:12,353 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:01:12,353 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:01:12,353 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:01:12,354 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:12,354 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:12,354 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:12,354 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:12,356 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:01:12,356 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:01:12,357 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:01:12,358 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:01:12,362 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:01:12,363 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:01:12,363 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:12,399 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activating Stress... 2022-06-28T14:01:12,399 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - component.name: org.eclipse.kura.stress.Stress 2022-06-28T14:01:12,399 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.stride: 1024 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.delay: 0 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - kura.service.pid: org.eclipse.kura.stress.Stress 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.log: true 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.enable: false 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.threads: 1 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - service.pid: org.eclipse.kura.stress.Stress 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - component.id: 40 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.size: 51200 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.interval: 1000 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activate - heap.keep: 0 2022-06-28T14:01:12,400 [ConfigurationListener Event Queue] INFO o.e.k.s.HeapStress - Activating Stress... Done. 2022-06-28T14:01:13,364 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:01:13,367 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:01:13,369 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:01:13,372 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:01:13,374 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:01:13,390 [Framework stop - Equinox Container: ae898d51-bdb6-42d0-8783-aaed8f61d9b8] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.stress.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.stress' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/5.1.2/org.eclipse.kura.stress.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/5.1.2/org.eclipse.kura.stress.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/org.eclipse.kura.stress.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/5.1.2/org.eclipse.kura.stress.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/5.1.2/org.eclipse.kura.stress.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.stress.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.stress.test/5.1.2/org.eclipse.kura.stress.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.stress.test --- [INFO] [INFO] ------------< org.eclipse.kura:org.eclipse.kura.util.test >------------- [INFO] Building org.eclipse.kura.util.test 5.1.2 [158/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.util.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.util.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[91] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[92] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[117] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[143] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[148] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[174] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[179] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[206] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[207] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[212] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[235] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[263] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[332] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/src/main/java/org/eclipse/kura/osgi/SingleServiceTrackerTest.java:[333] 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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.util.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.util.FilterUtilTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.kura.util.FilterUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/surefire.properties] 2022-06-28T14:01:19,182 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:01:19,611 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:01:19,636 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-251185 2022-06-28T14:01:19,708 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:01:19,708 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:01:19,708 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:01:19,708 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:01:19,708 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:01:19,709 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura 2022-06-28T14:01:19,709 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:01:19,709 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:01:19,709 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots 2022-06-28T14:01:19,709 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/tmp 2022-06-28T14:01:19,709 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:01:19,712 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:01:19,755 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:01:19,812 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:01:19,837 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:01:19,977 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:01:19,978 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:01:20,004 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:01:20,121 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:01:20,128 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:01:20,128 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:01:20,170 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:20,171 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:20,171 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:20,177 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:01:20,177 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:01:20,179 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:20,179 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:01:20,179 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:01:20,179 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:01:20,182 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:01:20,182 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:01:20,183 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:01:20,185 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:20,186 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:20,186 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:20,189 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:01:20,189 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:01:20,189 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:20,189 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:01:20,189 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:01:20,189 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:01:20,192 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:01:20,192 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:01:20,192 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:01:20,198 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:20,199 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:20,199 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:20,202 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:01:20,202 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:01:20,202 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:20,211 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:01:20,211 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:01:20,212 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:01:20,212 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:01:20,212 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:01:20,216 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:01:20,216 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:01:20,216 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:01:20,243 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:01:20,266 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:01:20,266 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:01:20,268 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:01:20,305 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:01:20,307 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:20,310 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:20,311 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:01:20,311 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:01:20,338 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:01:20,339 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:01:20,339 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:01:20,342 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:01:20,344 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:01:20,345 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:20,349 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:20,349 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:01:20,349 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:01:20,350 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:01:20,353 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:01:20,353 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:01:20,353 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:01:20,354 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:20,357 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:20,361 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:01:20,361 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:01:20,364 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:01:20,369 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:01:20,370 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:01:20,373 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:01:20,376 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:01:20,379 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:01:20,379 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:01:20,387 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:01:20,388 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:01:20,391 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:01:20,439 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:01:20,442 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:01:20,446 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:01:20,446 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:20,449 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:20,466 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:01:20,466 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:01:20,466 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:01:20,466 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:01:20,466 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:01:20,466 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:01:20,469 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:01:20,470 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:20,473 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:20,487 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:01:20,489 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:01:20,490 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:01:20,490 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:01:20,490 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:01:20,490 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:01:20,490 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:01:20,493 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:01:20,496 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:01:20,497 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:01:20,497 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:01:20,498 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:01:20,565 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots/snapshot_1656424880551.xml... 2022-06-28T14:01:20,569 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/kura/user/snapshots/snapshot_1656424880551.xml... Done. 2022-06-28T14:01:20,569 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:01:20,569 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:01:20,569 [Start Level: Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:01:20,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:01:20,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:01:20,584 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:01:20,637 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:01:20,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:20,640 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:20,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:20,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:20,691 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:01:20,742 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Running org.eclipse.kura.osgi.SingleServiceTrackerTest 2022-06-28T14:01:20,753 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:01:20,753 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:01:20,764 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:01:20,766 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:01:20,768 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:20,768 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:20,768 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:20,768 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:20,779 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:01:20,779 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:01:20,779 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:01:20,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:01:20,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:01:20,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:01:20,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:20,781 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:20,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:20,781 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:20,783 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:01:20,783 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:01:20,795 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:01:20,797 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:01:20,798 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:01:20,798 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.kura.osgi.SingleServiceTrackerTest testOrderRemove1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.077 s testOrderModify1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.002 s testOrderModify2(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 s testOrderModify3(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 s testInitOrder1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 s testOrderAdd1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0 s testOrderAdd2(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 s testOrderAdd3(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 s testOrder1(org.eclipse.kura.osgi.SingleServiceTrackerTest) Time elapsed: 0.001 s Running org.eclipse.kura.util.base.ConvertStringTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.util.base.ConvertStringTest unescapeUTF8String(org.eclipse.kura.util.base.ConvertStringTest) Time elapsed: 0.001 s convertUTF8StringToHex(org.eclipse.kura.util.base.ConvertStringTest) Time elapsed: 0 s Results: Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:01:20,982 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:01:20,983 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:01:20,983 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:01:20,983 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:01:20,984 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:20,984 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:01:20,984 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:01:20,987 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:01:20,991 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:01:20,992 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:01:20,992 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:01:20,992 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:01:20,993 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:20,993 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:20,993 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:20,994 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:20,994 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:01:20,994 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:01:21,099 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:01:21,099 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:01:21,099 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:01:21,100 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:21,100 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:01:21,100 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:01:21,100 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:01:21,100 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:01:21,101 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:21,101 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:01:21,101 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:21,101 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:01:21,101 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:01:21,102 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:01:21,102 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:01:21,102 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:01:21,108 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:01:21,109 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:01:21,110 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:01:21,115 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:01:21,116 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:01:21,116 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:21,118 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:01:22,116 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:01:22,120 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:01:22,122 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:01:22,126 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:01:22,127 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:01:22,154 [Framework stop - Equinox Container: 0ad42a8b-3f4a-40e3-91ae-329e36f54501] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.util.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test/5.1.2/org.eclipse.kura.util.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test/5.1.2/org.eclipse.kura.util.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/org.eclipse.kura.util.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test/5.1.2/org.eclipse.kura.util.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test/5.1.2/org.eclipse.kura.util.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test/5.1.2/org.eclipse.kura.util.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.util.test --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.watchdog.criticaltest >------- [INFO] Building org.eclipse.kura.watchdog.criticaltest 5.1.2 [159/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.watchdog.criticaltest --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] No tests to run. [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-5.1.2.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] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/5.1.2/org.eclipse.kura.watchdog.criticaltest-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/5.1.2/org.eclipse.kura.watchdog.criticaltest-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/org.eclipse.kura.watchdog.criticaltest-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/5.1.2/org.eclipse.kura.watchdog.criticaltest-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/5.1.2/org.eclipse.kura.watchdog.criticaltest-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.watchdog.criticaltest/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.watchdog.criticaltest/5.1.2/org.eclipse.kura.watchdog.criticaltest-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.watchdog.criticaltest --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.wire.component.provider.test >--- [INFO] Building org.eclipse.kura.wire.component.provider.test 5.1.2 [160/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.wire.component.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.wire.component.provider.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/src/test/java/org/eclipse/kura/internal/wire/publisher/CloudPublisherTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/src/test/java/org/eclipse/kura/internal/wire/publisher/CloudPublisherTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/src/test/java/org/eclipse/kura/internal/wire/publisher/CloudPublisherTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/src/test/java/org/eclipse/kura/internal/wire/asset/WireAssetTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/src/test/java/org/eclipse/kura/internal/wire/asset/WireAssetTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.wire.asset.WireAssetTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s - in org.eclipse.kura.internal.wire.asset.WireAssetTest [INFO] Running org.eclipse.kura.internal.wire.subscriber.CloudSubscriberTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kura.internal.wire.subscriber.CloudSubscriberTest [INFO] Running org.eclipse.kura.internal.wire.publisher.CloudPublisherTest 14:01:26.919 [main] ERROR org.eclipse.kura.internal.wire.publisher.CloudPublisher - Error in publishing wire records using cloud publisher.. java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1 at org.mockito.internal.invocation.InvocationImpl.getArgumentAt(InvocationImpl.java:66) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisherTest.lambda$testOnWireReceive$0(CloudPublisherTest.java:92) ~[test-classes/:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisherTest$$Lambda$60/0x00000000650e0650.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.cloudconnection.publisher.CloudPublisher$$EnhancerByMockitoWithCGLIB$$19359664.publish() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisher.publish(CloudPublisher.java:274) [org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisher.onWireReceive(CloudPublisher.java:164) [org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisherTest.testOnWireReceive(CloudPublisherTest.java:120) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:01:26.958 [main] ERROR org.eclipse.kura.internal.wire.publisher.CloudPublisher - Error in publishing wire records using cloud publisher.. java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1 at org.mockito.internal.invocation.InvocationImpl.getArgumentAt(InvocationImpl.java:66) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisherTest.lambda$testOnWireReceiveWithFullPosition$2(CloudPublisherTest.java:230) ~[test-classes/:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisherTest$$Lambda$61/0x0000000065133310.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.cloudconnection.publisher.CloudPublisher$$EnhancerByMockitoWithCGLIB$$19359664.publish() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisher.publish(CloudPublisher.java:274) [org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisher.onWireReceive(CloudPublisher.java:164) [org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisherTest.testOnWireReceiveWithFullPosition(CloudPublisherTest.java:267) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:01:26.964 [main] ERROR org.eclipse.kura.internal.wire.publisher.CloudPublisher - Error in publishing wire records using cloud publisher.. java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1 at org.mockito.internal.invocation.InvocationImpl.getArgumentAt(InvocationImpl.java:66) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisherTest.lambda$testOnWireReceiveWithBasicPosition$1(CloudPublisherTest.java:158) ~[test-classes/:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisherTest$$Lambda$62/0x0000000065134cd0.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.cloudconnection.publisher.CloudPublisher$$EnhancerByMockitoWithCGLIB$$19359664.publish() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisher.publish(CloudPublisher.java:274) [org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisher.onWireReceive(CloudPublisher.java:164) [org.eclipse.kura.wire.component.provider-1.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.publisher.CloudPublisherTest.testOnWireReceiveWithBasicPosition(CloudPublisherTest.java:192) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.kura.internal.wire.publisher.CloudPublisherTest [INFO] Running org.eclipse.kura.internal.wire.fifo.FifoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.218 s - in org.eclipse.kura.internal.wire.fifo.FifoTest [INFO] Running org.eclipse.kura.internal.wire.regexfilter.RegexFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.kura.internal.wire.regexfilter.RegexFilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/surefire.properties] 2022-06-28T14:01:31,974 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:01:32,377 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:01:32,391 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-617891 2022-06-28T14:01:32,478 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:01:32,478 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:01:32,478 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:01:32,478 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:01:32,478 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:01:32,479 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura 2022-06-28T14:01:32,479 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:01:32,479 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:01:32,479 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots 2022-06-28T14:01:32,479 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/tmp 2022-06-28T14:01:32,479 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:01:32,482 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:01:32,537 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:01:32,591 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:01:32,593 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:01:32,784 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:01:32,784 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:01:32,821 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:01:32,943 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:01:32,954 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:01:32,955 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:01:32,990 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:32,991 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:32,992 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:32,997 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:01:32,998 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:01:32,999 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:32,999 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:01:32,999 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:01:32,999 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:01:33,003 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:01:33,003 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:01:33,003 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:01:33,011 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:33,011 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:33,011 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:33,014 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:01:33,014 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:01:33,014 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:33,014 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:01:33,014 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:01:33,015 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:01:33,018 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:01:33,018 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:01:33,018 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:01:33,021 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:33,021 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:33,021 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:33,025 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:01:33,025 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:01:33,025 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:33,033 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:01:33,033 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:01:33,035 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:01:33,036 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:01:33,036 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:01:33,041 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:01:33,041 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:01:33,041 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:01:33,053 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:01:33,078 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:01:33,078 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:01:33,080 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:01:33,158 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:01:33,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:33,163 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:01:33,163 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:01:33,163 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:01:33,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:01:33,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:01:33,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:01:33,169 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:01:33,176 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:01:33,177 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:33,190 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:01:33,190 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:01:33,190 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:01:33,191 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:01:33,194 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:01:33,194 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:01:33,194 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:01:33,194 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:33,197 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:01:33,238 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:01:33,238 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:01:33,241 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:01:33,246 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:01:33,247 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:01:33,248 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:01:33,251 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:01:33,255 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:01:33,258 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:01:33,263 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:01:33,263 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:01:33,267 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:01:33,270 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:01:33,273 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:01:33,276 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:01:33,277 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:33,280 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:33,340 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:01:33,340 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:01:33,340 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:01:33,340 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:01:33,340 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:01:33,340 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:01:33,343 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:01:33,343 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:33,355 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:33,360 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:01:33,363 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:01:33,363 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:01:33,364 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:01:33,364 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:01:33,364 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:01:33,364 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:01:33,367 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:01:33,375 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:01:33,375 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:01:33,376 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:01:33,377 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:01:33,411 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424893397.xml... 2022-06-28T14:01:33,414 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424893397.xml... Done. 2022-06-28T14:01:33,414 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:01:33,415 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:01:33,415 [Start Level: Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:01:33,415 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:01:33,415 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:01:33,448 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:01:33,464 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:01:33,468 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:33,468 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:33,468 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:33,468 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:33,545 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:01:33,557 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:01:33,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:01:33,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:01:33,583 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:01:33,587 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:01:33,589 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:33,589 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:33,589 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:33,589 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:33,596 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:01:33,596 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:01:33,596 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:01:33,597 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:01:33,597 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:01:33,598 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:01:33,598 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:01:33,598 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:01:33,598 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:01:33,636 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:01:33,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:01:33,640 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds Running org.eclipse.kura.internal.wire.timer.test.TimerTest 2022-06-28T14:01:33,659 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:01:33,662 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:01:33,664 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:01:33,664 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T14:01:33,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T14:01:33,911 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T14:01:33,912 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T14:01:33,913 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:01:33,913 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:01:33,914 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:01:33,935 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:01:33,936 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T14:01:33,970 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:01:33,970 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:01:33,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:01:33,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:01:33,974 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:01:33,974 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:01:33,974 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:01:33,974 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T14:01:33,981 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:33,982 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:01:33,984 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:01:33,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424893397... 2022-06-28T14:01:33,984 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:01:33,984 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T14:01:33,985 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T14:01:34,001 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:34,009 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:01:34,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424894009.xml... 2022-06-28T14:01:34,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424894009.xml... Done. 2022-06-28T14:01:34,045 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:34,045 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:34,057 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:01:34,067 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:01:34,067 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:01:34,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2022-06-28T14:01:34,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2022-06-28T14:01:34,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:34,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2022-06-28T14:01:34,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2022-06-28T14:01:34,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2022-06-28T14:01:34,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2022-06-28T14:01:34,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2022-06-28T14:01:34,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2022-06-28T14:01:34,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:34,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2022-06-28T14:01:34,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2022-06-28T14:01:34,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2022-06-28T14:01:34,081 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2022-06-28T14:01:34,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2022-06-28T14:01:34,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2022-06-28T14:01:34,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2022-06-28T14:01:34,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2022-06-28T14:01:34,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2022-06-28T14:01:34,088 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2022-06-28T14:01:34,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2022-06-28T14:01:34,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2022-06-28T14:01:34,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:01:34,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:01:34,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:01:34,094 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2022-06-28T14:01:34,097 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:34,098 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424894009... 2022-06-28T14:01:34,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:34,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:01:34,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424894151.xml... 2022-06-28T14:01:34,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424894151.xml... Done. 2022-06-28T14:01:34,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:34,422 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:01:34,467 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:01:34,469 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:01:34,470 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:01:34,470 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:01:34,472 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:01:34,547 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:01:34,547 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:01:34,548 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2022-06-28T14:01:34,557 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:01:34,559 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:01:34,559 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:01:34,560 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2022-06-28T14:01:34,564 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:01:34,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424894151... 2022-06-28T14:01:34,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:34,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2022-06-28T14:01:34,593 [ConfigurationListener Event Queue] WARN o.e.k.i.w.t.Timer - failed to start timer java.lang.RuntimeException: CronExpression 'invalid' is invalid. at org.quartz.CronScheduleBuilder.cronSchedule(CronScheduleBuilder.java:111) at org.eclipse.kura.internal.wire.timer.CronTimerExecutor.(CronTimerExecutor.java:60) at org.eclipse.kura.internal.wire.timer.Timer.doUpdate(Timer.java:86) at org.eclipse.kura.internal.wire.timer.Timer.updated(Timer.java:65) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.invokeModifiedMethod(SingleComponentManager.java:836) at org.apache.felix.scr.impl.manager.SingleComponentManager.modify(SingleComponentManager.java:791) at org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:709) at org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:673) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.configurationUpdated(ConfigurableComponentHolder.java:435) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport.configurationEvent(RegionConfigurationSupport.java:316) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport$2.configurationEvent(RegionConfigurationSupport.java:118) at org.eclipse.equinox.internal.cm.EventDispatcher$1.run(EventDispatcher.java:92) at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:40) Caused by: java.text.ParseException: Illegal characters for this position: 'INV' at org.quartz.CronExpression.storeExpressionVals(CronExpression.java:588) at org.quartz.CronExpression.buildExpression(CronExpression.java:487) at org.quartz.CronExpression.(CronExpression.java:276) at org.quartz.CronScheduleBuilder.cronSchedule(CronScheduleBuilder.java:107) ... 22 more 2022-06-28T14:01:34,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424894582.xml... 2022-06-28T14:01:34,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424894582.xml... Done. 2022-06-28T14:01:34,603 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2022-06-28T14:01:34,603 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:01:34,603 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:01:35,444 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T14:01:35,444 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T14:01:35,453 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T14:01:36,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424894582... 2022-06-28T14:01:36,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:36,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2022-06-28T14:01:36,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424896633.xml... 2022-06-28T14:01:36,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424896633.xml... Done. 2022-06-28T14:01:36,662 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2022-06-28T14:01:36,662 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:01:36,662 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:01:36,684 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Using default implementation for ThreadExecutor 2022-06-28T14:01:36,687 [ConfigurationListener Event Queue] INFO o.q.s.SimpleThreadPool - Job execution threads will use class loader of thread: ConfigurationListener Event Queue 2022-06-28T14:01:36,700 [ConfigurationListener Event Queue] INFO o.q.c.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2022-06-28T14:01:36,700 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Quartz Scheduler v.2.2.3 created. 2022-06-28T14:01:36,701 [ConfigurationListener Event Queue] INFO o.q.s.RAMJobStore - RAMJobStore initialized. 2022-06-28T14:01:36,702 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.2.3) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2022-06-28T14:01:36,703 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2022-06-28T14:01:36,703 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler version: 2.2.3 2022-06-28T14:01:36,703 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 2022-06-28T14:01:38,572 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424896633... 2022-06-28T14:01:38,588 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:38,595 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:01:38,597 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:01:38,610 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424898596.xml... 2022-06-28T14:01:38,616 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424898596.xml... Done. 2022-06-28T14:01:38,616 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:38,616 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:38,616 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:01:46,713 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2022-06-28T14:01:46,713 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:01:46,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2022-06-28T14:01:46,714 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2022-06-28T14:01:46,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2022-06-28T14:01:46,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:01:46,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2022-06-28T14:01:46,716 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2022-06-28T14:01:46,717 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2022-06-28T14:01:46,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:01:46,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2022-06-28T14:01:46,718 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2022-06-28T14:01:46,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2022-06-28T14:01:46,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:01:46,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2022-06-28T14:01:46,719 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2022-06-28T14:01:46,720 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:01:46,720 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:46,721 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424898596... 2022-06-28T14:01:46,721 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down. 2022-06-28T14:01:46,721 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused. 2022-06-28T14:01:46,722 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete. 2022-06-28T14:01:46,734 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:46,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:01:46,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424906745.xml... 2022-06-28T14:01:46,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424906745.xml... Done. 2022-06-28T14:01:46,756 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:46,757 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:46,757 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:01:46,758 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:01:46,758 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:01:46,759 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:01:46,760 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:01:46,760 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:01:46,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2022-06-28T14:01:46,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2022-06-28T14:01:46,761 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:46,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2022-06-28T14:01:46,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2022-06-28T14:01:46,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2022-06-28T14:01:46,769 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2022-06-28T14:01:46,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2022-06-28T14:01:46,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2022-06-28T14:01:46,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:46,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2022-06-28T14:01:46,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2022-06-28T14:01:46,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2022-06-28T14:01:46,777 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2022-06-28T14:01:46,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2022-06-28T14:01:46,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2022-06-28T14:01:46,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2022-06-28T14:01:46,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2022-06-28T14:01:46,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2022-06-28T14:01:46,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2022-06-28T14:01:46,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2022-06-28T14:01:46,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2022-06-28T14:01:46,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:01:46,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:01:46,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:01:46,789 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2022-06-28T14:01:46,790 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:46,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424906745... 2022-06-28T14:01:46,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:46,806 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:01:46,813 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424906806.xml... 2022-06-28T14:01:46,816 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424906806.xml... Done. 2022-06-28T14:01:46,816 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:46,817 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:01:46,817 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:01:46,817 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:01:46,817 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:01:46,823 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:01:46,823 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:01:46,825 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:01:46,826 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:01:46,827 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:01:46,828 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2022-06-28T14:01:46,832 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:01:46,832 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2022-06-28T14:01:46,835 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424906806... 2022-06-28T14:01:46,836 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:01:46,836 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:01:46,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:46,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2022-06-28T14:01:46,854 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Using default implementation for ThreadExecutor 2022-06-28T14:01:46,854 [ConfigurationListener Event Queue] INFO o.q.s.SimpleThreadPool - Job execution threads will use class loader of thread: ConfigurationListener Event Queue 2022-06-28T14:01:46,856 [ConfigurationListener Event Queue] INFO o.q.c.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2022-06-28T14:01:46,856 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Quartz Scheduler v.2.2.3 created. 2022-06-28T14:01:46,856 [ConfigurationListener Event Queue] INFO o.q.s.RAMJobStore - RAMJobStore initialized. 2022-06-28T14:01:46,857 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.2.3) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2022-06-28T14:01:46,857 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2022-06-28T14:01:46,857 [ConfigurationListener Event Queue] INFO o.q.i.StdSchedulerFactory - Quartz scheduler version: 2.2.3 2022-06-28T14:01:46,857 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 2022-06-28T14:01:46,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424906851.xml... 2022-06-28T14:01:46,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424906851.xml... Done. 2022-06-28T14:01:46,862 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2022-06-28T14:01:46,862 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:01:46,863 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:01:56,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2022-06-28T14:01:56,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:01:56,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2022-06-28T14:01:56,866 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2022-06-28T14:01:56,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2022-06-28T14:01:56,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:01:56,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2022-06-28T14:01:56,868 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2022-06-28T14:01:56,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2022-06-28T14:01:56,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:01:56,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2022-06-28T14:01:56,869 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2022-06-28T14:01:56,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2022-06-28T14:01:56,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:01:56,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2022-06-28T14:01:56,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2022-06-28T14:01:56,871 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:01:56,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:56,872 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down. 2022-06-28T14:01:56,872 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused. 2022-06-28T14:01:56,873 [ConfigurationListener Event Queue] INFO o.q.c.QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete. 2022-06-28T14:01:56,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424906851... 2022-06-28T14:01:56,884 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:56,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:01:56,902 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424916891.xml... 2022-06-28T14:01:56,905 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424916891.xml... Done. 2022-06-28T14:01:56,905 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424893397.xml 2022-06-28T14:01:56,905 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:56,906 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:56,906 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:01:56,907 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:01:56,907 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:01:56,907 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:01:56,908 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:01:56,908 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2022-06-28T14:01:56,908 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2022-06-28T14:01:56,908 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:56,911 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2022-06-28T14:01:56,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2022-06-28T14:01:56,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2022-06-28T14:01:56,915 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2022-06-28T14:01:56,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2022-06-28T14:01:56,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2022-06-28T14:01:56,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:56,919 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2022-06-28T14:01:56,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2022-06-28T14:01:56,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2022-06-28T14:01:56,923 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2022-06-28T14:01:56,923 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2022-06-28T14:01:56,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2022-06-28T14:01:56,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2022-06-28T14:01:56,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2022-06-28T14:01:56,931 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2022-06-28T14:01:56,931 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2022-06-28T14:01:56,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2022-06-28T14:01:56,936 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2022-06-28T14:01:56,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:01:56,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:01:56,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:01:56,943 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2022-06-28T14:01:56,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:01:56,944 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:56,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424916891... 2022-06-28T14:01:56,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:56,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:01:56,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424916963.xml... 2022-06-28T14:01:56,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424916963.xml... Done. 2022-06-28T14:01:56,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424894009.xml 2022-06-28T14:01:56,974 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:01:56,974 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:01:56,975 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:01:56,975 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:01:56,975 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:01:56,985 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:01:56,985 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:01:56,987 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:01:56,987 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:01:56,988 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:01:56,991 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:01:56,991 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:01:56,992 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2022-06-28T14:01:56,992 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2022-06-28T14:01:56,994 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:01:56,995 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2022-06-28T14:01:56,998 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:01:56,999 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2022-06-28T14:01:57,002 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:01:57,002 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:01:57,003 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424916963... 2022-06-28T14:01:57,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:57,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:01:57,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424917046.xml... 2022-06-28T14:01:57,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424917046.xml... Done. 2022-06-28T14:01:57,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424894151.xml 2022-06-28T14:01:57,058 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:01:57,058 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:01:57,058 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:01:59,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424917046... 2022-06-28T14:01:59,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:01:59,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:01:59,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424919067.xml... 2022-06-28T14:01:59,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424919067.xml... Done. 2022-06-28T14:01:59,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424894582.xml 2022-06-28T14:01:59,076 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:01:59,077 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:01:59,077 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:01,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424919067... 2022-06-28T14:02:01,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:01,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:01,101 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424921093.xml... 2022-06-28T14:02:01,104 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424921093.xml... Done. 2022-06-28T14:02:01,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424896633.xml 2022-06-28T14:02:01,105 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:01,105 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:01,105 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:03,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424921093... 2022-06-28T14:02:03,107 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:03,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:03,120 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424923115.xml... 2022-06-28T14:02:03,123 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424923115.xml... Done. 2022-06-28T14:02:03,123 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424898596.xml 2022-06-28T14:02:03,124 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:03,124 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:03,124 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:05,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424923115... 2022-06-28T14:02:05,121 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:05,129 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:05,135 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424925129.xml... 2022-06-28T14:02:05,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424925129.xml... Done. 2022-06-28T14:02:05,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424906745.xml 2022-06-28T14:02:05,139 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:05,139 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:05,139 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:07,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424925129... 2022-06-28T14:02:07,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:07,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:07,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424927146.xml... 2022-06-28T14:02:07,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424927146.xml... Done. 2022-06-28T14:02:07,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424906806.xml 2022-06-28T14:02:07,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:07,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:07,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:09,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424927146... 2022-06-28T14:02:09,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:09,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:09,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424929167.xml... 2022-06-28T14:02:09,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424929167.xml... Done. 2022-06-28T14:02:09,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424906851.xml 2022-06-28T14:02:09,177 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:09,177 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:09,177 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:11,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424929167... 2022-06-28T14:02:11,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:11,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:11,184 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424931181.xml... 2022-06-28T14:02:11,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424931181.xml... Done. 2022-06-28T14:02:11,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424916891.xml 2022-06-28T14:02:11,187 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:11,188 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:11,188 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:13,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424931181... 2022-06-28T14:02:13,188 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:13,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:13,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424933196.xml... 2022-06-28T14:02:13,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424933196.xml... Done. 2022-06-28T14:02:13,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424916963.xml 2022-06-28T14:02:13,203 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:13,203 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:13,203 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:15,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424933196... 2022-06-28T14:02:15,204 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:15,208 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:15,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424935208.xml... 2022-06-28T14:02:15,219 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424935208.xml... Done. 2022-06-28T14:02:15,220 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424917046.xml 2022-06-28T14:02:15,220 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:15,220 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:15,220 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:17,212 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2022-06-28T14:02:17,212 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:17,212 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2022-06-28T14:02:17,212 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2022-06-28T14:02:17,213 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:17,213 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2022-06-28T14:02:17,213 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:17,214 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2022-06-28T14:02:17,214 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2022-06-28T14:02:17,214 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2022-06-28T14:02:17,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:17,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2022-06-28T14:02:17,215 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2022-06-28T14:02:17,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2022-06-28T14:02:17,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:17,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2022-06-28T14:02:17,216 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2022-06-28T14:02:17,216 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:17,216 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:17,217 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424935208... 2022-06-28T14:02:17,220 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:17,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:17,235 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424937228.xml... 2022-06-28T14:02:17,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424937228.xml... Done. 2022-06-28T14:02:17,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424919067.xml 2022-06-28T14:02:17,239 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:17,239 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:17,240 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:17,241 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:02:17,241 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:17,241 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:02:17,241 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:02:17,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2022-06-28T14:02:17,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2022-06-28T14:02:17,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:17,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2022-06-28T14:02:17,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2022-06-28T14:02:17,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2022-06-28T14:02:17,249 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2022-06-28T14:02:17,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2022-06-28T14:02:17,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2022-06-28T14:02:17,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:17,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2022-06-28T14:02:17,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2022-06-28T14:02:17,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2022-06-28T14:02:17,256 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2022-06-28T14:02:17,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2022-06-28T14:02:17,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2022-06-28T14:02:17,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2022-06-28T14:02:17,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2022-06-28T14:02:17,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2022-06-28T14:02:17,263 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2022-06-28T14:02:17,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2022-06-28T14:02:17,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2022-06-28T14:02:17,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:17,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:17,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:17,269 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2022-06-28T14:02:17,270 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:17,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424937228... 2022-06-28T14:02:17,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:17,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:17,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424937277.xml... 2022-06-28T14:02:17,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424937277.xml... Done. 2022-06-28T14:02:17,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424921093.xml 2022-06-28T14:02:17,284 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:17,284 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:17,285 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:02:17,285 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:02:17,285 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:17,292 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:17,293 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:17,294 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:17,294 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:17,296 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:17,297 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2022-06-28T14:02:17,300 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:17,301 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2022-06-28T14:02:17,303 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424937277... 2022-06-28T14:02:17,304 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:17,304 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:17,308 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:17,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2022-06-28T14:02:17,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424937340.xml... 2022-06-28T14:02:17,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424937340.xml... Done. 2022-06-28T14:02:17,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424923115.xml 2022-06-28T14:02:17,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2022-06-28T14:02:17,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:17,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:18,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2022-06-28T14:02:18,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:18,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2022-06-28T14:02:18,349 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2022-06-28T14:02:18,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2022-06-28T14:02:18,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:18,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2022-06-28T14:02:18,350 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2022-06-28T14:02:18,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2022-06-28T14:02:18,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:18,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2022-06-28T14:02:18,351 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2022-06-28T14:02:18,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2022-06-28T14:02:18,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:18,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2022-06-28T14:02:18,352 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2022-06-28T14:02:18,352 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:18,352 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:18,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424937340... 2022-06-28T14:02:18,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:18,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:18,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424938364.xml... 2022-06-28T14:02:18,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424938364.xml... Done. 2022-06-28T14:02:18,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424925129.xml 2022-06-28T14:02:18,370 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:18,370 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:18,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:18,371 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:02:18,371 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:18,372 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:02:18,372 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:02:18,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2022-06-28T14:02:18,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2022-06-28T14:02:18,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:18,376 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2022-06-28T14:02:18,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2022-06-28T14:02:18,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2022-06-28T14:02:18,380 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2022-06-28T14:02:18,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2022-06-28T14:02:18,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2022-06-28T14:02:18,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:18,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2022-06-28T14:02:18,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2022-06-28T14:02:18,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2022-06-28T14:02:18,386 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2022-06-28T14:02:18,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2022-06-28T14:02:18,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2022-06-28T14:02:18,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2022-06-28T14:02:18,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2022-06-28T14:02:18,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2022-06-28T14:02:18,393 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2022-06-28T14:02:18,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2022-06-28T14:02:18,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2022-06-28T14:02:18,396 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:18,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:18,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:18,400 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2022-06-28T14:02:18,400 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:18,401 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:18,402 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424938364... 2022-06-28T14:02:18,406 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:18,410 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:18,412 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424938410.xml... 2022-06-28T14:02:18,415 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424938410.xml... Done. 2022-06-28T14:02:18,415 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424927146.xml 2022-06-28T14:02:18,415 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:18,415 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:18,416 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:02:18,416 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:02:18,416 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:18,424 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:18,424 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:18,427 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:18,427 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:18,428 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:18,431 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:18,431 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:18,432 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2022-06-28T14:02:18,432 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2022-06-28T14:02:18,434 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:18,435 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2022-06-28T14:02:18,438 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:18,439 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2022-06-28T14:02:18,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424938410... 2022-06-28T14:02:18,442 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:18,442 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:18,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:18,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2022-06-28T14:02:18,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424938453.xml... 2022-06-28T14:02:18,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424938453.xml... Done. 2022-06-28T14:02:18,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424929167.xml 2022-06-28T14:02:18,460 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2022-06-28T14:02:18,460 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:18,460 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:19,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2022-06-28T14:02:19,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:19,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2022-06-28T14:02:19,463 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2022-06-28T14:02:19,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2022-06-28T14:02:19,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:19,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2022-06-28T14:02:19,464 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2022-06-28T14:02:19,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2022-06-28T14:02:19,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:19,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2022-06-28T14:02:19,465 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2022-06-28T14:02:19,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2022-06-28T14:02:19,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:19,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2022-06-28T14:02:19,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2022-06-28T14:02:19,467 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:19,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:19,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424938453... 2022-06-28T14:02:19,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:19,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:19,483 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424939481.xml... 2022-06-28T14:02:19,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424939481.xml... Done. 2022-06-28T14:02:19,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424931181.xml 2022-06-28T14:02:19,487 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:19,487 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:19,487 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:19,488 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:19,488 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:02:19,488 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:02:19,489 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:02:19,489 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2022-06-28T14:02:19,489 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2022-06-28T14:02:19,489 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:19,492 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2022-06-28T14:02:19,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2022-06-28T14:02:19,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2022-06-28T14:02:19,496 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2022-06-28T14:02:19,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2022-06-28T14:02:19,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2022-06-28T14:02:19,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:19,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2022-06-28T14:02:19,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2022-06-28T14:02:19,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2022-06-28T14:02:19,503 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2022-06-28T14:02:19,503 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2022-06-28T14:02:19,503 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2022-06-28T14:02:19,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2022-06-28T14:02:19,509 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2022-06-28T14:02:19,509 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2022-06-28T14:02:19,509 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2022-06-28T14:02:19,509 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2022-06-28T14:02:19,509 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2022-06-28T14:02:19,512 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:19,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:19,515 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:19,515 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2022-06-28T14:02:19,515 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:19,516 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:19,517 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424939481... 2022-06-28T14:02:19,520 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:19,523 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:19,525 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424939523.xml... 2022-06-28T14:02:19,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424939523.xml... Done. 2022-06-28T14:02:19,528 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424933196.xml 2022-06-28T14:02:19,529 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:19,529 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:19,529 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:02:19,529 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:02:19,529 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:19,536 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:19,537 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:19,539 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:19,539 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:19,539 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:19,542 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:19,542 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:19,543 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2022-06-28T14:02:19,543 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2022-06-28T14:02:19,544 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:19,545 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2022-06-28T14:02:19,548 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:19,548 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2022-06-28T14:02:19,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424939523... 2022-06-28T14:02:19,552 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:19,552 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:19,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:19,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2022-06-28T14:02:19,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424939559.xml... 2022-06-28T14:02:19,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424939559.xml... Done. 2022-06-28T14:02:19,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424935208.xml 2022-06-28T14:02:19,566 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2022-06-28T14:02:19,566 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:19,567 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:20,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2022-06-28T14:02:20,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:20,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2022-06-28T14:02:20,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2022-06-28T14:02:20,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2022-06-28T14:02:20,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:20,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2022-06-28T14:02:20,572 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2022-06-28T14:02:20,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2022-06-28T14:02:20,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:20,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2022-06-28T14:02:20,573 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2022-06-28T14:02:20,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2022-06-28T14:02:20,573 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:20,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2022-06-28T14:02:20,574 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2022-06-28T14:02:20,574 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:20,574 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:20,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424939559... 2022-06-28T14:02:20,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:20,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:20,589 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940587.xml... 2022-06-28T14:02:20,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940587.xml... Done. 2022-06-28T14:02:20,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424937228.xml 2022-06-28T14:02:20,593 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:20,593 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:20,593 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:20,594 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:02:20,594 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:20,595 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:02:20,595 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:02:20,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2022-06-28T14:02:20,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2022-06-28T14:02:20,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:20,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2022-06-28T14:02:20,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2022-06-28T14:02:20,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2022-06-28T14:02:20,602 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2022-06-28T14:02:20,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2022-06-28T14:02:20,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2022-06-28T14:02:20,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:20,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2022-06-28T14:02:20,609 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2022-06-28T14:02:20,609 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2022-06-28T14:02:20,609 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2022-06-28T14:02:20,610 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2022-06-28T14:02:20,610 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2022-06-28T14:02:20,613 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2022-06-28T14:02:20,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2022-06-28T14:02:20,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2022-06-28T14:02:20,619 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2022-06-28T14:02:20,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2022-06-28T14:02:20,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2022-06-28T14:02:20,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:20,625 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:20,625 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:20,625 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2022-06-28T14:02:20,625 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:20,626 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:20,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424940587... 2022-06-28T14:02:20,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:20,635 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:20,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940635.xml... 2022-06-28T14:02:20,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940635.xml... Done. 2022-06-28T14:02:20,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424937277.xml 2022-06-28T14:02:20,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:20,642 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:20,643 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:02:20,643 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:02:20,643 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:20,648 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:20,648 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:20,651 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:20,651 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:20,652 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:20,655 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:20,655 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:20,657 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2022-06-28T14:02:20,657 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2022-06-28T14:02:20,658 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:20,659 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2022-06-28T14:02:20,662 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:20,662 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2022-06-28T14:02:20,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424940635... 2022-06-28T14:02:20,666 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:20,666 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:20,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:20,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:20,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940674.xml... 2022-06-28T14:02:20,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940674.xml... Done. 2022-06-28T14:02:20,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424937340.xml 2022-06-28T14:02:20,681 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:20,681 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:20,681 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:20,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424940674... 2022-06-28T14:02:20,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:20,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:20,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940689.xml... 2022-06-28T14:02:20,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940689.xml... Done. 2022-06-28T14:02:20,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424938364.xml 2022-06-28T14:02:20,695 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:20,695 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:20,696 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:21,697 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424940689... 2022-06-28T14:02:21,700 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:21,707 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:21,710 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424941707.xml... 2022-06-28T14:02:21,713 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424941707.xml... Done. 2022-06-28T14:02:21,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424938410.xml 2022-06-28T14:02:21,714 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:21,714 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:21,714 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:22,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424941707... 2022-06-28T14:02:22,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:22,726 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:22,731 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424942726.xml... 2022-06-28T14:02:22,734 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424942726.xml... Done. 2022-06-28T14:02:22,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424938453.xml 2022-06-28T14:02:22,735 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:22,735 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:22,735 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:23,736 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424942726... 2022-06-28T14:02:23,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:23,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:23,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424943747.xml... 2022-06-28T14:02:23,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424943747.xml... Done. 2022-06-28T14:02:23,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424939481.xml 2022-06-28T14:02:23,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:23,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:23,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:24,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424943747... 2022-06-28T14:02:24,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:24,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:24,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424944765.xml... 2022-06-28T14:02:24,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424944765.xml... Done. 2022-06-28T14:02:24,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424939523.xml 2022-06-28T14:02:24,771 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:24,771 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:24,772 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:25,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424944765... 2022-06-28T14:02:25,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:25,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:25,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424945784.xml... 2022-06-28T14:02:25,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424945784.xml... Done. 2022-06-28T14:02:25,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424939559.xml 2022-06-28T14:02:25,791 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:25,791 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:25,791 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:26,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424945784... 2022-06-28T14:02:26,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:26,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:26,806 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424946803.xml... 2022-06-28T14:02:26,809 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424946803.xml... Done. 2022-06-28T14:02:26,809 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940587.xml 2022-06-28T14:02:26,809 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:26,809 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:26,809 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:27,811 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424946803... 2022-06-28T14:02:27,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:27,822 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:27,829 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424947823.xml... 2022-06-28T14:02:27,832 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424947823.xml... Done. 2022-06-28T14:02:27,833 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940635.xml 2022-06-28T14:02:27,833 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:27,834 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:27,834 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:28,835 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424947823... 2022-06-28T14:02:28,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:28,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:28,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424948846.xml... 2022-06-28T14:02:28,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424948846.xml... Done. 2022-06-28T14:02:28,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940674.xml 2022-06-28T14:02:28,852 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:28,852 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:28,852 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:29,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424948846... 2022-06-28T14:02:29,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:29,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer2 ... Done. 2022-06-28T14:02:29,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424949866.xml... 2022-06-28T14:02:29,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424949866.xml... Done. 2022-06-28T14:02:29,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424940689.xml 2022-06-28T14:02:29,873 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer2 2022-06-28T14:02:29,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:29,874 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer2 2022-06-28T14:02:30,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2022-06-28T14:02:30,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:30,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2022-06-28T14:02:30,876 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2022-06-28T14:02:30,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2022-06-28T14:02:30,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:30,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2022-06-28T14:02:30,877 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2022-06-28T14:02:30,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2022-06-28T14:02:30,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:30,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2022-06-28T14:02:30,878 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2022-06-28T14:02:30,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2022-06-28T14:02:30,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:30,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2022-06-28T14:02:30,878 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2022-06-28T14:02:30,879 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:30,879 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:30,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424949866... 2022-06-28T14:02:30,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:30,890 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:30,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424950890.xml... 2022-06-28T14:02:30,894 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424950890.xml... Done. 2022-06-28T14:02:30,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424941707.xml 2022-06-28T14:02:30,895 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:30,895 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:30,895 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:30,896 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:02:30,896 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:30,897 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:02:30,897 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:02:30,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2022-06-28T14:02:30,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2022-06-28T14:02:30,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:30,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2022-06-28T14:02:30,903 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2022-06-28T14:02:30,903 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2022-06-28T14:02:30,903 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2022-06-28T14:02:30,903 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2022-06-28T14:02:30,903 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2022-06-28T14:02:30,904 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:30,907 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2022-06-28T14:02:30,909 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2022-06-28T14:02:30,909 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2022-06-28T14:02:30,910 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2022-06-28T14:02:30,910 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2022-06-28T14:02:30,910 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2022-06-28T14:02:30,913 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2022-06-28T14:02:30,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2022-06-28T14:02:30,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2022-06-28T14:02:30,915 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2022-06-28T14:02:30,916 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2022-06-28T14:02:30,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2022-06-28T14:02:30,921 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:30,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:30,924 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:30,924 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2022-06-28T14:02:30,925 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:30,925 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:30,926 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424950890... 2022-06-28T14:02:30,928 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:30,932 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:30,935 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424950932.xml... 2022-06-28T14:02:30,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424950932.xml... Done. 2022-06-28T14:02:30,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424942726.xml 2022-06-28T14:02:30,939 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:30,939 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:30,940 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:02:30,940 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:02:30,940 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:30,950 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:30,950 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:30,953 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:30,954 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:30,954 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:30,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:30,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:30,958 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2022-06-28T14:02:30,958 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2022-06-28T14:02:30,959 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:30,960 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2022-06-28T14:02:30,964 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:30,964 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2022-06-28T14:02:30,967 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:30,967 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:41,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2022-06-28T14:02:41,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:41,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2022-06-28T14:02:41,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2022-06-28T14:02:41,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2022-06-28T14:02:41,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:41,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2022-06-28T14:02:41,971 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2022-06-28T14:02:41,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2022-06-28T14:02:41,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:41,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2022-06-28T14:02:41,972 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2022-06-28T14:02:41,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2022-06-28T14:02:41,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:41,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2022-06-28T14:02:41,974 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2022-06-28T14:02:41,974 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:41,974 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:41,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424950932... 2022-06-28T14:02:41,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:41,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:41,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424961986.xml... 2022-06-28T14:02:41,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424961986.xml... Done. 2022-06-28T14:02:41,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424943747.xml 2022-06-28T14:02:41,995 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:41,995 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:41,995 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:41,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:02:41,997 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:02:41,997 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:02:41,997 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2022-06-28T14:02:41,997 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2022-06-28T14:02:41,998 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:42,001 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2022-06-28T14:02:42,004 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2022-06-28T14:02:42,004 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2022-06-28T14:02:42,004 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2022-06-28T14:02:42,004 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:42,004 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2022-06-28T14:02:42,004 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2022-06-28T14:02:42,004 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:42,007 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2022-06-28T14:02:42,010 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2022-06-28T14:02:42,010 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2022-06-28T14:02:42,010 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2022-06-28T14:02:42,010 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2022-06-28T14:02:42,010 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2022-06-28T14:02:42,013 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2022-06-28T14:02:42,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2022-06-28T14:02:42,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2022-06-28T14:02:42,020 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2022-06-28T14:02:42,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2022-06-28T14:02:42,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2022-06-28T14:02:42,023 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:42,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:42,026 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:42,026 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2022-06-28T14:02:42,026 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:42,027 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:42,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424961986... 2022-06-28T14:02:42,030 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:42,033 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:42,035 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424962033.xml... 2022-06-28T14:02:42,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424962033.xml... Done. 2022-06-28T14:02:42,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424944765.xml 2022-06-28T14:02:42,039 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:42,039 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:42,039 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:02:42,040 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:02:42,040 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:42,048 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:42,048 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:42,050 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:42,050 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:42,051 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:42,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:42,054 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:42,055 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2022-06-28T14:02:42,055 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2022-06-28T14:02:42,056 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:42,056 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2022-06-28T14:02:42,059 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:42,060 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2022-06-28T14:02:42,063 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:42,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424962033... 2022-06-28T14:02:42,064 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:42,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:42,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2022-06-28T14:02:42,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424962073.xml... 2022-06-28T14:02:42,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424962073.xml... Done. 2022-06-28T14:02:42,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424945784.xml 2022-06-28T14:02:42,081 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2022-06-28T14:02:42,081 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:42,082 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:43,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424962073... 2022-06-28T14:02:43,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:43,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2022-06-28T14:02:43,098 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424963095.xml... 2022-06-28T14:02:43,101 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424963095.xml... Done. 2022-06-28T14:02:43,101 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424946803.xml 2022-06-28T14:02:43,101 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2022-06-28T14:02:43,101 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:43,102 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:43,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer... 2022-06-28T14:02:43,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:43,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer...done 2022-06-28T14:02:43,604 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer 2022-06-28T14:02:43,604 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:43,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2... 2022-06-28T14:02:43,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:43,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testTimer2...done 2022-06-28T14:02:43,605 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testTimer2 2022-06-28T14:02:43,605 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:43,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver... 2022-06-28T14:02:43,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:43,606 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver...done 2022-06-28T14:02:43,607 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver 2022-06-28T14:02:43,607 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:43,607 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2... 2022-06-28T14:02:43,607 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:43,608 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitterReceiver2...done 2022-06-28T14:02:43,608 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitterReceiver2 2022-06-28T14:02:43,608 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:43,608 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:43,608 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424963095... 2022-06-28T14:02:43,612 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:43,618 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:43,621 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424963619.xml... 2022-06-28T14:02:43,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424963619.xml... Done. 2022-06-28T14:02:43,624 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424947823.xml 2022-06-28T14:02:43,624 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:43,625 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:43,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:43,625 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:43,626 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:02:43,626 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:02:43,626 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:02:43,626 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer 2022-06-28T14:02:43,626 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer 2022-06-28T14:02:43,627 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:43,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer.... 2022-06-28T14:02:43,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer 2022-06-28T14:02:43,632 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer....Done 2022-06-28T14:02:43,633 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer 2022-06-28T14:02:43,633 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid testTimer2 2022-06-28T14:02:43,633 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testTimer2 2022-06-28T14:02:43,633 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:43,636 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2.... 2022-06-28T14:02:43,640 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testTimer2 2022-06-28T14:02:43,640 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testTimer2....Done 2022-06-28T14:02:43,640 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer testTimer2 2022-06-28T14:02:43,640 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver 2022-06-28T14:02:43,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver 2022-06-28T14:02:43,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver.... 2022-06-28T14:02:43,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver 2022-06-28T14:02:43,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver....Done 2022-06-28T14:02:43,647 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver 2022-06-28T14:02:43,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitterReceiver2 2022-06-28T14:02:43,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitterReceiver2 2022-06-28T14:02:43,650 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2.... 2022-06-28T14:02:43,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitterReceiver2 2022-06-28T14:02:43,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitterReceiver2....Done 2022-06-28T14:02:43,654 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitterReceiver2 2022-06-28T14:02:43,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:43,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424963619... 2022-06-28T14:02:43,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:43,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:02:43,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424963668.xml... 2022-06-28T14:02:43,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424963668.xml... Done. 2022-06-28T14:02:43,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424948846.xml 2022-06-28T14:02:43,675 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:43,677 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:43,677 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:43,679 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:02:43,679 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:02:43,681 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:02:43,682 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:02:43,682 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer/0 and testEmitterReceiver/0... 2022-06-28T14:02:43,685 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:43,685 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testTimer2/0 and testEmitterReceiver2/0... 2022-06-28T14:02:43,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424963668... 2022-06-28T14:02:43,688 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:02:43,689 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:02:43,690 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:02:43,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:02:43,694 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testTimer ... Done. 2022-06-28T14:02:43,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424963694.xml... 2022-06-28T14:02:43,702 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424963694.xml... Done. 2022-06-28T14:02:43,703 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/kura/user/snapshots/snapshot_1656424949866.xml 2022-06-28T14:02:43,703 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testTimer 2022-06-28T14:02:43,703 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer 2022-06-28T14:02:43,704 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testTimer Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.054 s - in org.eclipse.kura.internal.wire.timer.test.TimerTest shouldTolerateInvalidCronExpression(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 12.73 s shouldSupportCronExpression(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 10.156 s shouldSupportCustomFirstTickInterval(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 20.346 s shouldTickEvery10Millis(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.138 s shouldTickEvery100Millis(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.113 s shouldContinueToTickIfReceiverThrows(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.108 s shouldNotTickOnUpdateWithDefaultConfig(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 10.305 s shouldSupportDefaultConfig(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 11.093 s shouldSupportReconfiguration(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.634 s shouldSupportFixedRateScheduling(org.eclipse.kura.internal.wire.timer.test.TimerTest) Time elapsed: 1.103 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:02:44,770 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer 2022-06-28T14:02:44,772 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testTimer2 2022-06-28T14:02:44,777 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:02:44,777 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:02:44,778 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:02:44,778 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:02:44,778 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:02:44,778 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:02:44,779 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:02:44,781 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:02:44,782 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:02:44,782 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:02:44,784 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:02:44,785 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:02:44,785 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:02:44,785 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T14:02:44,785 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:02:44,785 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:02:44,785 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:02:44,785 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:02:44,786 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:02:44,786 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:02:44,787 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:02:44,787 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:02:44,788 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:02:44,788 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:02:44,789 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:02:44,789 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:02:44,792 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:02:44,792 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T14:02:44,792 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T14:02:44,793 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:02:44,793 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:02:44,794 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:02:44,794 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:02:44,796 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:02:44,796 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:02:44,797 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:02:44,797 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:02:44,797 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:02:44,797 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:02:44,797 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:02:44,797 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:02:44,797 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver 2022-06-28T14:02:44,797 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitterReceiver2 2022-06-28T14:02:44,801 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:02:44,801 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:02:44,803 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:02:44,839 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:02:44,840 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:02:44,840 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:02:44,988 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:02:45,841 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:02:45,845 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:02:45,846 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:02:45,848 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:02:45,849 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:02:45,871 [Framework stop - Equinox Container: f729d4dd-e36e-42cd-9619-b481d2ae5947] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.wire.component.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.util.wire.test' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/5.1.2/org.eclipse.kura.wire.component.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/5.1.2/org.eclipse.kura.wire.component.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/org.eclipse.kura.wire.component.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/5.1.2/org.eclipse.kura.wire.component.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/5.1.2/org.eclipse.kura.wire.component.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.component.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.component.provider.test/5.1.2/org.eclipse.kura.wire.component.provider.test-5.1.2-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] --< org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider.test >-- [INFO] Building org.eclipse.kura.wire.h2db.component.provider.test 5.1.2 [161/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.wire.h2db.component.provider.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest 14:02:49.901 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.limitCaseTest(H2DbWireRecordStoreTest.java:186) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:50.677 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.limitCaseTest2(H2DbWireRecordStoreTest.java:198) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:51.415 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldRespectNRecordsToKeep(H2DbWireRecordStoreTest.java:174) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:52.175 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.givenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:293) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.updateNonExistentTableName(H2DbWireRecordStoreTest.java:224) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:52.930 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.givenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:293) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.updateMaxTableSize(H2DbWireRecordStoreTest.java:209) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:53.681 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreSimpleWireEnvelope(H2DbWireRecordStoreTest.java:100) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:54.420 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldKeepMaxSizeRecords2(H2DbWireRecordStoreTest.java:162) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:55.186 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldRemoveOldest(H2DbWireRecordStoreTest.java:239) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:55.924 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldKeepMaxSizeRecords(H2DbWireRecordStoreTest.java:150) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:56.686 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "k_double" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "k_double") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:113) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:56.699 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "k_bool" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "k_bool") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:113) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:56.713 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "k_long" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "k_long") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:113) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:56.744 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "k_int" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "k_int") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:113) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:56.761 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "k_str" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "k_str") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:113) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:56.777 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "k_blob" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "k_blob") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:113) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:56.850 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "k_float" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "k_float") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.shouldStoreAllTypesWireEnvelope(H2DbWireRecordStoreTest.java:113) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:57.576 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldKeepNoRecords(H2DbWireRecordStoreTest.java:126) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] 14:02:58.314 [main] ERROR org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "WR_DATA" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:223) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.message.DbException.get(DbException.java:199) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.table.Table.getColumn(Table.java:749) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumn(Parser.java:1256) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseColumnList(Parser.java:1241) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parseInsert(Parser.java:1641) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parsePrepared(Parser.java:814) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:689) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.parse(Parser.java:661) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.command.Parser.prepareCommand(Parser.java:569) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) ~[com.h2database-2.1.214.jar:2.1.214] at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) ~[com.h2database-2.1.214.jar:2.1.214] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$32/0x00000000e843dd70.call(Unknown Source) ~[?:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.lambda$clean$0(H2DbWireRecordStoreTest.java:418) ~[test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest$$Lambda$8/0x00000000e8afa240.answer(Unknown Source) ~[?:?] at org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~[mockito-core-1.10.19.jar:?] at org.mockito.internal.creation.cglib.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:59) ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.db.H2DbService$$EnhancerByMockitoWithCGLIB$$d7106d6a.withConnection() ~[mockito-core-1.10.19.jar:?] at org.eclipse.kura.internal.wire.h2db.common.H2DbServiceHelper.withConnection(H2DbServiceHelper.java:90) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.insertDataRecord(H2DbWireRecordStore.java:456) ~[org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.store(H2DbWireRecordStore.java:301) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.onWireReceive(H2DbWireRecordStore.java:280) [org.eclipse.kura.wire.h2db.component.provider-2.1.2-SNAPSHOT.jar:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.whenWireEnvelopesReceived(H2DbWireRecordStoreTest.java:303) [test-classes/:?] at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest.truncateShouldNotTrigger(H2DbWireRecordStoreTest.java:138) [test-classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.074 s - in org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStoreTest [INFO] Running org.eclipse.kura.internal.wire.h2db.filter.H2DbWireRecordFilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.kura.internal.wire.h2db.filter.H2DbWireRecordFilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/surefire.properties] 2022-06-28T14:03:03,082 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:03,483 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:03:03,496 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-421801 2022-06-28T14:03:03,572 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:03:03,573 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:03:03,573 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:03:03,573 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:03:03,573 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:03:03,573 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura 2022-06-28T14:03:03,573 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:03:03,573 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:03:03,574 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots 2022-06-28T14:03:03,574 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/tmp 2022-06-28T14:03:03,574 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:03:03,576 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:03,609 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:03:03,678 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:03:03,680 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:03:03,841 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:03:03,842 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:03,876 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:03:03,990 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:03:04,000 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:03:04,000 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:04,034 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:04,036 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:04,036 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:04,042 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:03:04,042 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:03:04,047 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:04,047 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:04,047 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:03:04,047 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:04,051 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:03:04,051 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:03:04,051 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:03:04,054 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:04,054 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:04,054 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:04,057 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:03:04,057 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:03:04,058 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:04,058 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:03:04,058 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:03:04,058 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:03:04,061 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:03:04,061 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:03:04,062 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:03:04,064 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:04,065 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:04,065 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:04,068 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:03:04,068 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:03:04,068 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:04,075 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:04,075 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:03:04,075 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:03:04,078 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:03:04,078 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:03:04,079 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:03:04,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:03:04,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:03:04,138 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:04,158 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:03:04,158 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:04,160 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:03:04,203 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:03:04,205 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:04,209 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:04,209 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:03:04,209 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:03:04,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:03:04,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:03:04,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:04,242 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:04,242 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:03:04,243 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:04,248 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:04,248 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:03:04,248 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:03:04,249 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:04,252 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:04,252 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:03:04,253 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:03:04,253 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:04,256 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:04,260 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:03:04,260 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:04,263 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:04,270 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:03:04,271 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:04,274 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:03:04,278 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:03:04,281 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:03:04,286 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:03:04,289 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:03:04,290 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:04,293 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:04,296 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:03:04,299 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:04,340 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:03:04,341 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:04,344 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:04,360 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:03:04,360 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:03:04,361 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:03:04,361 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:03:04,361 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:03:04,361 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:03:04,364 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:03:04,364 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:04,367 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:04,371 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:03:04,376 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:03:04,376 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:04,376 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:03:04,377 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:04,377 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:04,377 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:03:04,380 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:03:04,383 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:04,383 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:03:04,384 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:03:04,387 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:04,458 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424984444.xml... 2022-06-28T14:03:04,461 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424984444.xml... Done. 2022-06-28T14:03:04,462 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:03:04,462 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:03:04,462 [Start Level: Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:03:04,462 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:03:04,462 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:03:04,480 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:04,497 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:03:04,500 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:04,500 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:04,500 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:04,500 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:04,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.H2DbWireRecordStore ... 2022-06-28T14:03:04,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.H2DbWireRecordFilter ... 2022-06-28T14:03:04,573 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:03:04,588 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:03:04,599 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:03:04,599 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Running org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest 2022-06-28T14:03:04,647 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:03:04,649 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:03:04,650 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:04,650 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:04,650 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:04,651 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:04,658 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:03:04,658 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:03:04,658 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:03:04,658 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:03:04,658 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:03:04,662 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:04,663 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:04,663 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:04,663 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:04,663 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:04,665 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:03:04,665 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:04,679 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:03:04,682 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:03:04,683 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:03:04,683 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T14:03:04,907 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T14:03:04,909 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T14:03:04,909 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:03:04,909 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:03:04,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:03:04,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:03:04,956 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:03:04,957 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:03:04,957 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:03:04,957 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:03:04,958 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:03:04,958 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T14:03:04,968 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:03:04,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:03:04,970 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:03:04,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T14:03:04,971 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T14:03:05,344 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:03:05,391 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:03:05,391 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordStore and pid h2foo 2022-06-28T14:03:05,391 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid h2foo 2022-06-28T14:03:05,392 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2022-06-28T14:03:05,399 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo.... 2022-06-28T14:03:05,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: h2foo 2022-06-28T14:03:05,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo....Done 2022-06-28T14:03:05,402 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore h2foo 2022-06-28T14:03:05,455 [H2DbService_org.eclipse.kura.db.H2DbService_6] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Creating table "H2_STORE_TEST"... 2022-06-28T14:03:05,458 [H2DbService_org.eclipse.kura.db.H2DbService_6] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Index "H2_STORE_TEST_TIMESTAMP" created, order is (TIMESTAMP DESC) 2022-06-28T14:03:05,466 [H2DbService_org.eclipse.kura.db.H2DbService_8] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2022-06-28T14:03:05,467 [main] ERROR o.e.k.i.w.h.s.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "key" not found; SQL statement: INSERT INTO "H2_STORE_TEST" (TIMESTAMP, "key") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) at org.h2.message.DbException.get(DbException.java:223) at org.h2.message.DbException.get(DbException.java:199) at org.h2.table.Table.getColumn(Table.java:749) at org.h2.command.Parser.parseColumn(Parser.java:1256) at org.h2.command.Parser.parseColumnList(Parser.java:1241) at org.h2.command.Parser.parseInsert(Parser.java:1641) at org.h2.command.Parser.parsePrepared(Parser.java:814) at org.h2.command.Parser.parse(Parser.java:689) at org.h2.command.Parser.parse(Parser.java:661) at org.h2.command.Parser.prepareCommand(Parser.java:569) at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$91/0x00000000d8bbf220.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:190) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:211) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x00000000fc01a9a0.call(Unknown Source) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$1(H2DbServiceImpl.java:126) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x00000000fc018850.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2022-06-28T14:03:06,367 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T14:03:06,367 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T14:03:06,373 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T14:03:08,599 [H2DbService_org.eclipse.kura.db.H2DbService_2409] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Partially emptying table "H2_STORE_TEST" 2022-06-28T14:03:09,145 [H2DbService_org.eclipse.kura.db.H2DbService_2425] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2022-06-28T14:03:09,145 [main] ERROR o.e.k.i.w.h.s.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "blobkey" not found; SQL statement: INSERT INTO "H2_STORE_TEST" (TIMESTAMP, "blobkey") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) at org.h2.message.DbException.get(DbException.java:223) at org.h2.message.DbException.get(DbException.java:199) at org.h2.table.Table.getColumn(Table.java:749) at org.h2.command.Parser.parseColumn(Parser.java:1256) at org.h2.command.Parser.parseColumnList(Parser.java:1241) at org.h2.command.Parser.parseInsert(Parser.java:1641) at org.h2.command.Parser.parsePrepared(Parser.java:814) at org.h2.command.Parser.parse(Parser.java:689) at org.h2.command.Parser.parse(Parser.java:661) at org.h2.command.Parser.prepareCommand(Parser.java:569) at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$91/0x00000000d8bbf220.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:190) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:211) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x00000000fc01a9a0.call(Unknown Source) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$1(H2DbServiceImpl.java:126) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x00000000fc018850.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2022-06-28T14:03:09,221 [H2DbService_org.eclipse.kura.db.H2DbService_2429] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2022-06-28T14:03:09,221 [main] ERROR o.e.k.i.w.h.s.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "intkey" not found; SQL statement: INSERT INTO "H2_STORE_TEST" (TIMESTAMP, "intkey", "floatkey", "longkey", "dblkey", "boolkey") VALUES (?, ?, ?, ?, ?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) at org.h2.message.DbException.get(DbException.java:223) at org.h2.message.DbException.get(DbException.java:199) at org.h2.table.Table.getColumn(Table.java:749) at org.h2.command.Parser.parseColumn(Parser.java:1256) at org.h2.command.Parser.parseColumnList(Parser.java:1241) at org.h2.command.Parser.parseInsert(Parser.java:1641) at org.h2.command.Parser.parsePrepared(Parser.java:814) at org.h2.command.Parser.parse(Parser.java:689) at org.h2.command.Parser.parse(Parser.java:661) at org.h2.command.Parser.prepareCommand(Parser.java:569) at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$91/0x00000000d8bbf220.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:190) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:211) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x00000000fc01a9a0.call(Unknown Source) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$1(H2DbServiceImpl.java:126) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x00000000fc018850.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.833 s - in org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest testSvcs(org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest) Time elapsed: 0.067 s testCleanupSequence(org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest) Time elapsed: 3.662 s testReceive(org.eclipse.kura.internal.wire.h2db.store.test.H2DbWireRecordStoreTest) Time elapsed: 0.354 s Running org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest 2022-06-28T14:03:09,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T14:03:09,609 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424984444... 2022-06-28T14:03:09,647 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:09,655 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:03:09,656 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:03:09,678 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424989655.xml... 2022-06-28T14:03:09,682 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424989655.xml... Done. 2022-06-28T14:03:09,682 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:09,683 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:09,683 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:09,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid store.1656424989600 2022-06-28T14:03:09,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid store.1656424989600 2022-06-28T14:03:09,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:03:09,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1656424989600.... 2022-06-28T14:03:09,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: store.1656424989600 2022-06-28T14:03:09,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1656424989600....Done 2022-06-28T14:03:09,691 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService store.1656424989600 2022-06-28T14:03:09,692 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:03:09,693 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:03:09,693 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:03:09,693 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:db1656424989600 2022-06-28T14:03:09,695 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:09,696 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424989655... 2022-06-28T14:03:09,696 [pool-19-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:03:09,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:09,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:03:09,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424989746.xml... 2022-06-28T14:03:09,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424989746.xml... Done. 2022-06-28T14:03:09,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:09,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:09,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:03:09,771 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:03:09,776 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:03:09,782 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:03:09,782 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:03:09,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitter 2022-06-28T14:03:09,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitter 2022-06-28T14:03:09,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter.... 2022-06-28T14:03:09,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitter 2022-06-28T14:03:09,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter....Done 2022-06-28T14:03:09,789 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitter 2022-06-28T14:03:09,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordStore and pid testDbStore 2022-06-28T14:03:09,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbStore 2022-06-28T14:03:09,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2022-06-28T14:03:09,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2022-06-28T14:03:09,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2022-06-28T14:03:09,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2022-06-28T14:03:09,797 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore testDbStore 2022-06-28T14:03:09,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordFilter and pid testDbFilter 2022-06-28T14:03:09,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbFilter 2022-06-28T14:03:09,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2022-06-28T14:03:09,802 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2022-06-28T14:03:09,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2022-06-28T14:03:09,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2022-06-28T14:03:09,838 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordFilter testDbFilter 2022-06-28T14:03:09,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testReceiver 2022-06-28T14:03:09,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testReceiver 2022-06-28T14:03:09,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2022-06-28T14:03:09,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2022-06-28T14:03:09,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2022-06-28T14:03:09,847 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testReceiver 2022-06-28T14:03:09,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid storeEmitter 2022-06-28T14:03:09,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid storeEmitter 2022-06-28T14:03:09,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2022-06-28T14:03:09,854 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2022-06-28T14:03:09,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2022-06-28T14:03:09,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver storeEmitter 2022-06-28T14:03:09,862 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:03:09,862 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:03:09,863 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:09,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424989746... 2022-06-28T14:03:09,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:09,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:03:09,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424989887.xml... 2022-06-28T14:03:09,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424989887.xml... Done. 2022-06-28T14:03:09,948 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:09,955 [H2DbService_store.1656424989600_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Creating table "1656424989600"... 2022-06-28T14:03:09,957 [H2DbService_store.1656424989600_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Index "1656424989600_TIMESTAMP" created, order is (TIMESTAMP DESC) 2022-06-28T14:03:09,965 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:03:09,966 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:03:09,968 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:03:09,968 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:03:09,970 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:03:09,971 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:03:09,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testEmitter/0 and testDbFilter/0... 2022-06-28T14:03:09,978 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:03:09,978 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between storeEmitter/0 and testDbStore/0... 2022-06-28T14:03:09,982 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:03:09,983 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testDbFilter/0 and testReceiver/0... 2022-06-28T14:03:09,988 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:03:09,991 [H2DbService_store.1656424989600_2] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2022-06-28T14:03:09,991 [main] ERROR o.e.k.i.w.h.s.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "test" not found; SQL statement: INSERT INTO "1656424989600" (TIMESTAMP, "test") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) at org.h2.message.DbException.get(DbException.java:223) at org.h2.message.DbException.get(DbException.java:199) at org.h2.table.Table.getColumn(Table.java:749) at org.h2.command.Parser.parseColumn(Parser.java:1256) at org.h2.command.Parser.parseColumnList(Parser.java:1241) at org.h2.command.Parser.parseInsert(Parser.java:1641) at org.h2.command.Parser.parsePrepared(Parser.java:814) at org.h2.command.Parser.parse(Parser.java:689) at org.h2.command.Parser.parse(Parser.java:661) at org.h2.command.Parser.prepareCommand(Parser.java:569) at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$91/0x00000000d8bbf220.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:190) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:211) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x00000000fc01a9a0.call(Unknown Source) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$1(H2DbServiceImpl.java:126) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x00000000fc018850.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2022-06-28T14:03:09,996 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:03:09,997 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:03:10,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424989887... 2022-06-28T14:03:10,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2022-06-28T14:03:10,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDbFilter ... Done. 2022-06-28T14:03:10,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424990074.xml... 2022-06-28T14:03:10,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424990074.xml... Done. 2022-06-28T14:03:10,099 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testDbFilter 2022-06-28T14:03:10,099 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2022-06-28T14:03:10,099 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2022-06-28T14:03:10,112 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid store.1656424990111 2022-06-28T14:03:10,112 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid store.1656424990111 2022-06-28T14:03:10,112 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:03:10,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1656424990111.... 2022-06-28T14:03:10,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: store.1656424990111 2022-06-28T14:03:10,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - store.1656424990111....Done 2022-06-28T14:03:10,140 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService store.1656424990111 2022-06-28T14:03:10,142 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:03:10,142 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:03:10,142 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:03:10,142 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:db1656424990111 2022-06-28T14:03:10,148 [pool-21-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:03:10,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitter... 2022-06-28T14:03:10,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2022-06-28T14:03:10,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testEmitter...done 2022-06-28T14:03:10,151 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testEmitter 2022-06-28T14:03:10,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbStore... 2022-06-28T14:03:10,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2022-06-28T14:03:10,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbStore...done 2022-06-28T14:03:10,152 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDbStore 2022-06-28T14:03:10,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbFilter... 2022-06-28T14:03:10,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2022-06-28T14:03:10,153 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDbFilter...done 2022-06-28T14:03:10,154 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDbFilter 2022-06-28T14:03:10,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testReceiver... 2022-06-28T14:03:10,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2022-06-28T14:03:10,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testReceiver...done 2022-06-28T14:03:10,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testReceiver 2022-06-28T14:03:10,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid storeEmitter... 2022-06-28T14:03:10,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2022-06-28T14:03:10,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid storeEmitter...done 2022-06-28T14:03:10,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: storeEmitter 2022-06-28T14:03:10,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:10,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424990074... 2022-06-28T14:03:10,178 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:10,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:03:10,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424990182.xml... 2022-06-28T14:03:10,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424990182.xml... Done. 2022-06-28T14:03:10,196 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:10,196 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:10,196 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2022-06-28T14:03:10,197 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:03:10,198 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:03:10,198 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2022-06-28T14:03:10,198 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:03:10,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testEmitter 2022-06-28T14:03:10,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testEmitter 2022-06-28T14:03:10,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter.... 2022-06-28T14:03:10,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testEmitter 2022-06-28T14:03:10,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testEmitter....Done 2022-06-28T14:03:10,206 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testEmitter 2022-06-28T14:03:10,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordStore and pid testDbStore 2022-06-28T14:03:10,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbStore 2022-06-28T14:03:10,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2022-06-28T14:03:10,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore.... 2022-06-28T14:03:10,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbStore 2022-06-28T14:03:10,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbStore....Done 2022-06-28T14:03:10,244 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore testDbStore 2022-06-28T14:03:10,244 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2022-06-28T14:03:10,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordFilter and pid testDbFilter 2022-06-28T14:03:10,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDbFilter 2022-06-28T14:03:10,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2022-06-28T14:03:10,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter.... 2022-06-28T14:03:10,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDbFilter 2022-06-28T14:03:10,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDbFilter....Done 2022-06-28T14:03:10,252 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordFilter testDbFilter 2022-06-28T14:03:10,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid testReceiver 2022-06-28T14:03:10,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testReceiver 2022-06-28T14:03:10,255 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2022-06-28T14:03:10,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2022-06-28T14:03:10,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2022-06-28T14:03:10,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver testReceiver 2022-06-28T14:03:10,259 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2022-06-28T14:03:10,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid storeEmitter 2022-06-28T14:03:10,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid storeEmitter 2022-06-28T14:03:10,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2022-06-28T14:03:10,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2022-06-28T14:03:10,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2022-06-28T14:03:10,267 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver storeEmitter 2022-06-28T14:03:10,267 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2022-06-28T14:03:10,269 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:10,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424990182... 2022-06-28T14:03:10,295 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:10,298 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:03:10,309 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424990298.xml... 2022-06-28T14:03:10,312 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424990298.xml... Done. 2022-06-28T14:03:10,312 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:10,336 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:03:10,337 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:03:10,337 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:03:10,337 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:03:10,341 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:03:10,341 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:03:10,348 [H2DbService_store.1656424990111_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Creating table "1656424990111"... 2022-06-28T14:03:10,349 [H2DbService_store.1656424990111_0] INFO o.e.k.i.w.h.s.H2DbWireRecordStore - Index "1656424990111_TIMESTAMP" created, order is (TIMESTAMP DESC) 2022-06-28T14:03:10,357 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:03:10,357 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:03:10,357 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver.... 2022-06-28T14:03:10,361 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testReceiver 2022-06-28T14:03:10,361 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testReceiver....Done 2022-06-28T14:03:10,363 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2022-06-28T14:03:10,363 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2022-06-28T14:03:10,365 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:03:10,365 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:03:10,366 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter.... 2022-06-28T14:03:10,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: storeEmitter 2022-06-28T14:03:10,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - storeEmitter....Done 2022-06-28T14:03:10,372 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating... 2022-06-28T14:03:10,373 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - updating...done 2022-06-28T14:03:10,376 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:03:10,378 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testEmitter/0 and testDbFilter/0... 2022-06-28T14:03:10,382 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:03:10,383 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between storeEmitter/0 and testDbStore/0... 2022-06-28T14:03:10,387 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:03:10,387 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between testDbFilter/0 and testReceiver/0... 2022-06-28T14:03:10,391 [H2DbService_store.1656424990111_2] WARN o.e.k.c.d.H2DbServiceImpl - Db operation failed 2022-06-28T14:03:10,391 [main] ERROR o.e.k.i.w.h.s.H2DbWireRecordStore - Insertion failed. Reconciling Table and Columns... org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "test" not found; SQL statement: INSERT INTO "1656424990111" (TIMESTAMP, "test") VALUES (?, ?); [42122-214] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) at org.h2.message.DbException.getJdbcSQLException(DbException.java:477) at org.h2.message.DbException.get(DbException.java:223) at org.h2.message.DbException.get(DbException.java:199) at org.h2.table.Table.getColumn(Table.java:749) at org.h2.command.Parser.parseColumn(Parser.java:1256) at org.h2.command.Parser.parseColumnList(Parser.java:1241) at org.h2.command.Parser.parseInsert(Parser.java:1641) at org.h2.command.Parser.parsePrepared(Parser.java:814) at org.h2.command.Parser.parse(Parser.java:689) at org.h2.command.Parser.parse(Parser.java:661) at org.h2.command.Parser.prepareCommand(Parser.java:569) at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:631) at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:554) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1116) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:92) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.prepareStatement(H2DbWireRecordStore.java:490) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore.lambda$5(H2DbWireRecordStore.java:457) at org.eclipse.kura.internal.wire.h2db.store.H2DbWireRecordStore$$Lambda$91/0x00000000d8bbf220.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:190) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:211) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x00000000fc01a9a0.call(Unknown Source) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$1(H2DbServiceImpl.java:126) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x00000000fc018850.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) 2022-06-28T14:03:10,392 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:03:10,392 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:03:10,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656424990298... 2022-06-28T14:03:10,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordFilter 2022-06-28T14:03:10,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDbFilter ... Done. 2022-06-28T14:03:10,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424990459.xml... 2022-06-28T14:03:10,485 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/kura/user/snapshots/snapshot_1656424990459.xml... Done. 2022-06-28T14:03:10,485 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: testDbFilter 2022-06-28T14:03:10,485 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2022-06-28T14:03:10,485 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: testDbFilter 2022-06-28T14:03:10,487 [H2DbService_store.1656424990111_16] ERROR o.e.k.i.w.h.f.H2DbWireRecordFilter - Failed to convert result for column MEDIAN(test) (SQL type NUMERIC, Java type java.math.BigDecimal) to any of the supported Wires data type, please consider using a conversion function like CAST in your query. The result for this column will not be included in emitted envelope java.lang.IllegalArgumentException: Cannot convert to TypedValue at org.eclipse.kura.type.TypedValues.newTypedValue(TypedValues.java:143) at org.eclipse.kura.internal.wire.h2db.filter.H2DbWireRecordFilter.convertSQLRowToWireRecord(H2DbWireRecordFilter.java:224) at org.eclipse.kura.internal.wire.h2db.filter.H2DbWireRecordFilter.lambda$0(H2DbWireRecordFilter.java:193) at org.eclipse.kura.internal.wire.h2db.filter.H2DbWireRecordFilter$$Lambda$134/0x00000000d8c57990.call(Unknown Source) at org.eclipse.kura.core.db.H2DbServiceImpl.withConnectionInternal(H2DbServiceImpl.java:190) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$3(H2DbServiceImpl.java:211) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$78/0x00000000fc01a9a0.call(Unknown Source) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.eclipse.kura.core.db.H2DbServiceImpl.lambda$1(H2DbServiceImpl.java:126) at org.eclipse.kura.core.db.H2DbServiceImpl$$Lambda$79/0x00000000fc018850.run(Unknown Source) at java.lang.Thread.run(Thread.java:823) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 s - in org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest shouldEmitPropertyAfterManualCastFromUnsupportedType(org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest) Time elapsed: 0.123 s shouldNotEmitPropertyOfUnsupportedType(org.eclipse.kura.internal.wire.h2db.filter.test.H2DbWireRecordFilterTest) Time elapsed: 0.099 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:03:10,508 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:10,509 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:10,509 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:10,509 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:10,510 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:10,510 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:10,511 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:10,538 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:10,538 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:03:10,539 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:03:10,542 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:10,543 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:03:10,544 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:10,544 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T14:03:10,544 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:03:10,544 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:10,544 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:10,544 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:03:10,546 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid h2foo 2022-06-28T14:03:10,546 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:10,547 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:10,547 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:10,547 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.H2DbWireRecordStore and pid h2foo 2022-06-28T14:03:10,547 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:10,547 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid h2foo 2022-06-28T14:03:10,548 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.H2DbWireRecordStore 2022-06-28T14:03:10,551 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo.... 2022-06-28T14:03:10,555 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: h2foo 2022-06-28T14:03:10,555 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - h2foo....Done 2022-06-28T14:03:10,555 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.H2DbWireRecordStore h2foo 2022-06-28T14:03:10,555 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:03:10,555 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:10,555 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:03:10,556 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:03:10,558 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:03:10,558 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T14:03:10,558 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T14:03:10,559 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:10,559 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:03:10,559 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:03:10,559 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:03:10,561 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:10,561 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:10,562 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:10,563 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:10,563 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:03:10,563 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:03:10,563 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:10,564 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:10,564 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid store.1656424989600 2022-06-28T14:03:10,564 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid store.1656424990111 2022-06-28T14:03:10,564 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testEmitter 2022-06-28T14:03:10,564 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbStore 2022-06-28T14:03:10,565 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDbFilter 2022-06-28T14:03:10,565 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testReceiver 2022-06-28T14:03:10,565 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid storeEmitter 2022-06-28T14:03:10,570 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:03:10,571 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:03:10,572 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:03:10,574 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:03:10,575 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:03:10,575 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:10,757 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:03:11,575 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:03:11,579 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:03:11,580 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:03:11,781 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:03:11,782 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:03:11,983 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:03:11,984 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:03:11,988 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:03:11,990 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:03:12,004 [Framework stop - Equinox Container: e9f83df4-2bae-4a50-9368-c057d9d2157b] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.wire.h2db.component.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.util.wire.test' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.h2db.component.provider' with 7 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/5.1.2/org.eclipse.kura.wire.h2db.component.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/5.1.2/org.eclipse.kura.wire.h2db.component.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/org.eclipse.kura.wire.h2db.component.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/5.1.2/org.eclipse.kura.wire.h2db.component.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/5.1.2/org.eclipse.kura.wire.h2db.component.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.h2db.component.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.h2db.component.provider.test/5.1.2/org.eclipse.kura.wire.h2db.component.provider.test-5.1.2-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] --< org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider.test >-- [INFO] Building org.eclipse.kura.wire.script.filter.provider.test 5.1.2 [162/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.wire.script.filter.provider.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/src/main/java/org/eclipse/kura/wire/script/filter/provider/test/ScriptFilterTest.java:[111] 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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/src/main/java/org/eclipse/kura/wire/script/filter/provider/test/ScriptFilterTest.java:[112] 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 [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/src/main/java/org/eclipse/kura/wire/script/filter/provider/test/ScriptFilterTest.java:[114] when(wire.getProperties()).thenReturn(wireProperties); ^^^^^^^^^^^^^^ Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary 3 problems (3 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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/src/test/java/org/eclipse/kura/wire/script/filter/provider/ScriptFilterTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/src/test/java/org/eclipse/kura/wire/script/filter/provider/ScriptFilterTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/src/test/java/org/eclipse/kura/wire/script/filter/provider/ScriptFilterTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.wire.script.filter.provider.ScriptFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 s - in org.eclipse.kura.wire.script.filter.provider.ScriptFilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/surefire.properties] 2022-06-28T14:03:19,238 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:19,661 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:03:19,674 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-623133 2022-06-28T14:03:19,754 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:03:19,754 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:03:19,755 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:03:19,755 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:03:19,755 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:03:19,755 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura 2022-06-28T14:03:19,755 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:03:19,755 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:03:19,755 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots 2022-06-28T14:03:19,755 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/tmp 2022-06-28T14:03:19,756 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:03:19,758 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:19,789 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:03:19,862 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:03:19,864 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:03:20,002 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:03:20,003 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:20,047 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:03:20,148 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:03:20,161 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:03:20,161 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:20,195 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:20,196 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:20,197 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:20,202 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:03:20,202 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:03:20,203 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:20,203 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:20,203 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:03:20,203 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:20,206 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:03:20,206 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:03:20,206 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:03:20,209 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:20,209 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:20,210 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:20,212 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:03:20,212 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:03:20,213 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:20,213 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:03:20,213 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:03:20,213 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:03:20,216 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:03:20,216 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:03:20,216 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:03:20,219 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:20,219 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:20,219 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:20,223 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:03:20,223 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:03:20,223 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:20,244 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:03:20,244 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:03:20,248 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:20,248 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:03:20,248 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:03:20,251 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:03:20,251 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:03:20,251 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:03:20,256 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:20,284 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:03:20,284 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:20,285 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:03:20,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:03:20,362 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:20,365 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:20,365 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:03:20,366 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:03:20,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:03:20,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:03:20,369 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:20,371 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:20,397 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:03:20,398 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:20,437 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:20,437 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:03:20,437 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:03:20,437 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:20,441 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:20,441 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:03:20,441 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:03:20,442 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:20,445 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:20,449 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:03:20,452 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:03:20,452 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:20,455 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:20,460 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:03:20,461 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:20,463 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:03:20,466 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:03:20,469 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:03:20,474 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:03:20,474 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:20,477 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:20,480 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:03:20,483 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:20,487 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:03:20,487 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:20,490 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:20,551 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:03:20,551 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:03:20,551 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:03:20,551 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:03:20,551 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:03:20,551 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:03:20,554 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:03:20,555 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:20,558 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:20,566 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:03:20,568 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:03:20,569 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:20,569 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:03:20,569 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:20,569 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:20,569 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:03:20,573 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:03:20,576 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:20,576 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:03:20,577 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:03:20,577 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:20,637 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots/snapshot_1656425000594.xml... 2022-06-28T14:03:20,641 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/kura/user/snapshots/snapshot_1656425000594.xml... Done. 2022-06-28T14:03:20,642 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:03:20,642 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:03:20,642 [Start Level: Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:03:20,642 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:03:20,642 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:03:20,661 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:20,678 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:03:20,682 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:20,682 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:20,682 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:20,682 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:20,756 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:03:20,771 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:03:20,782 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:03:20,782 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Running org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest 2022-06-28T14:03:20,796 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:03:20,797 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:03:20,836 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:20,836 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:20,836 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:20,837 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:20,848 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:03:20,848 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:03:20,848 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:03:20,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:03:20,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:03:20,849 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:20,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:20,850 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:20,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:20,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:20,852 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:03:20,852 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:20,864 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:03:20,866 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:03:20,867 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:03:20,867 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T14:03:21,092 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T14:03:21,093 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T14:03:21,094 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:03:21,094 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:03:21,095 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:03:21,124 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:03:21,125 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T14:03:21,161 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:03:21,161 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:03:21,164 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:03:21,164 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:03:21,165 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:03:21,165 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:03:21,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:03:21,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T14:03:21,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.ScriptFilter and pid foo 2022-06-28T14:03:21,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2022-06-28T14:03:21,166 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.ScriptFilter 2022-06-28T14:03:21,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2022-06-28T14:03:21,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2022-06-28T14:03:21,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2022-06-28T14:03:21,179 [ConfigurationListener Event Queue] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.ScriptFilter foo 2022-06-28T14:03:21,186 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:03:21,187 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:03:21,187 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T14:03:21,187 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:03:21,188 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T14:03:21,509 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:03:21,559 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:03:21,586 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - Activating Script Filter... 2022-06-28T14:03:21,814 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - Updating Script Filter... 2022-06-28T14:03:21,951 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - Updating Script Filter... Done 2022-06-28T14:03:21,951 [ConfigurationListener Event Queue] INFO o.e.k.w.s.f.p.ScriptFilter - ActivatingScript Filter... Done 2022-06-28T14:03:22,077 [main] INFO o.e.k.w.s.f.p.ScriptFilter - testing 2022-06-28T14:03:22,082 [main] INFO o.e.k.w.s.f.p.ScriptFilter - emitter 2022-06-28T14:03:22,084 [main] INFO o.e.k.w.s.f.p.ScriptFilter - 2 2022-06-28T14:03:22,090 [main] INFO o.e.k.w.s.f.p.ScriptFilter - StringValue [value=topic] 2022-06-28T14:03:22,115 [main] INFO o.e.k.w.s.f.p.ScriptFilter - IntegerValue [value=5] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.335 s - in org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest testSvcs(org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest) Time elapsed: 0.786 s testReceive(org.eclipse.kura.wire.script.filter.provider.test.ScriptFilterTest) Time elapsed: 0.17 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:03:22,173 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:22,173 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:22,174 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:22,174 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:22,174 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:22,175 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:22,175 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:22,177 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:22,177 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:03:22,177 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:03:22,179 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:22,182 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:03:22,182 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T14:03:22,182 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:22,182 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:03:22,183 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:22,183 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:03:22,183 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:22,183 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:22,183 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:03:22,184 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:22,184 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:22,184 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:22,184 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:22,185 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:03:22,185 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:03:22,186 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:03:22,186 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T14:03:22,187 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T14:03:22,187 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:22,187 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:03:22,187 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:03:22,188 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:03:22,189 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:22,189 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:22,189 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:22,189 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:22,189 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:03:22,189 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:03:22,189 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:22,189 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:22,190 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:03:22,192 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:03:22,193 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:03:22,194 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:03:22,196 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:03:22,196 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:03:22,196 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:22,384 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:03:23,197 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:03:23,200 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:03:23,202 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:03:23,205 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.w.s.f.p.ScriptFilter - Deactivating Script Filter... 2022-06-28T14:03:23,205 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.w.s.f.p.ScriptFilter - Deactivating Script Filter... Done 2022-06-28T14:03:23,207 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:03:23,209 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:03:23,222 [Framework stop - Equinox Container: 75da9f06-cb03-4a9b-8405-4917d7c2d8a7] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.wire.script.filter.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/5.1.2/org.eclipse.kura.wire.script.filter.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/5.1.2/org.eclipse.kura.wire.script.filter.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/org.eclipse.kura.wire.script.filter.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/5.1.2/org.eclipse.kura.wire.script.filter.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/5.1.2/org.eclipse.kura.wire.script.filter.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.script.filter.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.script.filter.provider.test/5.1.2/org.eclipse.kura.wire.script.filter.provider.test-5.1.2-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] --------< org.eclipse.kura:org.eclipse.kura.wire.provider.test >-------- [INFO] Building org.eclipse.kura.wire.provider.test 5.1.2 [163/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.provider.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.provider.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.wire.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.wire.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.provider.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.wire.provider.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/src/test/java/org/eclipse/kura/internal/wire/WireGraphServiceImplTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/src/test/java/org/eclipse/kura/internal/wire/WireGraphServiceImplTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/src/test/java/org/eclipse/kura/internal/wire/WireGraphServiceImplTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.wire.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.wire.WireGraphServiceImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 s - in org.eclipse.kura.internal.wire.WireGraphServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/org.eclipse.kura.wire.provider.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/org.eclipse.kura.wire.provider.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.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.provider.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/surefire.properties] 2022-06-28T14:03:30,383 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:30,779 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:03:30,792 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-708311 2022-06-28T14:03:30,879 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:03:30,879 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:03:30,879 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:03:30,880 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:03:30,880 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:03:30,880 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura 2022-06-28T14:03:30,880 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:03:30,880 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:03:30,880 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots 2022-06-28T14:03:30,880 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/tmp 2022-06-28T14:03:30,881 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:03:30,884 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:30,917 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:03:31,046 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:03:31,048 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:03:31,227 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:03:31,228 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:31,265 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:03:31,423 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:03:31,432 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:03:31,432 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:31,495 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:31,496 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:31,497 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:31,509 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:03:31,510 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:03:31,512 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:31,512 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:31,512 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:03:31,512 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:31,530 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:03:31,531 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:03:31,531 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:03:31,534 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:31,534 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:31,534 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:31,537 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:03:31,537 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:03:31,537 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:31,537 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:03:31,537 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:03:31,537 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:03:31,540 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:03:31,541 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:03:31,541 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:03:31,544 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:31,544 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:31,544 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:31,547 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:03:31,547 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:03:31,547 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:31,557 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:03:31,557 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:03:31,558 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:31,558 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:03:31,558 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:03:31,561 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:03:31,561 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:03:31,561 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:03:31,574 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:31,616 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:03:31,616 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:31,617 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:03:31,679 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:03:31,682 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:31,692 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:31,692 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:03:31,692 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:03:31,703 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:03:31,703 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:03:31,703 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:31,710 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:31,710 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:03:31,711 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:31,715 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:31,716 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:03:31,716 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:03:31,716 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:31,739 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:31,739 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:03:31,739 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:03:31,740 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:31,743 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:31,748 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:03:31,748 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:31,751 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:31,762 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:03:31,762 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:31,766 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:03:31,770 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:03:31,773 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:03:31,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:03:31,781 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:03:31,781 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:31,790 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:31,794 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:03:31,798 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:31,842 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:03:31,842 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:31,845 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:31,874 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:03:31,874 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:03:31,874 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:03:31,874 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:03:31,874 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:03:31,875 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:03:31,878 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:03:31,879 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:31,881 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:31,887 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:03:31,889 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:03:31,891 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:31,895 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:03:31,896 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:31,896 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:31,896 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:03:31,943 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:03:31,947 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:31,947 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:03:31,948 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:03:31,948 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:31,990 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots/snapshot_1656425011971.xml... 2022-06-28T14:03:31,994 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/kura/user/snapshots/snapshot_1656425011971.xml... Done. 2022-06-28T14:03:31,994 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:03:31,994 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:03:31,994 [Start Level: Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:03:31,994 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:03:31,995 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:03:32,009 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:32,055 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:03:32,060 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:32,060 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:32,060 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:32,061 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:32,097 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:03:32,139 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:03:32,149 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:03:32,149 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: 2022-06-28T14:03:32,161 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:03:32,163 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:03:32,165 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:32,165 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:32,165 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:32,165 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:32,174 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:32,174 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:03:32,175 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:03:32,175 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:03:32,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:03:32,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:03:32,176 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:32,177 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:32,177 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:32,177 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:32,177 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:32,177 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:32,177 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:32,178 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:32,178 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:32,178 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:32,178 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:32,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:03:32,179 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:32,181 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:32,186 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:03:32,187 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:32,187 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:03:32,187 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:32,189 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:32,189 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:32,189 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:32,190 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:32,190 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:03:32,190 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:03:32,192 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:32,192 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:03:32,193 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:03:32,193 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:03:32,193 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:03:32,194 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:32,194 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:32,194 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:32,194 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:32,194 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:03:32,195 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:03:32,195 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:32,239 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:03:32,240 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:03:32,242 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:03:32,244 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:03:32,245 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:03:32,245 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:33,245 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:03:33,249 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:03:33,251 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:03:33,254 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:03:33,255 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:03:33,281 [Framework stop - Equinox Container: 5c355b1e-7af9-460a-b97c-42952c981738] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.wire.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/org.eclipse.kura.wire.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider.test/5.1.2/org.eclipse.kura.wire.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider.test/5.1.2/org.eclipse.kura.wire.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/org.eclipse.kura.wire.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider.test/5.1.2/org.eclipse.kura.wire.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider.test/5.1.2/org.eclipse.kura.wire.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.provider.test/5.1.2/org.eclipse.kura.wire.provider.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.provider.test --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider.test >-- [INFO] Building org.eclipse.kura.json.marshaller.unmarshaller.provider.test 5.1.2 [164/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/src/test/java/org/eclipse/kura/internal/json/marshaller/unmarshaller/test/JsonEncoderDecoderTest.java: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/src/test/java/org/eclipse/kura/internal/json/marshaller/unmarshaller/test/JsonEncoderDecoderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/src/test/java/org/eclipse/kura/internal/json/marshaller/unmarshaller/test/JsonEncoderDecoderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.json.marshaller.unmarshaller.test.JsonEncoderDecoderTest [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.949 s - in org.eclipse.kura.internal.json.marshaller.unmarshaller.test.JsonEncoderDecoderTest [INFO] Running org.eclipse.kura.internal.json.marshaller.unmarshaller.keystore.test.KeystoreEntryInfoMapperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.kura.internal.json.marshaller.unmarshaller.keystore.test.KeystoreEntryInfoMapperTest [INFO] Running org.eclipse.kura.internal.json.marshaller.unmarshaller.message.test.CloudPayloadJsonDecoderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kura.internal.json.marshaller.unmarshaller.message.test.CloudPayloadJsonDecoderTest [INFO] Running org.eclipse.kura.internal.json.marshaller.unmarshaller.message.test.CloudPayloadJsonEncoderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kura.internal.json.marshaller.unmarshaller.message.test.CloudPayloadJsonEncoderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/surefire.properties] 2022-06-28T14:03:40,200 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:40,582 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:03:40,598 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-764733 2022-06-28T14:03:40,672 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:03:40,672 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:03:40,672 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:03:40,673 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:03:40,673 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:03:40,673 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura 2022-06-28T14:03:40,673 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:03:40,673 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:03:40,673 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots 2022-06-28T14:03:40,673 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/tmp 2022-06-28T14:03:40,674 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:03:40,676 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:40,705 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:03:40,775 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:03:40,777 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:03:40,922 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:03:40,923 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:40,958 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:03:41,074 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:03:41,086 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:03:41,086 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:41,119 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:41,121 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:41,121 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:41,130 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:03:41,130 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:03:41,131 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:41,131 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:41,131 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:03:41,131 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:41,135 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:03:41,135 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:03:41,135 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:03:41,138 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:41,138 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:41,138 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:41,141 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:03:41,141 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:03:41,141 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:41,142 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:03:41,142 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:03:41,142 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:03:41,144 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:03:41,145 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:03:41,145 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:03:41,147 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:41,147 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:41,148 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:41,151 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:03:41,151 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:03:41,151 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:41,157 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:03:41,157 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:03:41,160 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:41,160 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:03:41,160 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:03:41,163 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:03:41,163 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:03:41,163 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:03:41,175 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:41,194 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:03:41,194 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:41,196 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:03:41,265 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:03:41,268 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:41,271 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:41,271 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:03:41,271 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:03:41,274 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:03:41,274 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:03:41,275 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:41,278 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:41,281 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:03:41,282 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:41,299 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:41,299 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:03:41,299 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:03:41,299 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:41,303 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:41,303 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:03:41,303 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:03:41,303 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:41,339 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:41,342 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:03:41,343 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:41,345 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:41,351 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:03:41,352 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:41,355 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:03:41,357 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:03:41,358 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:03:41,362 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:03:41,370 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:03:41,370 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:41,374 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:41,377 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:03:41,380 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:41,384 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:03:41,385 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:41,388 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:41,444 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:03:41,444 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:03:41,444 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:03:41,444 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:03:41,445 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:03:41,445 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:03:41,448 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:03:41,448 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:41,451 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:41,457 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:03:41,459 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:03:41,460 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:41,460 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:03:41,460 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:41,460 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:41,460 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:03:41,464 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:03:41,469 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:41,469 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:03:41,470 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:03:41,471 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:41,496 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_1656425021485.xml... 2022-06-28T14:03:41,500 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_1656425021485.xml... Done. 2022-06-28T14:03:41,500 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:03:41,500 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:03:41,500 [Start Level: Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:03:41,500 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:03:41,500 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:03:41,554 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:41,570 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:03:41,574 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:41,574 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:41,574 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:41,574 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:41,657 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:03:41,673 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:03:41,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:03:41,685 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:03:41,699 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:41,700 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:41,700 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:41,700 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:03:41,700 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:41,701 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:41,737 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:03:41,739 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:41,739 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:41,739 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:41,739 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:41,740 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:41,745 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:03:41,746 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:41,746 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:03:41,746 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:41,748 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:41,748 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:41,748 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:41,748 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:41,749 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:03:41,749 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:03:41,749 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:03:41,749 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:03:41,749 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:03:41,750 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:03:41,750 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:03:41,751 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:41,751 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:41,751 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:41,751 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:03:41,751 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:41,751 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:03:41,751 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:41,752 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:03:41,752 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:41,753 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:41,753 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:41,753 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:41,753 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:41,754 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:03:41,754 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:03:41,754 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:41,754 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:03:41,754 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:41,758 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:03:41,759 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:03:41,769 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:03:41,772 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:03:41,775 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:03:41,776 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:03:41,776 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:03:41,776 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:41,794 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:03:42,776 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:03:42,781 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:03:42,784 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:03:42,788 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:03:42,789 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:03:42,809 [Framework stop - Equinox Container: 87747d93-71e0-4443-b7bf-31482ee4408d] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.json.marshaller.unmarshaller.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/5.1.2/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/5.1.2/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/5.1.2/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.json.marshaller.unmarshaller.provider.test/5.1.2/org.eclipse.kura.json.marshaller.unmarshaller.provider.test-5.1.2-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] --< org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider.test >-- [INFO] Building org.eclipse.kura.xml.marshaller.unmarshaller.provider.test 5.1.2 [165/180] [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 5.1.2 [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.internal.xml.marshaller.unmarshaller.test.XmlEncoderDecoderTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.352 s - in org.eclipse.kura.internal.xml.marshaller.unmarshaller.test.XmlEncoderDecoderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1 [INFO] [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.1.2.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] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/surefire.properties] 2022-06-28T14:03:50,360 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:50,779 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:03:50,792 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-509774 2022-06-28T14:03:50,870 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:03:50,870 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:03:50,870 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:03:50,871 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:03:50,871 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:03:50,871 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura 2022-06-28T14:03:50,871 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:03:50,871 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:03:50,871 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots 2022-06-28T14:03:50,871 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/tmp 2022-06-28T14:03:50,871 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:03:50,875 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:50,909 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:03:51,005 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:03:51,007 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:03:51,174 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:03:51,175 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:51,215 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:03:51,342 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:03:51,352 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:03:51,352 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:51,387 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:51,388 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:51,388 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:51,393 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:03:51,393 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:03:51,395 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:51,395 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:51,395 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:03:51,395 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:51,398 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:03:51,399 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:03:51,399 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:03:51,402 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:51,402 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:51,402 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:51,405 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:03:51,405 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:03:51,405 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:51,405 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:03:51,405 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:03:51,405 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:03:51,409 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:03:51,409 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:03:51,409 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:03:51,412 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:51,412 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:51,412 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:51,415 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:03:51,415 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:03:51,415 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:51,438 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:51,438 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:03:51,438 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:03:51,441 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:03:51,441 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:03:51,441 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:03:51,460 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:03:51,460 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:03:51,472 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:51,490 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:03:51,490 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:51,491 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:03:51,564 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:03:51,566 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:51,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:51,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:03:51,570 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:03:51,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:03:51,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:03:51,573 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:51,576 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:51,576 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:03:51,577 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:51,598 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:51,598 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:03:51,598 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:03:51,598 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:51,601 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:51,636 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:03:51,636 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:03:51,637 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:51,639 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:51,643 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:03:51,643 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:51,646 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:51,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:03:51,652 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:03:51,653 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:51,656 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:03:51,659 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:03:51,662 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:03:51,667 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:03:51,667 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:51,670 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:51,673 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:03:51,676 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:51,683 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:03:51,683 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:51,687 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:51,739 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:03:51,742 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:03:51,742 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:03:51,742 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:03:51,742 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:03:51,742 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:03:51,745 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:03:51,745 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:51,748 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:51,755 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:03:51,757 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:03:51,757 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:51,757 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:03:51,758 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:51,758 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:51,758 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:03:51,761 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:03:51,767 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:51,767 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:03:51,768 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:03:51,769 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:51,793 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_1656425031782.xml... 2022-06-28T14:03:51,796 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/kura/user/snapshots/snapshot_1656425031782.xml... Done. 2022-06-28T14:03:51,797 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:03:51,797 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:03:51,797 [Start Level: Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:03:51,797 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:03:51,797 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:03:51,847 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:51,901 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:03:51,938 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:51,938 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:51,938 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:51,939 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:51,980 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:03:51,992 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:03:51,998 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:51,998 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:51,999 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:52,000 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:03:52,000 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:52,039 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:03:52,039 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:03:52,039 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:52,043 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:03:52,044 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:52,044 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:03:52,044 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:52,047 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:52,047 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:03:52,047 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:03:52,047 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:03:52,047 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:03:52,047 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:03:52,047 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:03:52,048 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:03:52,048 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:03:52,048 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:52,048 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:52,049 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:52,049 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:52,049 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:03:52,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:52,049 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:03:52,049 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:52,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:52,049 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:52,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:52,049 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:52,052 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:03:52,052 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:52,053 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:03:52,053 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:03:52,055 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:03:52,056 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:03:52,056 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:52,057 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:03:52,081 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:03:53,056 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:03:53,060 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:03:53,062 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:03:53,064 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:03:53,065 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:03:53,087 [Framework stop - Equinox Container: 3135eda6-7cb7-40c0-8e45-497f3512a246] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.xml.marshaller.unmarshaller.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.test' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [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-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/5.1.2/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/5.1.2/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/5.1.2/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test/5.1.2/org.eclipse.kura.xml.marshaller.unmarshaller.provider.test-5.1.2-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] -----< org.eclipse.kura:org.eclipse.kura.http.server.manager.test >----- [INFO] Building org.eclipse.kura.http.server.manager.test 5.1.2 [166/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.http.server.manager.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.http.server.manager.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.http.server.manager.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.http.server.manager.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.http.server.manager.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.http.server.manager.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.http.server.manager.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.http.server.manager.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.http.server.manager.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.http.server.manager.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.http.server.manager.test --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.http.server.manager.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/org.eclipse.kura.http.server.manager.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.http.server.manager.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.http.server.manager.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/org.eclipse.kura.http.server.manager.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.http.server.manager.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.http.server.manager.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.http.server.manager.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/surefire.properties] 2022-06-28T14:03:58,268 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:58,720 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:03:58,739 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-229839 2022-06-28T14:03:58,805 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:03:58,806 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:03:58,806 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:03:58,806 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:03:58,806 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:03:58,806 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura 2022-06-28T14:03:58,807 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:03:58,807 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:03:58,807 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots 2022-06-28T14:03:58,807 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/tmp 2022-06-28T14:03:58,807 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:03:58,810 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:03:58,858 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:03:58,926 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:03:58,938 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:03:59,076 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:03:59,077 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:59,114 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:03:59,238 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:03:59,249 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:03:59,250 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:59,287 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:59,288 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:59,288 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:59,293 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:03:59,293 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:03:59,294 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:59,294 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:59,295 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:03:59,295 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:03:59,298 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:03:59,298 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:03:59,298 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:03:59,301 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:59,301 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:59,301 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:59,304 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:03:59,304 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:03:59,304 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:59,304 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:03:59,304 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:03:59,304 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:03:59,307 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:03:59,307 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:03:59,307 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:03:59,310 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:59,310 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:59,310 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:59,314 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:03:59,314 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:03:59,314 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:59,336 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:59,336 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:03:59,337 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:03:59,339 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:03:59,339 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:03:59,339 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:03:59,350 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:03:59,350 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:03:59,363 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:03:59,381 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:03:59,382 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:03:59,383 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:03:59,483 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:03:59,485 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:59,489 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:03:59,489 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:03:59,489 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:03:59,490 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:59,509 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:03:59,509 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:03:59,509 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:03:59,513 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:03:59,513 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:03:59,513 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:59,518 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:03:59,518 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:03:59,518 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:59,522 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:03:59,522 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:03:59,522 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:03:59,522 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:59,525 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:03:59,539 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:03:59,539 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:59,542 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:03:59,549 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:03:59,550 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:03:59,553 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:03:59,556 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:03:59,559 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:03:59,565 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:03:59,565 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:59,568 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:03:59,570 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:03:59,572 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:03:59,574 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:03:59,582 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2022-06-28T14:03:59,582 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:03:59,585 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:03:59,590 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:03:59,590 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:59,594 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:03:59,651 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:03:59,652 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:03:59,652 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:03:59,652 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:03:59,652 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:03:59,652 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:03:59,655 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:03:59,655 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:59,658 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:03:59,662 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:03:59,667 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:03:59,668 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:59,668 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:03:59,668 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:59,668 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:03:59,669 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:03:59,672 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:03:59,675 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:03:59,675 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:03:59,676 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:03:59,677 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:03:59,760 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425039744.xml... 2022-06-28T14:03:59,762 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425039744.xml... Done. 2022-06-28T14:03:59,763 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:03:59,763 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:03:59,763 [Start Level: Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:03:59,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:03:59,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:03:59,782 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:03:59,798 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:03:59,802 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:03:59,802 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:03:59,802 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:03:59,802 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:03:59,880 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:03:59,882 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:03:59,976 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @5378ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.https.server.manager.test.HttpServiceTest 2022-06-28T14:04:00,342 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:04:00,370 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:04:00,370 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:04:00,371 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:00,495 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-518bd23c{/,null,AVAILABLE} 2022-06-28T14:04:00,547 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@14b1c37b{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:04:00,547 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @5951ms 2022-06-28T14:04:00,547 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:00,547 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:04:00,547 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:04:00,548 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:04:00,548 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:04:00,584 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:04:00,595 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:04:00,637 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:04:00,637 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:04:00,649 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:04:00,650 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:04:00,651 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:04:00,651 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:04:00,651 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:04:00,651 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:04:00,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:04:00,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:04:00,654 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:04:00,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:04:00,654 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:04:00,660 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:04:00,661 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:04:00,661 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:04:00,661 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:04:00,661 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:04:00,662 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:04:00,662 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:04:00,692 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:04:00,695 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:04:00,696 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:04:00,696 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T14:04:01,076 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T14:04:01,078 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T14:04:01,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:04:01,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:04:01,169 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:04:01,169 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:04:01,173 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:04:01,174 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:04:01,174 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:04:01,174 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:04:01,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:04:01,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T14:04:01,184 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:04:01,186 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:04:01,186 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T14:04:01,237 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:04:01,238 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T14:04:01,982 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:04:02,070 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:04:03,050 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T14:04:03,051 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T14:04:03,063 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T14:04:03,225 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T14:04:03,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T14:04:03,226 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T14:04:03,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:04:03,234 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T14:04:03,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T14:04:03,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T14:04:03,239 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T14:04:03,242 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T14:04:03,242 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T14:04:05,645 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425039744... 2022-06-28T14:04:05,661 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:04:05,668 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:04:05,669 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:04:05,692 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425045668.xml... 2022-06-28T14:04:05,696 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425045668.xml... Done. 2022-06-28T14:04:05,696 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:04:05,696 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:04:05,696 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:04:08,247 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425045668... 2022-06-28T14:04:08,264 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:08,275 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:04:08,295 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425048276.xml... 2022-06-28T14:04:08,298 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425048276.xml... Done. 2022-06-28T14:04:08,298 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:08,298 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:08,299 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:08,299 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:08,299 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:04:08,299 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:04:08,307 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@14b1c37b{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:04:08,308 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:04:08,318 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-518bd23c{/,null,STOPPED} 2022-06-28T14:04:08,322 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:04:08,337 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:04:08,337 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:04:08,363 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:04:08,365 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:04:08,365 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:04:08,366 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:04:08,376 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-1ef82df5{/,null,AVAILABLE} 2022-06-28T14:04:08,377 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@303a43e7{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:04:08,381 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@625a71f0(973701496,h=[client ca],a=[],w=[]) for BaseSslContextFactory@782bbe87[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:04:08,382 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@ac65f231(-178065380,h=[server cert],a=[],w=[]) for BaseSslContextFactory@782bbe87[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:04:08,469 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@fdfeeadf{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2022-06-28T14:04:08,470 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@949c1175(973701496,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@363a210e[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:04:08,470 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@24aec4bd(-178065380,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@363a210e[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:04:08,474 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@14e6f9b8{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:04:08,474 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @13878ms 2022-06-28T14:04:08,474 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2022-06-28T14:04:08,475 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:04:08,475 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:04:08,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:04:08,475 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:04:13,476 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425048276... 2022-06-28T14:04:13,491 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:13,499 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:04:13,500 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2022-06-28T14:04:13,500 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2022-06-28T14:04:13,527 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425053499.xml... 2022-06-28T14:04:13,530 [pool-21-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425053499.xml... Done. 2022-06-28T14:04:13,530 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:13,530 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:13,531 [pool-21-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:13,587 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:04:14,811 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:04:14,954 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:04:14,960 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:04:15,014 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T14:04:15,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:04:15,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T14:04:15,015 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T14:04:15,015 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:04:15,016 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:15,016 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:04:15,016 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:04:15,017 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@303a43e7{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:04:15,018 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@fdfeeadf{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2022-06-28T14:04:15,019 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@14e6f9b8{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:04:15,019 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:04:15,041 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-1ef82df5{/,null,STOPPED} 2022-06-28T14:04:15,042 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:04:15,043 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:04:15,044 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:04:15,044 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2022-06-28T14:04:15,046 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:04:15,049 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:04:15,049 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:04:15,049 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:15,056 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-770f16e8{/,null,AVAILABLE} 2022-06-28T14:04:15,057 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@12703358{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:04:15,057 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @20461ms 2022-06-28T14:04:15,058 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:15,058 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:04:15,058 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:04:15,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:04:15,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:04:15,059 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T14:04:20,060 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425053499... 2022-06-28T14:04:20,069 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:20,082 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:04:20,098 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425060082.xml... 2022-06-28T14:04:20,101 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425060082.xml... Done. 2022-06-28T14:04:20,101 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:20,102 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:20,102 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:20,102 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:20,102 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:04:20,102 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:04:20,103 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@12703358{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:04:20,103 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:04:20,111 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-770f16e8{/,null,STOPPED} 2022-06-28T14:04:20,112 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:04:20,114 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:04:20,114 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:04:20,116 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:04:20,117 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:04:20,117 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:04:20,118 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:20,123 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-13ad457e{/,null,AVAILABLE} 2022-06-28T14:04:20,124 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@378cb3e6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:04:20,124 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @25528ms 2022-06-28T14:04:20,124 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:04:20,124 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:04:20,124 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:04:20,125 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:04:20,125 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:04:25,126 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425060082... 2022-06-28T14:04:25,135 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:25,144 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:04:25,146 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2022-06-28T14:04:25,146 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2022-06-28T14:04:25,148 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:04:25,153 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:04:25,162 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425065144.xml... 2022-06-28T14:04:25,165 [pool-24-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425065144.xml... Done. 2022-06-28T14:04:25,165 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:25,165 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:25,165 [pool-24-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:26,155 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:04:27,155 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:04:28,157 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:04:29,158 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:04:30,159 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:04:31,160 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:04:32,162 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:04:33,163 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:04:34,164 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T14:04:34,164 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T14:04:34,165 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:04:34,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T14:04:34,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T14:04:34,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T14:04:34,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T14:04:34,182 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T14:04:34,182 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T14:04:39,185 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425065144... 2022-06-28T14:04:39,191 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:39,198 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:04:39,206 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425079199.xml... 2022-06-28T14:04:39,209 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425079199.xml... Done. 2022-06-28T14:04:39,209 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:39,209 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:39,209 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:39,209 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:39,210 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:04:39,210 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:04:39,211 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@378cb3e6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:04:39,211 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:04:39,215 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-13ad457e{/,null,STOPPED} 2022-06-28T14:04:39,216 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:04:39,218 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:04:39,218 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:04:39,221 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:04:39,223 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:04:39,223 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:04:39,223 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:39,230 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@356c1da9{/,null,AVAILABLE} 2022-06-28T14:04:39,231 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@2dca6d86(973701496,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@3d59e56f[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:04:39,231 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@ccb967e8(-178065380,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@3d59e56f[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:04:39,234 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@410e17b2{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:04:39,235 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @44639ms 2022-06-28T14:04:39,235 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:39,235 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:04:39,235 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:04:39,236 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:04:39,236 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:04:44,237 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425079199... 2022-06-28T14:04:44,242 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:44,249 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:04:44,251 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2022-06-28T14:04:44,251 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2022-06-28T14:04:44,254 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:04:44,259 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425084250.xml... 2022-06-28T14:04:44,263 [pool-30-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425084250.xml... Done. 2022-06-28T14:04:44,263 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:44,263 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:44,264 [pool-30-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:45,279 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:04:45,314 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:04:46,315 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:04:47,316 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:04:48,317 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:04:49,320 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:04:50,322 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:04:51,324 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:04:52,325 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:04:53,326 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:04:54,328 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T14:04:54,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:04:54,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T14:04:54,329 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T14:04:54,330 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid HttpsKeystore does not exist or it is not a Factory Component 2022-06-28T14:04:54,330 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: HttpsKeystore 2022-06-28T14:04:54,331 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:04:54,331 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T14:04:54,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T14:04:54,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:04:54,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T14:04:54,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T14:04:54,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T14:04:54,343 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T14:04:54,343 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:54,344 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:04:54,344 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:04:54,345 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@410e17b2{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:04:54,345 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:04:54,349 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@356c1da9{/,null,STOPPED} 2022-06-28T14:04:54,350 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:04:54,351 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:04:54,351 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:04:54,351 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2022-06-28T14:04:54,352 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:04:54,353 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:04:54,353 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:04:54,354 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:04:54,358 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-42b5edfb{/,null,AVAILABLE} 2022-06-28T14:04:54,359 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @59762ms 2022-06-28T14:04:54,359 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:04:54,359 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:04:54,359 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:04:54,359 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:04:54,360 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:04:54,360 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T14:04:54,361 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T14:04:54,361 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T14:04:54,362 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:54,363 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:04:54,363 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:04:54,363 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:04:54,365 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-42b5edfb{/,null,STOPPED} 2022-06-28T14:04:54,366 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:04:54,367 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:04:54,367 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:04:54,369 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:04:54,371 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:04:54,371 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:04:54,371 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:54,377 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-52fb339{/,null,AVAILABLE} 2022-06-28T14:04:54,378 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@bb694e30(973701496,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@2d2e8d1c[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:04:54,378 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@ad19778(-178065380,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@2d2e8d1c[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:04:54,381 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@4b97e0bf{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:04:54,381 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @59785ms 2022-06-28T14:04:54,381 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:54,381 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:04:54,382 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:04:54,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:04:54,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:04:59,383 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425084250... 2022-06-28T14:04:59,394 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:59,404 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:04:59,405 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2022-06-28T14:04:59,405 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:04:59,406 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@4b97e0bf{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:04:59,407 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:04:59,413 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-52fb339{/,null,STOPPED} 2022-06-28T14:04:59,414 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:04:59,414 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:04:59,419 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:04:59,419 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425099404.xml... 2022-06-28T14:04:59,421 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:04:59,421 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:04:59,421 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:59,422 [pool-35-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425099404.xml... Done. 2022-06-28T14:04:59,422 [pool-35-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:59,423 [pool-35-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:59,423 [pool-35-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:04:59,429 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-5b1a2cd8{/,null,AVAILABLE} 2022-06-28T14:04:59,430 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@72433a2d(973701496,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@82d712de[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:04:59,431 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@61884ca4(-178065380,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@82d712de[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:04:59,437 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@bc33b1e6{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:04:59,437 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @64841ms 2022-06-28T14:04:59,437 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:04:59,437 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:04:59,437 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2022-06-28T14:04:59,439 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:00,455 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:01,507 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:02,532 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:05:03,533 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:05:04,534 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:05:05,535 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:05:06,537 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:05:07,538 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:05:08,540 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:05:09,541 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:05:10,542 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:05:11,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T14:05:11,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:05:11,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T14:05:11,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T14:05:11,550 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid HttpsKeystore does not exist or it is not a Factory Component 2022-06-28T14:05:11,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: HttpsKeystore 2022-06-28T14:05:11,550 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:05:11,551 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:11,551 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:05:11,551 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:05:11,552 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@bc33b1e6{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:05:11,552 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:05:11,553 [main] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:05:11,555 [main] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:05:11,555 [main] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:05:11,556 [main] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:05:11,556 [main] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@2959ecd3{/,null,AVAILABLE} 2022-06-28T14:05:11,557 [main] INFO o.e.j.s.AbstractConnector - Started ServerConnector@63f8361f{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2022-06-28T14:05:11,557 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-5b1a2cd8{/,null,STOPPED} 2022-06-28T14:05:11,558 [main] INFO o.e.j.s.Server - Started @76961ms 2022-06-28T14:05:11,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T14:05:11,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T14:05:11,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:05:11,559 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:05:11,560 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:05:11,560 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:05:11,560 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2022-06-28T14:05:11,561 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:05:11,562 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:05:11,562 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:05:11,563 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:05:11,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T14:05:11,567 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-48fc6042{/,null,AVAILABLE} 2022-06-28T14:05:11,567 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @76971ms 2022-06-28T14:05:11,567 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:05:11,567 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:05:11,568 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:05:11,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T14:05:11,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T14:05:11,571 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T14:05:11,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:05:11,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:05:11,572 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T14:05:11,574 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T14:05:11,581 [ConfigurationListener Event Queue] INFO o.e.k.c.k.c.CRLManager - referencing distribution points: [http://localhost:8087/crl.pem] 2022-06-28T14:05:11,585 [ConfigurationListener Event Queue] INFO o.e.k.c.k.c.CRLManager - certificate DNQ=bar.org, CN=Client CA has no CRL distribution points 2022-06-28T14:05:11,586 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T14:05:11,587 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:11,587 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:05:11,587 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:05:11,587 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:05:11,590 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-48fc6042{/,null,STOPPED} 2022-06-28T14:05:11,591 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:05:11,592 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:05:11,592 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:05:11,596 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:05:11,597 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:05:11,597 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:05:11,598 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:05:11,603 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-33f332cf{/,null,AVAILABLE} 2022-06-28T14:05:11,603 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@5765deb0(973701496,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@f6f04ede[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:11,604 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@610cbcd5(-178065380,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@f6f04ede[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:11,637 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@86ad9cf6{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:05:11,637 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @77041ms 2022-06-28T14:05:11,637 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:05:11,637 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:05:11,638 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:05:11,638 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:05:11,638 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:05:16,585 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:16,590 [pool-43-thread-1] WARN o.e.k.c.k.u.CRLUtil - failed to fetch CRL from http://localhost:8087/crl.pem java.io.FileNotFoundException: http://localhost:8087/crl.pem at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) at org.eclipse.kura.core.keystore.util.CRLUtil.openConnection(CRLUtil.java:129) at org.eclipse.kura.core.keystore.util.CRLUtil.lambda$1(CRLUtil.java:99) at org.eclipse.kura.core.keystore.util.CRLUtil$$Lambda$195/0x00000000f4009eb0.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T14:05:16,592 [pool-42-thread-1] WARN o.e.k.c.k.c.CRLManager - failed to download CRL java.util.concurrent.ExecutionException: java.io.IOException: failed to download CRL from: [http://localhost:8087/crl.pem] at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928) at org.eclipse.kura.core.keystore.crl.CRLManager.update(CRLManager.java:168) at org.eclipse.kura.core.keystore.crl.CRLManager$$Lambda$190/0x00000000b8037c30.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) Caused by: java.io.IOException: failed to download CRL from: [http://localhost:8087/crl.pem] at org.eclipse.kura.core.keystore.util.CRLUtil.lambda$1(CRLUtil.java:115) at org.eclipse.kura.core.keystore.util.CRLUtil$$Lambda$195/0x00000000f4009eb0.run(Unknown Source) ... 3 more 2022-06-28T14:05:16,639 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425099404... 2022-06-28T14:05:16,650 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:16,658 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:05:16,660 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2022-06-28T14:05:16,660 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2022-06-28T14:05:16,667 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425116659.xml... 2022-06-28T14:05:16,670 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425116659.xml... Done. 2022-06-28T14:05:16,671 [pool-45-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425039744.xml 2022-06-28T14:05:16,671 [pool-45-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:16,671 [pool-45-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:16,671 [pool-45-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:17,594 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:17,597 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:17,602 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:05:17,603 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@86ad9cf6{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:05:17,603 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:05:17,606 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-33f332cf{/,null,STOPPED} 2022-06-28T14:05:17,607 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:05:17,607 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:05:17,609 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:05:17,610 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:05:17,610 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:05:17,610 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:05:17,614 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-48388886{/,null,AVAILABLE} 2022-06-28T14:05:17,615 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@bb33b938(973701496,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@97e035ff[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:17,615 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@e10ebc95(-178065380,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@97e035ff[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:17,617 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Started ServerConnector@5d0643ab{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:05:17,617 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.Server - Started @83021ms 2022-06-28T14:05:17,617 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:05:17,618 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:05:18,602 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:18,605 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:18,605 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:19,605 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:19,608 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:19,608 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:20,609 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:20,611 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:20,611 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:21,612 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:21,614 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:21,615 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:22,600 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs... 2022-06-28T14:05:22,601 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs...done 2022-06-28T14:05:22,615 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:22,617 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:22,617 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:23,618 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:23,621 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:23,621 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:24,622 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:24,624 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:24,624 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:25,625 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:25,627 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:25,627 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:26,628 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:26,630 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:26,630 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:27,620 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:27,631 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:27,633 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:27,634 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:28,634 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:28,635 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:28,637 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:28,637 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:29,637 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:29,640 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:29,642 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:05:29,643 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@5d0643ab{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:05:29,643 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:05:29,646 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-48388886{/,null,STOPPED} 2022-06-28T14:05:29,647 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:05:29,648 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:05:29,650 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:05:29,651 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:05:29,651 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:05:29,651 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:05:29,656 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@11688509{/,null,AVAILABLE} 2022-06-28T14:05:29,656 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@7ffbff0c(973701496,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@a23d86ca[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:29,656 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.u.s.SslContextFactory - x509=X509@f5c832f8(-178065380,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@a23d86ca[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:29,659 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.AbstractConnector - Started ServerConnector@47e8dbf7{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:05:29,659 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.Server - Started @95063ms 2022-06-28T14:05:29,659 [EventAdmin Async Event Dispatcher Thread] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:05:29,659 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:05:30,642 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:30,644 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:30,644 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:31,645 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:31,647 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:31,647 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:32,648 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:32,650 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:32,651 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:33,652 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:33,654 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:33,654 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:34,642 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs... 2022-06-28T14:05:34,643 [pool-44-thread-1] INFO o.e.k.c.k.c.CRLStore - storing CRLs...done 2022-06-28T14:05:34,655 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:34,657 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:34,657 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:35,658 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:35,661 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:35,661 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:36,661 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:36,664 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:36,664 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:37,665 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:37,667 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:37,667 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:38,667 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:38,670 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:38,670 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:39,661 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:39,670 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:39,673 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:39,673 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:40,674 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:40,676 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:40,676 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:40,686 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:41,677 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:41,679 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:41,679 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:41,711 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:42,680 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem... 2022-06-28T14:05:42,682 [pool-43-thread-1] INFO o.e.k.c.k.u.CRLUtil - fetching CRL from: http://localhost:8087/crl.pem...done 2022-06-28T14:05:42,682 [pool-42-thread-1] INFO o.e.k.c.k.c.CRLManager - current CRL is up to date 2022-06-28T14:05:42,734 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T14:05:42,735 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:05:42,736 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T14:05:42,736 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T14:05:42,736 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:05:42,737 [main] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@63f8361f{HTTP/1.1, (http/1.1)}{0.0.0.0:8087} 2022-06-28T14:05:42,737 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:42,737 [main] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:05:42,738 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:05:42,738 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:05:42,738 [main] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2959ecd3{/,null,STOPPED} 2022-06-28T14:05:42,739 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@47e8dbf7{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:05:42,739 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:05:42,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T14:05:42,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T14:05:42,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:05:42,744 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@11688509{/,null,STOPPED} 2022-06-28T14:05:42,745 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:05:42,746 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:05:42,746 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:05:42,746 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2022-06-28T14:05:42,747 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:05:42,749 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:05:42,749 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:05:42,749 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:05:42,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T14:05:42,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T14:05:42,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T14:05:42,755 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T14:05:42,755 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-d923513{/,null,AVAILABLE} 2022-06-28T14:05:42,756 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @108160ms 2022-06-28T14:05:42,756 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:05:42,756 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:05:42,756 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:05:42,757 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:05:42,757 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:05:42,758 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T14:05:42,761 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T14:05:42,761 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T14:05:42,763 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:42,763 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:05:42,763 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:05:42,763 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:05:42,766 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-d923513{/,null,STOPPED} 2022-06-28T14:05:42,767 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:05:42,768 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:05:42,768 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:05:42,770 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:05:42,772 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:05:42,772 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:05:42,772 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:05:42,778 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-cd985c1{/,null,AVAILABLE} 2022-06-28T14:05:42,779 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@6fbaa0c8(973701496,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@ad8dcfa9[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:42,779 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@b90b8e6(-178065380,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@ad8dcfa9[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:42,783 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@ebb8d0b6{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:05:42,784 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @108188ms 2022-06-28T14:05:42,784 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2022-06-28T14:05:42,784 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:05:42,784 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:05:42,785 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:05:42,785 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:05:47,786 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425116659... 2022-06-28T14:05:47,791 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:47,799 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:05:47,800 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2022-06-28T14:05:47,800 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:05:47,801 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@ebb8d0b6{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:05:47,801 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:05:47,805 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-cd985c1{/,null,STOPPED} 2022-06-28T14:05:47,807 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:05:47,807 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:05:47,807 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425147799.xml... 2022-06-28T14:05:47,810 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:05:47,810 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425147799.xml... Done. 2022-06-28T14:05:47,811 [pool-54-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425045668.xml 2022-06-28T14:05:47,811 [pool-54-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:47,812 [pool-54-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:47,812 [pool-54-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:47,812 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:05:47,813 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:05:47,813 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:05:47,817 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-2fe63c8f{/,null,AVAILABLE} 2022-06-28T14:05:47,817 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@23e73628(973701496,h=[client ca],a=[],w=[]) for BaseSslContextFactory@af445388[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:47,817 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@6590132c(-178065380,h=[server cert],a=[],w=[]) for BaseSslContextFactory@af445388[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:47,820 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@910be490{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2022-06-28T14:05:47,820 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @113224ms 2022-06-28T14:05:47,820 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:05:47,820 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:05:47,820 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2022-06-28T14:05:47,822 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:05:47,843 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:05:48,843 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:05:49,844 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:05:50,846 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:51,850 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:52,851 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:05:53,852 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:05:54,853 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:05:55,858 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:05:56,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T14:05:56,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:05:56,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T14:05:56,872 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T14:05:56,873 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:05:56,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid testKeystore 2022-06-28T14:05:56,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testKeystore 2022-06-28T14:05:56,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:05:56,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore.... 2022-06-28T14:05:56,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testKeystore 2022-06-28T14:05:56,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testKeystore....Done 2022-06-28T14:05:56,883 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl testKeystore 2022-06-28T14:05:56,883 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:56,883 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:05:56,884 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:05:56,885 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@910be490{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2022-06-28T14:05:56,885 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:05:56,888 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-2fe63c8f{/,null,STOPPED} 2022-06-28T14:05:56,889 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:05:56,890 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:05:56,890 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:05:56,890 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2022-06-28T14:05:56,891 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:05:56,892 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:05:56,892 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:05:56,892 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:05:56,897 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@29b35162{/,null,AVAILABLE} 2022-06-28T14:05:56,897 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @122301ms 2022-06-28T14:05:56,897 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:05:56,897 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:05:56,897 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:05:56,898 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:05:56,898 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:05:56,898 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T14:05:56,900 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is starting! 2022-06-28T14:05:56,900 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore has started! 2022-06-28T14:05:56,901 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:05:56,901 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:05:56,901 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:05:56,902 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:05:56,905 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@29b35162{/,null,STOPPED} 2022-06-28T14:05:56,906 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:05:56,907 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:05:56,907 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:05:56,911 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:05:56,913 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:05:56,913 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:05:56,913 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:05:56,917 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@74ac8c12{/,null,AVAILABLE} 2022-06-28T14:05:56,917 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@1a1aa381(973701496,h=[client ca],a=[],w=[]) for BaseSslContextFactory@dbfdabf1[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:56,917 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@7d7896e3(-178065380,h=[server cert],a=[],w=[]) for BaseSslContextFactory@dbfdabf1[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:05:56,920 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@32641111{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2022-06-28T14:05:56,920 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @122324ms 2022-06-28T14:05:56,920 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:05:56,921 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:05:56,921 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:05:56,921 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:05:56,922 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:06:01,923 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425147799... 2022-06-28T14:06:01,931 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:01,939 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:06:01,940 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2022-06-28T14:06:01,940 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:06:01,941 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@32641111{SSL, (ssl, http/1.1)}{0.0.0.0:4442} 2022-06-28T14:06:01,942 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:06:01,946 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@74ac8c12{/,null,STOPPED} 2022-06-28T14:06:01,948 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:06:01,948 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425161939.xml... 2022-06-28T14:06:01,948 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:06:01,950 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425161939.xml... Done. 2022-06-28T14:06:01,951 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:06:01,951 [pool-61-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425048276.xml 2022-06-28T14:06:01,951 [pool-61-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:01,952 [pool-61-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:01,952 [pool-61-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:01,953 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:06:01,953 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:06:01,954 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:06:01,961 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@1fd7f406{/,null,AVAILABLE} 2022-06-28T14:06:01,962 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@85fd1907(973701496,h=[client ca],a=[],w=[]) for ClientAuthSslContextFactoryImpl@6e6fd15a[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:06:01,962 [ConfigurationListener Event Queue] INFO o.e.j.u.s.SslContextFactory - x509=X509@a2372a68(-178065380,h=[server cert],a=[],w=[]) for ClientAuthSslContextFactoryImpl@6e6fd15a[provider=null,keyStore=null,trustStore=null] 2022-06-28T14:06:01,965 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@52310754{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:06:01,965 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @127369ms 2022-06-28T14:06:01,965 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:06:01,965 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:06:01,965 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2022-06-28T14:06:01,966 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:06:01,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore... 2022-06-28T14:06:01,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:06:01,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testKeystore...done 2022-06-28T14:06:01,987 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testKeystore 2022-06-28T14:06:01,988 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testKeystore 2022-06-28T14:06:01,988 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:01,989 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:06:01,989 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:06:01,990 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@52310754{SSL, (ssl, http/1.1)}{0.0.0.0:4443} 2022-06-28T14:06:01,990 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:06:01,993 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1fd7f406{/,null,STOPPED} 2022-06-28T14:06:01,995 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:06:01,996 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:06:01,996 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:06:01,996 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2022-06-28T14:06:01,997 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:06:01,998 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:06:01,998 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:06:01,999 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:06:02,040 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-7cd42e04{/,null,AVAILABLE} 2022-06-28T14:06:02,040 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @127444ms 2022-06-28T14:06:02,040 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2022-06-28T14:06:02,040 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:06:02,040 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:06:02,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:06:02,041 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:06:02,041 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle testKeystore is deactivating! 2022-06-28T14:06:07,042 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425161939... 2022-06-28T14:06:07,053 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:07,061 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:06:07,070 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425167061.xml... 2022-06-28T14:06:07,073 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425167061.xml... Done. 2022-06-28T14:06:07,074 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425053499.xml 2022-06-28T14:06:07,074 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:07,074 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:07,074 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:07,074 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:07,075 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:06:07,075 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:06:07,075 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:06:07,077 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-7cd42e04{/,null,STOPPED} 2022-06-28T14:06:07,078 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:06:07,079 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:06:07,079 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:06:07,079 [ConfigurationListener Event Queue] WARN o.e.k.h.s.m.HttpService - HTTPS is enabled but keystore service is not configured properly, disabling HTTPS 2022-06-28T14:06:07,080 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:06:07,081 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:06:07,081 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:06:07,081 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:06:07,087 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-2479ffe5{/,null,AVAILABLE} 2022-06-28T14:06:07,087 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @132491ms 2022-06-28T14:06:07,087 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:06:07,087 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:06:07,088 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:06:07,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:06:07,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:06:12,089 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425167061... 2022-06-28T14:06:12,095 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:12,104 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:06:12,105 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2022-06-28T14:06:12,105 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2022-06-28T14:06:12,107 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:443/ 2022-06-28T14:06:12,111 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425172104.xml... 2022-06-28T14:06:12,114 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425172104.xml... Done. 2022-06-28T14:06:12,114 [pool-65-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425060082.xml 2022-06-28T14:06:12,114 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:12,115 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:12,115 [pool-65-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:13,108 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:443/ 2022-06-28T14:06:14,110 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:443/ 2022-06-28T14:06:15,111 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:06:16,112 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:06:17,113 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:06:23,117 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425172104... 2022-06-28T14:06:23,126 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:23,134 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:06:23,135 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2022-06-28T14:06:23,136 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:06:23,136 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:06:23,140 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-2479ffe5{/,null,STOPPED} 2022-06-28T14:06:23,141 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425183135.xml... 2022-06-28T14:06:23,142 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:06:23,142 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:06:23,143 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425183135.xml... Done. 2022-06-28T14:06:23,144 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:06:23,144 [pool-70-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425065144.xml 2022-06-28T14:06:23,144 [pool-70-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:23,144 [pool-70-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:23,144 [pool-70-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:23,145 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:06:23,145 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:06:23,145 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:06:23,150 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-195df1db{/,null,AVAILABLE} 2022-06-28T14:06:23,151 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@1b6795b1{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:06:23,152 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@983e8bad{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 2022-06-28T14:06:23,152 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@4f131b1c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 2022-06-28T14:06:23,152 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @148556ms 2022-06-28T14:06:23,152 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:06:23,152 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:06:23,153 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2022-06-28T14:06:23,154 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:06:23,158 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8081/ 2022-06-28T14:06:23,161 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8082/ 2022-06-28T14:06:28,165 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425183135... 2022-06-28T14:06:28,171 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:28,179 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.http.server.manager.HttpService ... Done. 2022-06-28T14:06:28,180 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating HttpService 2022-06-28T14:06:28,180 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:06:28,181 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@1b6795b1{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:06:28,182 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@983e8bad{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 2022-06-28T14:06:28,183 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@4f131b1c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 2022-06-28T14:06:28,183 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:06:28,186 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425188179.xml... 2022-06-28T14:06:28,189 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-195df1db{/,null,STOPPED} 2022-06-28T14:06:28,189 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425188179.xml... Done. 2022-06-28T14:06:28,190 [pool-72-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/kura/user/snapshots/snapshot_1656425079199.xml 2022-06-28T14:06:28,190 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:06:28,190 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:06:28,190 [pool-72-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:28,190 [pool-72-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:28,191 [pool-72-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:28,192 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:06:28,193 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:06:28,193 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:06:28,194 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:06:28,199 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-2314780b{/,null,AVAILABLE} 2022-06-28T14:06:28,199 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @153603ms 2022-06-28T14:06:28,199 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:06:28,199 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:06:28,199 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Updating... Done. 2022-06-28T14:06:28,201 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:06:29,202 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:06:30,203 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:80/ 2022-06-28T14:06:31,204 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:06:32,205 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:06:33,205 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying http://localhost:8080/ 2022-06-28T14:06:34,207 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:06:35,208 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:06:36,209 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4442/ 2022-06-28T14:06:37,210 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:06:38,211 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ 2022-06-28T14:06:39,212 [main] INFO o.e.k.h.s.m.t.HttpServiceTest - trying https://localhost:4443/ Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 160.208 s - in org.eclipse.kura.https.server.manager.test.HttpServiceTest shouldSupportAllAuthMethods(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 11.799 s shouldOpenHttpPorts(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 19.146 s shouldSupportHttpsClientAuth(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 20.167 s shouldSupportRevocationCheckWithNoSources(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 17.219 s shouldSupportRevocation(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 31.189 s shouldSupportHttps(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 14.134 s shouldRejectClientConnectionWithNoCert(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 5.115 s shouldNotSupportHttpsWithoutKeystore(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 16.127 s shouldOpenMultipleHttpPorts(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 5.049 s shouldNotOpenAnyPortWithDefaultConfig(org.eclipse.kura.https.server.manager.test.HttpServiceTest) Time elapsed: 17.049 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:06:40,275 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:06:40,275 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:06:40,276 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:06:40,276 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:06:40,276 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:40,276 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:06:40,277 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:06:40,279 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:06:40,279 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:06:40,279 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:06:40,281 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:06:40,281 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:06:40,282 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:06:40,282 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:06:40,282 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:06:40,282 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T14:06:40,283 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:06:40,283 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:06:40,283 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:06:40,283 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:06:40,284 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:06:40,284 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:06:40,284 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:06:40,285 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:06:40,285 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:06:40,285 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:06:40,287 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:06:40,287 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T14:06:40,288 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T14:06:40,288 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:06:40,288 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:06:40,288 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:06:40,289 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:06:40,290 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:40,290 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:06:40,290 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:40,290 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:06:40,290 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:06:40,290 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:06:40,290 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:06:40,291 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:06:40,291 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:40,294 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:06:40,294 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:06:40,296 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:06:40,337 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:06:40,338 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:06:40,338 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:06:40,485 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:06:41,339 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:06:41,342 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:06:41,344 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:06:41,344 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:06:41,345 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:06:41,345 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:06:41,347 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-2314780b{/,null,STOPPED} 2022-06-28T14:06:41,348 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:06:41,352 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:06:41,354 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:06:41,379 [Framework stop - Equinox Container: 10be029e-cd34-4206-8504-da50a9f0cbf5] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.http.server.manager.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.http.server.manager' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.util.wire.test' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.http.server.manager.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.http.server.manager.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/org.eclipse.kura.http.server.manager.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager.test/5.1.2/org.eclipse.kura.http.server.manager.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager.test/5.1.2/org.eclipse.kura.http.server.manager.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/org.eclipse.kura.http.server.manager.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager.test/5.1.2/org.eclipse.kura.http.server.manager.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager.test/5.1.2/org.eclipse.kura.http.server.manager.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.http.server.manager.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.http.server.manager.test/5.1.2/org.eclipse.kura.http.server.manager.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.http.server.manager.test --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.network.threat.manager.test >---- [INFO] Building org.eclipse.kura.network.threat.manager.test 5.1.2 [167/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.network.threat.manager.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.network.threat.manager.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.network.threat.manager.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.network.threat.manager.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.network.threat.manager.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.network.threat.manager.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.network.threat.manager.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.network.threat.manager.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/src/main/java does not exist [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/src/main/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.network.threat.manager.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.network.threat.manager.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.network.threat.manager.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.network.threat.manager.FloodingProtectionConfiguratorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 s - in org.eclipse.kura.network.threat.manager.FloodingProtectionConfiguratorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.network.threat.manager.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/org.eclipse.kura.network.threat.manager.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.network.threat.manager.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.network.threat.manager.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/org.eclipse.kura.network.threat.manager.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.network.threat.manager.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.network.threat.manager.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.network.threat.manager.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/surefire.properties] 2022-06-28T14:06:48,113 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:06:48,471 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... 2022-06-28T14:06:48,515 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2022-06-28T14:06:48,517 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2022-06-28T14:06:48,537 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,543 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,548 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,552 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,558 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,563 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,568 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,573 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,578 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,583 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,588 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,593 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,595 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2022-06-28T14:06:48,597 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2022-06-28T14:06:48,601 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A input-kura -p icmp -m icmp --icmp-type 8 -m state --state NEW,RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:48,603 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A output-kura -p icmp -m icmp --icmp-type 0 -m state --state RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:48,605 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,607 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,609 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,611 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,614 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,617 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,619 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,636 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,638 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,640 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,644 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,646 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,648 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,649 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,651 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,653 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,655 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,687 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2022-06-28T14:06:48,686 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.LinuxFirewall - failed to initialize LinuxFirewall org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.restore(IptablesConfig.java:621) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.initialize(LinuxFirewall.java:93) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.(LinuxFirewall.java:85) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.getInstance(LinuxFirewall.java:68) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.getLinuxFirewall(FirewallConfigurationServiceImpl.java:348) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.activate(FirewallConfigurationServiceImpl.java:89) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:665) at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:338) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:382) at org.apache.felix.scr.impl.Activator.access$200(Activator.java:49) at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:264) at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:1) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) at org.eclipse.osgi.container.Module.start(Module.java:486) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1781) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) Caused by: java.io.FileNotFoundException: /etc/sysconfig/iptables (No such file or directory) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at java.io.FileInputStream.(FileInputStream.java:93) at java.io.FileReader.(FileReader.java:58) at org.eclipse.kura.linux.net.iptables.IptablesConfig.restore(IptablesConfig.java:615) ... 102 more 2022-06-28T14:06:48,721 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2022-06-28T14:06:48,723 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2022-06-28T14:06:48,724 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2022-06-28T14:06:48,738 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2022-06-28T14:06:48,740 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2022-06-28T14:06:48,742 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2022-06-28T14:06:48,744 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2022-06-28T14:06:48,745 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2022-06-28T14:06:48,747 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2022-06-28T14:06:48,749 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2022-06-28T14:06:48,751 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2022-06-28T14:06:48,752 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2022-06-28T14:06:48,754 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2022-06-28T14:06:48,756 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2022-06-28T14:06:48,758 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2022-06-28T14:06:48,760 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2022-06-28T14:06:48,761 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2022-06-28T14:06:48,763 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2022-06-28T14:06:48,765 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2022-06-28T14:06:48,769 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,774 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,779 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,784 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,789 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,794 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,798 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,803 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,808 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,814 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,837 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,842 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,844 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2022-06-28T14:06:48,846 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2022-06-28T14:06:48,847 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A input-kura -p icmp -m icmp --icmp-type 8 -m state --state NEW,RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:48,850 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A output-kura -p icmp -m icmp --icmp-type 0 -m state --state RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:48,851 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,853 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,855 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,857 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,859 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,861 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,863 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,865 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,867 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,869 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,870 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,872 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,874 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,876 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,878 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,880 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,882 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:48,883 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2022-06-28T14:06:48,883 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.n.a.FirewallConfigurationServiceImpl - Failed to set Firewall Open Ports Configuration org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.saveKuraChains(IptablesConfig.java:306) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.update(LinuxFirewall.java:409) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.deleteAllLocalRules(LinuxFirewall.java:325) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.deleteAllLocalRules(FirewallConfigurationServiceImpl.java:319) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.setFirewallOpenPortConfiguration(FirewallConfigurationServiceImpl.java:208) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:108) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.activate(FirewallConfigurationServiceImpl.java:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:665) at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:338) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:382) at org.apache.felix.scr.impl.Activator.access$200(Activator.java:49) at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:264) at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:1) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) at org.eclipse.osgi.container.Module.start(Module.java:486) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1781) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 2022-06-28T14:06:48,887 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2022-06-28T14:06:48,889 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2022-06-28T14:06:48,891 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2022-06-28T14:06:48,893 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2022-06-28T14:06:48,895 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2022-06-28T14:06:48,897 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2022-06-28T14:06:48,899 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2022-06-28T14:06:48,900 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2022-06-28T14:06:48,902 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2022-06-28T14:06:48,938 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2022-06-28T14:06:48,940 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2022-06-28T14:06:48,942 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2022-06-28T14:06:48,944 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2022-06-28T14:06:48,945 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2022-06-28T14:06:48,947 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2022-06-28T14:06:48,949 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2022-06-28T14:06:48,951 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2022-06-28T14:06:48,953 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2022-06-28T14:06:48,955 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2022-06-28T14:06:48,960 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,966 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,971 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,977 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,982 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,987 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,992 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:48,998 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,003 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,008 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,013 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,038 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,040 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2022-06-28T14:06:49,042 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2022-06-28T14:06:49,044 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A input-kura -p icmp -m icmp --icmp-type 8 -m state --state NEW,RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:49,046 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A output-kura -p icmp -m icmp --icmp-type 0 -m state --state RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:49,048 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,049 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,051 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,053 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,055 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,057 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,059 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,060 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,062 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,064 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,066 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,068 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,070 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,072 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,074 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,076 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,077 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,078 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2022-06-28T14:06:49,078 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.n.a.FirewallConfigurationServiceImpl - Failed to set Firewall Port Forwarding Configuration org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.saveKuraChains(IptablesConfig.java:306) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.update(LinuxFirewall.java:409) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.deleteAllPortForwardRules(LinuxFirewall.java:330) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.deleteAllPortForwardRules(FirewallConfigurationServiceImpl.java:327) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.setFirewallPortForwardingConfiguration(FirewallConfigurationServiceImpl.java:259) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:113) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.activate(FirewallConfigurationServiceImpl.java:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:665) at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:338) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:382) at org.apache.felix.scr.impl.Activator.access$200(Activator.java:49) at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:264) at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:1) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) at org.eclipse.osgi.container.Module.start(Module.java:486) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1781) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 2022-06-28T14:06:49,080 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2022-06-28T14:06:49,082 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2022-06-28T14:06:49,084 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2022-06-28T14:06:49,086 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2022-06-28T14:06:49,088 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2022-06-28T14:06:49,091 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2022-06-28T14:06:49,094 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2022-06-28T14:06:49,096 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2022-06-28T14:06:49,098 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2022-06-28T14:06:49,100 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2022-06-28T14:06:49,102 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2022-06-28T14:06:49,104 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2022-06-28T14:06:49,106 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2022-06-28T14:06:49,108 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2022-06-28T14:06:49,110 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2022-06-28T14:06:49,137 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2022-06-28T14:06:49,139 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2022-06-28T14:06:49,140 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2022-06-28T14:06:49,142 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2022-06-28T14:06:49,147 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,152 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,157 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,162 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,167 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,173 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,177 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,183 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,188 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,193 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,198 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,204 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,205 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2022-06-28T14:06:49,207 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2022-06-28T14:06:49,209 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A input-kura -p icmp -m icmp --icmp-type 8 -m state --state NEW,RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:49,211 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A output-kura -p icmp -m icmp --icmp-type 0 -m state --state RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:49,212 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,214 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,216 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,218 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,219 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,221 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,237 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,238 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,240 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,242 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,244 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,246 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,247 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,249 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,251 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,253 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,254 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,255 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2022-06-28T14:06:49,255 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.n.a.FirewallConfigurationServiceImpl - Failed to set Firewall NAT Configuration org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.saveKuraChains(IptablesConfig.java:306) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.update(LinuxFirewall.java:409) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.deleteAllNatRules(LinuxFirewall.java:345) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.deleteAllNatRules(FirewallConfigurationServiceImpl.java:323) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.setFirewallNatConfiguration(FirewallConfigurationServiceImpl.java:293) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.updated(FirewallConfigurationServiceImpl.java:118) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.activate(FirewallConfigurationServiceImpl.java:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:665) at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:338) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:382) at org.apache.felix.scr.impl.Activator.access$200(Activator.java:49) at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:264) at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:1) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) at org.eclipse.osgi.container.Module.start(Module.java:486) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1781) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 2022-06-28T14:06:49,256 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Activating FirewallConfigurationService... Done. 2022-06-28T14:06:49,290 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.i.f.FloodingProtectionConfigurator - Activating FloodingConfigurator... 2022-06-28T14:06:49,290 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... 2022-06-28T14:06:49,293 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2022-06-28T14:06:49,295 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2022-06-28T14:06:49,297 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2022-06-28T14:06:49,299 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2022-06-28T14:06:49,301 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2022-06-28T14:06:49,303 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2022-06-28T14:06:49,305 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2022-06-28T14:06:49,307 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2022-06-28T14:06:49,309 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2022-06-28T14:06:49,311 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2022-06-28T14:06:49,313 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2022-06-28T14:06:49,315 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2022-06-28T14:06:49,337 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2022-06-28T14:06:49,339 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2022-06-28T14:06:49,341 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2022-06-28T14:06:49,342 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2022-06-28T14:06:49,344 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2022-06-28T14:06:49,346 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2022-06-28T14:06:49,348 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2022-06-28T14:06:49,354 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,360 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,365 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,370 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,376 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,382 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,387 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,392 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,397 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,402 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,440 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,446 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:49,448 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2022-06-28T14:06:49,449 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2022-06-28T14:06:49,451 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A input-kura -p icmp -m icmp --icmp-type 8 -m state --state NEW,RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:49,454 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A output-kura -p icmp -m icmp --icmp-type 0 -m state --state RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:49,456 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,457 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,459 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,461 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,463 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,465 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,467 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,468 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,470 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,472 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,474 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,476 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,478 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,480 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,482 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,486 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,488 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:49,489 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2022-06-28T14:06:49,489 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] ERROR o.e.k.n.a.FirewallConfigurationServiceImpl - Failed to set Firewall Flooding Protection Configuration org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.saveKuraChains(IptablesConfig.java:306) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.update(LinuxFirewall.java:409) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.setAdditionalRules(LinuxFirewall.java:401) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.addFloodingProtectionRules(FirewallConfigurationServiceImpl.java:403) at org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator.doUpdate(FloodingProtectionConfigurator.java:68) at org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator.activate(FloodingProtectionConfigurator.java:49) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:340) at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:114) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:982) at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:955) at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:900) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) at java.security.AccessController.doPrivileged(AccessController.java:682) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) at com.eclipsesource.jaxrs.publisher.internal.ResourceTracker.addingService(ResourceTracker.java:39) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:943) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:903) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1045) at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:999) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1216) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1137) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:944) at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:880) at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1168) at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:125) at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:906) at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:892) at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:128) at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:959) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:732) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:666) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:432) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:665) at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:338) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:382) at org.apache.felix.scr.impl.Activator.access$200(Activator.java:49) at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:264) at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:1) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) at org.eclipse.osgi.container.Module.start(Module.java:486) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1781) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) 2022-06-28T14:06:49,490 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... Done. 2022-06-28T14:06:49,490 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.i.f.FloodingProtectionConfigurator - Activating FloodingConfigurator... Done. 2022-06-28T14:06:49,608 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:06:49,638 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-288949 2022-06-28T14:06:49,757 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:06:49,757 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:06:49,757 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:06:49,758 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:06:49,758 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:06:49,758 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura 2022-06-28T14:06:49,758 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:06:49,758 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:06:49,758 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots 2022-06-28T14:06:49,758 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/tmp 2022-06-28T14:06:49,759 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:06:49,761 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:06:49,802 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:06:49,906 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:06:49,909 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:06:50,173 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] WARN o.e.k.c.c.ConfigurationServiceImpl - PID (kura.service.pid) is null 2022-06-28T14:06:50,174 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator.... 2022-06-28T14:06:50,174 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator....Done 2022-06-28T14:06:50,174 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:06:50,178 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:06:50,180 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:06:50,337 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:06:50,348 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:06:50,349 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:06:50,388 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating FloodingConfigurator... 2022-06-28T14:06:50,389 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... 2022-06-28T14:06:50,389 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:50,390 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:50,390 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:50,391 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table filter 2022-06-28T14:06:50,393 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table filter 2022-06-28T14:06:50,395 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:06:50,395 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:06:50,397 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:50,397 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:06:50,397 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:06:50,397 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:06:50,398 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table filter 2022-06-28T14:06:50,400 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:06:50,400 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:06:50,400 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:06:50,401 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-pf in table filter 2022-06-28T14:06:50,403 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura-ipf in table filter 2022-06-28T14:06:50,404 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:50,404 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:50,404 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:50,405 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table nat 2022-06-28T14:06:50,407 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table nat 2022-06-28T14:06:50,407 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:06:50,407 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:06:50,407 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:50,407 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:06:50,408 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:06:50,408 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:06:50,409 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table nat 2022-06-28T14:06:50,411 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:06:50,411 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:06:50,411 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:06:50,412 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura-pf in table nat 2022-06-28T14:06:50,414 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table nat 2022-06-28T14:06:50,414 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:50,414 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:50,414 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:50,436 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:06:50,436 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-pf in table nat 2022-06-28T14:06:50,437 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:06:50,437 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:50,439 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura-ipf in table nat 2022-06-28T14:06:50,441 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain input-kura in table mangle 2022-06-28T14:06:50,444 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain output-kura in table mangle 2022-06-28T14:06:50,444 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:06:50,444 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:06:50,446 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain forward-kura in table mangle 2022-06-28T14:06:50,448 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:06:50,452 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:06:50,452 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:06:50,452 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:06:50,453 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain prerouting-kura in table mangle 2022-06-28T14:06:50,460 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to flush rules from chain postrouting-kura in table mangle 2022-06-28T14:06:50,462 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain INPUT 2022-06-28T14:06:50,464 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply policy to chain FORWARD 2022-06-28T14:06:50,470 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,476 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,482 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,491 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,550 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,556 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,562 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,568 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,573 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,579 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,585 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,592 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to create chain 2022-06-28T14:06:50,637 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply rules to loopback interface 2022-06-28T14:06:50,639 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply icmp rules 2022-06-28T14:06:50,641 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A input-kura -p icmp -m icmp --icmp-type 8 -m state --state NEW,RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:50,643 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to apply -A output-kura -p icmp -m icmp --icmp-type 0 -m state --state RELATED,ESTABLISHED -j DROP rule 2022-06-28T14:06:50,643 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:06:50,644 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,645 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:50,646 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,648 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,649 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:50,649 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:06:50,649 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:06:50,650 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:06:50,651 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,652 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,653 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:06:50,653 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:06:50,653 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:06:50,654 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:50,655 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,657 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,659 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,660 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:50,662 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,664 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,664 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:06:50,665 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:06:50,665 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,667 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,668 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:06:50,669 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,671 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,673 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,675 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,676 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:06:50,676 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:06:50,677 [ConfigurationListener Event Queue] ERROR o.e.k.l.n.i.IptablesConfig - Failed to add return rule 2022-06-28T14:06:50,677 [ConfigurationListener Event Queue] WARN o.e.k.KuraException - Could not load Exception Messages Bundle for Locale en_US 2022-06-28T14:06:50,677 [ConfigurationListener Event Queue] ERROR o.e.k.n.a.FirewallConfigurationServiceImpl - Failed to set Firewall Flooding Protection Configuration org.eclipse.kura.KuraIOException: Generic Error - IO_ERROR: {1} at org.eclipse.kura.linux.net.iptables.IptablesConfig.saveKuraChains(IptablesConfig.java:306) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.update(LinuxFirewall.java:409) at org.eclipse.kura.linux.net.iptables.LinuxFirewall.setAdditionalRules(LinuxFirewall.java:401) at org.eclipse.kura.net.admin.FirewallConfigurationServiceImpl.addFloodingProtectionRules(FirewallConfigurationServiceImpl.java:403) at org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator.doUpdate(FloodingProtectionConfigurator.java:68) at org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator.updated(FloodingProtectionConfigurator.java:55) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.invokeModifiedMethod(SingleComponentManager.java:836) at org.apache.felix.scr.impl.manager.SingleComponentManager.modify(SingleComponentManager.java:791) at org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:709) at org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:673) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.configurationUpdated(ConfigurableComponentHolder.java:435) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport.configurationEvent(RegionConfigurationSupport.java:316) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport$2.configurationEvent(RegionConfigurationSupport.java:118) at org.eclipse.equinox.internal.cm.EventDispatcher$1.run(EventDispatcher.java:92) at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:40) 2022-06-28T14:06:50,677 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating firewall configuration... Done. 2022-06-28T14:06:50,678 [ConfigurationListener Event Queue] INFO o.e.k.i.f.FloodingProtectionConfigurator - Updating FloodingConfigurator... Done. 2022-06-28T14:06:50,680 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:06:50,743 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:06:50,748 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:06:50,755 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:06:50,755 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:06:50,759 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:06:50,763 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:06:50,767 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:06:50,774 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:06:50,774 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:06:50,778 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:06:50,779 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:06:50,779 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:06:50,796 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:06:50,838 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:06:50,838 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:06:50,838 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:06:50,838 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:06:50,839 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:06:50,839 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:06:50,843 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:06:50,843 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:06:50,846 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:06:50,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:06:50,850 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:06:50,852 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:06:50,852 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:06:50,854 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:06:50,856 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:06:50,856 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:06:50,856 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:06:50,856 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:06:50,857 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:06:50,860 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:06:50,863 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:06:50,864 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:06:50,865 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:06:50,867 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:06:50,898 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots/snapshot_1656425210889.xml... 2022-06-28T14:06:50,900 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/kura/user/snapshots/snapshot_1656425210889.xml... Done. 2022-06-28T14:06:50,900 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:06:50,900 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:06:50,901 [Start Level: Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:06:50,901 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:06:50,901 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:50,939 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:50,939 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:06:50,939 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:06:50,942 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:06:50,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:06:50,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:06:50,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:06:50,981 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:06:51,087 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.floodingprotection.FloodingProtectionConfigurator 2022-06-28T14:06:51,087 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.i.f.FloodingProtectionConfigurator - Deactivating FloodingConfigurator... 2022-06-28T14:06:51,087 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.i.f.FloodingProtectionConfigurator - Deactivating FloodingConfigurator... Done. 2022-06-28T14:06:51,092 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] WARN o.e.k.c.c.ConfigurationServiceImpl - pid is null 2022-06-28T14:06:51,092 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... 2022-06-28T14:06:51,092 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.n.a.FirewallConfigurationServiceImpl - Deactivating FirewallConfigurationService... Done. 2022-06-28T14:06:51,093 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:06:51,093 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:06:51,094 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:06:51,098 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:06:51,099 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:06:51,099 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:06:51,099 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:06:51,100 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:06:51,101 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:06:51,101 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:51,102 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:06:51,102 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:06:51,142 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:06:51,144 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:06:51,145 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:06:51,145 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:06:51,149 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:06:51,152 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:06:51,152 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:06:51,152 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:06:51,152 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:06:52,145 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:06:52,150 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:06:52,153 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:06:52,157 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:06:52,158 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:06:52,172 [Framework stop - Equinox Container: a5b6d410-96d8-4be5-845b-7509c0fdb62f] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.network.threat.manager.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.linux.net' with 58 classes [INFO] Analyzed bundle 'org.eclipse.kura.net.admin' with 106 classes [INFO] Analyzed bundle 'org.eclipse.kura.network.threat.manager' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.test' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.network.threat.manager.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.network.threat.manager.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/org.eclipse.kura.network.threat.manager.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager.test/5.1.2/org.eclipse.kura.network.threat.manager.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager.test/5.1.2/org.eclipse.kura.network.threat.manager.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/org.eclipse.kura.network.threat.manager.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager.test/5.1.2/org.eclipse.kura.network.threat.manager.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager.test/5.1.2/org.eclipse.kura.network.threat.manager.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.network.threat.manager.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.network.threat.manager.test/5.1.2/org.eclipse.kura.network.threat.manager.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.network.threat.manager.test --- [INFO] [INFO] ----< org.eclipse.kura:org.eclipse.kura.core.tamper.detection.test >---- [INFO] Building org.eclipse.kura.core.tamper.detection.test 5.1.2 [168/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.tamper.detection.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/org.eclipse.kura.core.tamper.detection.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/org.eclipse.kura.core.tamper.detection.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/surefire.properties] 2022-06-28T14:06:57,525 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:06:58,081 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:06:58,093 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-527930 2022-06-28T14:06:58,180 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:06:58,180 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:06:58,180 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:06:58,180 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:06:58,181 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:06:58,181 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura 2022-06-28T14:06:58,181 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:06:58,181 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:06:58,181 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots 2022-06-28T14:06:58,181 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/tmp 2022-06-28T14:06:58,182 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:06:58,184 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:06:58,211 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:06:58,285 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:06:58,288 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:06:58,443 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:06:58,443 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:06:58,487 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:06:58,604 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:06:58,612 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:06:58,612 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:06:58,650 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:58,650 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:58,651 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:58,656 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:06:58,656 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:06:58,657 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:58,657 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:06:58,657 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:06:58,658 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:06:58,661 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:06:58,661 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:06:58,662 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:06:58,665 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:58,665 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:58,665 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:58,668 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:06:58,668 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:06:58,668 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:58,669 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:06:58,669 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:06:58,669 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:06:58,672 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:06:58,672 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:06:58,672 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:06:58,675 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:58,675 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:58,676 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:58,679 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:06:58,679 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:06:58,679 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:58,689 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:06:58,689 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:06:58,689 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:06:58,692 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:06:58,693 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:06:58,693 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:06:58,737 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:06:58,737 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:06:58,749 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:06:58,771 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:06:58,771 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:06:58,773 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:06:58,779 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2022-06-28T14:06:58,784 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:06:58,787 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:06:58,847 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:06:58,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:58,852 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:06:58,852 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:06:58,852 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:06:58,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:06:58,855 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:06:58,856 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:06:58,863 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:06:58,863 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:06:58,864 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:58,867 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:06:58,867 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:06:58,867 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:06:58,868 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:06:58,871 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:06:58,871 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:06:58,871 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:06:58,872 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:58,875 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:06:58,879 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:06:58,879 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:06:58,882 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:06:58,889 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:06:58,889 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:06:58,892 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:06:58,895 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:06:58,898 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:06:58,941 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2022-06-28T14:06:58,941 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:58,944 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:06:58,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:06:58,949 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:06:58,949 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:06:58,952 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:06:58,955 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:06:58,958 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:06:58,966 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:06:58,966 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:06:58,969 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:06:58,987 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:06:58,987 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:06:58,987 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:06:58,987 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:06:58,987 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:06:58,987 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:06:58,990 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:06:58,990 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:06:58,993 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:06:58,997 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:06:58,999 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:06:59,037 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:06:59,037 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:06:59,037 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:06:59,037 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:06:59,038 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:06:59,040 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:06:59,044 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:06:59,044 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:06:59,045 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:06:59,046 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:06:59,081 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425219071.xml... 2022-06-28T14:06:59,084 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425219071.xml... Done. 2022-06-28T14:06:59,085 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:06:59,085 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:06:59,085 [Start Level: Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:06:59,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:06:59,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:06:59,160 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:06:59,179 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:06:59,184 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:06:59,184 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:06:59,185 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:06:59,185 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:06:59,264 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:06:59,266 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... Running org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest 2022-06-28T14:06:59,347 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @5295ms to org.eclipse.jetty.util.log.Slf4jLog 2022-06-28T14:06:59,390 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2022-06-28T14:06:59,570 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:06:59,595 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:06:59,595 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:06:59,597 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:06:59,690 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@-3fae6a3c{/,null,AVAILABLE} 2022-06-28T14:06:59,708 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@f201a65e{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:06:59,708 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @5657ms 2022-06-28T14:06:59,709 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 726000ms 2022-06-28T14:06:59,709 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:06:59,709 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:06:59,709 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:06:59,709 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:06:59,744 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:06:59,754 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:06:59,764 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:06:59,764 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:06:59,775 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:06:59,777 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:06:59,777 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:06:59,777 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:06:59,778 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:06:59,778 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:06:59,808 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2022-06-28T14:06:59,808 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2022-06-28T14:06:59,814 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:06:59,814 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:06:59,815 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:06:59,815 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:06:59,815 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:06:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:06:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:06:59,817 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:06:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:06:59,817 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:06:59,819 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:06:59,819 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:06:59,845 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:06:59,847 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:06:59,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:06:59,848 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T14:07:00,086 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T14:07:00,088 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T14:07:00,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:07:00,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:07:00,091 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:07:00,149 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:07:00,151 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T14:07:00,196 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:07:00,196 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:07:00,201 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:07:00,201 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:07:00,202 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:07:00,202 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:07:00,202 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:07:00,202 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T14:07:00,245 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:07:00,247 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:07:00,247 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:07:00,247 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T14:07:00,249 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T14:07:00,391 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:07:00,871 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:07:00,942 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:07:01,391 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:07:01,896 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T14:07:01,896 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T14:07:01,908 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T14:07:02,392 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:07:03,393 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:07:04,394 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:07:04,771 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425219071... 2022-06-28T14:07:04,782 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:04,791 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:07:04,793 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:07:04,812 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425224791.xml... 2022-06-28T14:07:04,817 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425224791.xml... Done. 2022-06-28T14:07:04,817 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:04,818 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:04,818 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:05,395 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:07:06,396 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:07:07,397 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:07:08,397 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:07:14,604 [qtp-1247693253-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:07:14,611 [qtp-1247693253-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:07:14,655 [qtp-1247693253-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/boo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:07:14,661 [qtp-1247693253-94] WARN AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/boo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Service not found 2022-06-28T14:07:14,685 [qtp-1247693253-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:07:14,685 [qtp-1247693253-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:07:14,692 [qtp-1247693253-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:07:14,697 [qtp-1247693253-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:07:14,707 [qtp-1247693253-90] INFO AuditLogger - {rest.method=POST, rest.path=tamper/v1/pid/moo/_reset, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:07:14,707 [qtp-1247693253-90] INFO AuditLogger - {rest.method=POST, rest.path=tamper/v1/pid/moo/_reset, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:07:14,712 [qtp-1247693253-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:07:14,712 [qtp-1247693253-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:07:14,729 [qtp-1247693253-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:07:14,730 [qtp-1247693253-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:07:14,744 [qtp-1247693253-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:07:14,745 [qtp-1247693253-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:07:14,761 [qtp-1247693253-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:07:14,762 [qtp-1247693253-90] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/pid/moo, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:07:14,767 [qtp-1247693253-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:07:14,768 [qtp-1247693253-94] INFO AuditLogger - {rest.method=GET, rest.path=tamper/v1/list, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:07:14,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425224791... 2022-06-28T14:07:14,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:14,807 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T14:07:14,808 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:07:14,809 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:07:14,809 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:07:14,809 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:07:14,810 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:07:14,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425234807.xml... 2022-06-28T14:07:14,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425234807.xml... Done. 2022-06-28T14:07:14,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:14,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:14,840 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:14,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425234807... 2022-06-28T14:07:14,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:07:14,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2022-06-28T14:07:14,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425234861.xml... 2022-06-28T14:07:14,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425234861.xml... Done. 2022-06-28T14:07:14,882 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:07:14,883 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:07:14,883 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:07:14,905 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2022-06-28T14:07:14,906 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2022-06-28T14:07:14,957 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@3c3f346b 2022-06-28T14:07:14,958 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2022-06-28T14:07:15,550 [ConfigurationListener Event Queue] WARN o.a.a.a.c.server - AMQ222018: AIO was not located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal 2022-06-28T14:07:15,552 [ConfigurationListener Event Queue] WARN o.a.a.a.c.server - AMQ222269: Please use a fixed value for "journal-pool-files". Default changed per https://issues.apache.org/jira/browse/ARTEMIS-1628 2022-06-28T14:07:15,610 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2022-06-28T14:07:15,610 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2022-06-28T14:07:15,647 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) 2022-06-28T14:07:15,671 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,610,612,736 2022-06-28T14:07:15,698 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2022-06-28T14:07:15,699 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2022-06-28T14:07:15,805 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2022-06-28T14:07:15,811 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2022-06-28T14:07:15,893 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2022-06-28T14:07:15,894 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2022-06-28T14:07:16,191 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2022-06-28T14:07:16,192 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2022-06-28T14:07:16,193 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=9d2e7ea4-f6eb-11ec-8072-0a580a28215f] 2022-06-28T14:07:16,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425234861... 2022-06-28T14:07:16,208 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:16,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2022-06-28T14:07:16,220 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2022-06-28T14:07:16,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425236218.xml... 2022-06-28T14:07:16,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425236218.xml... Done. 2022-06-28T14:07:16,248 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:16,248 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:16,248 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:16,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid observer 2022-06-28T14:07:16,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2022-06-28T14:07:16,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:16,255 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2022-06-28T14:07:16,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2022-06-28T14:07:16,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2022-06-28T14:07:16,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2022-06-28T14:07:16,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:07:16,262 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425236218... 2022-06-28T14:07:16,277 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425236270.xml... 2022-06-28T14:07:16,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/user/snapshots/snapshot_1656425236270.xml... Done. 2022-06-28T14:07:16,280 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:07:16,281 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2022-06-28T14:07:16,282 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating observer... 2022-06-28T14:07:16,283 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:07:16,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T14:07:16,283 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using file persistence for in-flight messages: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/kura/paho-persistence 2022-06-28T14:07:16,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:07:16,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T14:07:16,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T14:07:16,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = test 2022-06-28T14:07:16,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T14:07:16,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T14:07:16,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T14:07:16,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T14:07:16,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T14:07:16,309 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T14:07:16,310 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/test/MQTT/LWT 2022-06-28T14:07:16,310 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T14:07:16,310 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T14:07:16,310 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T14:07:16,310 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T14:07:16,761 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T14:07:16,761 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:07:16,761 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:07:16,761 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T14:07:16,762 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T14:07:16,762 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T14:07:16,818 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T14:07:16,835 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T14:07:16,843 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/MQTT/BIRTH with QoS: 0 2022-06-28T14:07:16,849 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/test/# with QoS: 1 2022-06-28T14:07:16,903 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T14:07:16,903 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T14:07:16,904 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:07:16,905 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T14:07:16,905 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T14:07:16,905 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2022-06-28T14:07:16,905 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T14:07:16,906 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T14:07:16,906 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T14:07:16,906 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T14:07:16,906 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T14:07:16,906 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T14:07:16,906 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2022-06-28T14:07:16,907 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T14:07:16,907 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T14:07:16,907 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T14:07:16,907 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T14:07:17,213 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T14:07:17,213 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:07:17,213 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T14:07:17,213 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2022-06-28T14:07:17,227 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/list with QoS: 0 2022-06-28T14:07:17,239 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2022-06-28T14:07:17,278 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=TAMPER-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/list} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:07:17,279 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1586211948, priority: 1 2022-06-28T14:07:17,289 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1586211948, priority: 1 2022-06-28T14:07:17,293 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1586211948 with QoS: 0 2022-06-28T14:07:17,296 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1586211948 2022-06-28T14:07:17,338 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/boo with QoS: 0 2022-06-28T14:07:17,342 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/boo 2022-06-28T14:07:17,343 [pool-10-thread-1] ERROR o.e.k.c.c.MessageHandlerCallable - Error handling request topic: GET/pid/boo org.eclipse.kura.KuraException: Not found. at org.eclipse.kura.core.tamper.detection.util.TamperDetectionRemoteService.getTamperStatusInternal(TamperDetectionRemoteService.java:62) at org.eclipse.kura.core.tamper.detection.TamperDetectionRequestHandler.doGet(TamperDetectionRequestHandler.java:69) at org.eclipse.kura.core.cloud.MessageHandlerCallable.call(MessageHandlerCallable.java:134) at org.eclipse.kura.core.cloud.MessageHandlerCallable.call(MessageHandlerCallable.java:1) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T14:07:17,344 [pool-10-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=TAMPER-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/pid/boo} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:07:17,345 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/668621897, priority: 1 2022-06-28T14:07:17,355 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/668621897, priority: 1 2022-06-28T14:07:17,360 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/668621897 with QoS: 0 2022-06-28T14:07:17,363 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/668621897 2022-06-28T14:07:17,375 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/list with QoS: 0 2022-06-28T14:07:17,378 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2022-06-28T14:07:17,379 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=TAMPER-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/list} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:07:17,379 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1623982369, priority: 1 2022-06-28T14:07:17,385 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1623982369, priority: 1 2022-06-28T14:07:17,389 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1623982369 with QoS: 0 2022-06-28T14:07:17,392 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1623982369 2022-06-28T14:07:17,396 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo with QoS: 0 2022-06-28T14:07:17,438 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2022-06-28T14:07:17,440 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=TAMPER-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/pid/moo} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:07:17,441 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1416796091, priority: 1 2022-06-28T14:07:17,449 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1416796091, priority: 1 2022-06-28T14:07:17,452 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1416796091 with QoS: 0 2022-06-28T14:07:17,457 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1416796091 2022-06-28T14:07:17,460 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/EXEC/pid/moo/_reset with QoS: 0 2022-06-28T14:07:17,465 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/EXEC/pid/moo/_reset 2022-06-28T14:07:17,466 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=TAMPER-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/pid/moo/_reset} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:07:17,467 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1900333836, priority: 1 2022-06-28T14:07:17,477 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-1900333836, priority: 1 2022-06-28T14:07:17,480 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1900333836 with QoS: 0 2022-06-28T14:07:17,484 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-1900333836 2022-06-28T14:07:17,486 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo with QoS: 0 2022-06-28T14:07:17,489 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2022-06-28T14:07:17,491 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=TAMPER-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/pid/moo} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:07:17,491 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1105664205, priority: 1 2022-06-28T14:07:17,537 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1105664205, priority: 1 2022-06-28T14:07:17,541 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1105664205 with QoS: 0 2022-06-28T14:07:17,545 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1105664205 2022-06-28T14:07:17,569 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/list with QoS: 0 2022-06-28T14:07:17,572 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2022-06-28T14:07:17,573 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=TAMPER-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/list} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:07:17,573 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-2048259048, priority: 1 2022-06-28T14:07:17,580 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-2048259048, priority: 1 2022-06-28T14:07:17,586 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-2048259048 with QoS: 0 2022-06-28T14:07:17,590 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-2048259048 2022-06-28T14:07:17,638 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo with QoS: 0 2022-06-28T14:07:17,641 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2022-06-28T14:07:17,642 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=TAMPER-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/pid/moo} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:07:17,642 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1657660501, priority: 1 2022-06-28T14:07:17,647 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1657660501, priority: 1 2022-06-28T14:07:17,651 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1657660501 with QoS: 0 2022-06-28T14:07:17,655 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1657660501 2022-06-28T14:07:17,670 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo with QoS: 0 2022-06-28T14:07:17,673 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/pid/moo 2022-06-28T14:07:17,674 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=TAMPER-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/pid/moo} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:07:17,674 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1970491520, priority: 1 2022-06-28T14:07:17,679 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/1970491520, priority: 1 2022-06-28T14:07:17,684 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1970491520 with QoS: 0 2022-06-28T14:07:17,689 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/1970491520 2022-06-28T14:07:17,696 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/GET/list with QoS: 0 2022-06-28T14:07:17,701 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/GET/list 2022-06-28T14:07:17,702 [pool-10-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=TAMPER-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/list} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:07:17,736 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-233763815, priority: 1 2022-06-28T14:07:17,745 [pool-10-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/TAMPER-V1/REPLY/-233763815, priority: 1 2022-06-28T14:07:17,748 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-233763815 with QoS: 0 2022-06-28T14:07:17,751 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/TAMPER-V1/REPLY/-233763815 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.478 s - in org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest shouldProvideTamperDetectionServiceInfo[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.235 s shouldReportNotFound[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.028 s shouldSupportTrackingByServicePid[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.014 s shouldSupportTamperStatusReset[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.026 s shouldProvideMultipleTamperDetectionServiceInfo[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.021 s shouldReportTamperStatusInfo[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.012 s shouldReportTamperStatusInfoTimestamp[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.018 s shouldSupportListingTamperDetectionServices[0](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.005 s shouldProvideTamperDetectionServiceInfo[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.081 s shouldReportNotFound[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.065 s shouldSupportTrackingByServicePid[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.029 s shouldSupportTamperStatusReset[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.152 s shouldProvideMultipleTamperDetectionServiceInfo[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.047 s shouldReportTamperStatusInfo[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.064 s shouldReportTamperStatusInfoTimestamp[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.036 s shouldSupportListingTamperDetectionServices[1](org.eclipse.kura.core.tamper.detection.test.TamperDetectionRemoteServiceTest) Time elapsed: 0.057 s Results: Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:07:17,857 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:07:17,858 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:07:17,858 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:07:17,858 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:07:17,859 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:07:17,859 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:17,860 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:07:17,860 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:07:17,861 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T14:07:17,865 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T14:07:17,870 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/MQTT/DC with QoS: 0 2022-06-28T14:07:17,874 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/MQTT/DC 2022-06-28T14:07:17,874 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/test/MQTT/DC 2022-06-28T14:07:17,878 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:07:17,878 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:07:17,879 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:07:17,881 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:07:17,884 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:07:17,884 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T14:07:17,885 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T14:07:17,885 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T14:07:17,885 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:07:17,885 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:07:17,885 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:07:17,887 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T14:07:17,887 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T14:07:17,887 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:07:17,887 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:07:17,888 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:07:17,888 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:07:17,888 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:07:17,889 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:07:17,889 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:07:17,889 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:07:17,889 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:07:17,889 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:07:17,890 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:07:17,893 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:07:17,893 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T14:07:17,937 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T14:07:17,938 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:17,939 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:07:17,939 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:07:17,940 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:07:17,942 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:07:17,942 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:07:17,943 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:17,943 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:07:17,943 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:07:17,943 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:07:17,944 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:07:17,944 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:07:17,944 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:07:17,945 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:07:17,946 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2022-06-28T14:07:17,952 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:07:17,954 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:07:17,957 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:07:17,962 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:07:17,964 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:07:17,964 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:07:18,139 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:07:18,965 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:07:18,967 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T14:07:18,968 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T14:07:18,971 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:07:18,975 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2022-06-28T14:07:18,985 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [9d2e7ea4-f6eb-11ec-8072-0a580a28215f] stopped, uptime 3.353 seconds 2022-06-28T14:07:18,986 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@3c3f346b 2022-06-28T14:07:18,987 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2022-06-28T14:07:18,988 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:07:18,989 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:07:18,989 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:07:18,997 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@f201a65e{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:07:18,997 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:07:19,014 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@-3fae6a3c{/,null,STOPPED} 2022-06-28T14:07:19,019 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:07:19,024 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:07:19,025 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:07:19,045 [Framework stop - Equinox Container: edc5a920-0cf4-4252-b546-af27bb017016] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.broker.artemis.core' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.broker.artemis.simple.mqtt' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.tamper.detection' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.http.server.manager' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.util.wire.test' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/org.eclipse.kura.core.tamper.detection.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection.test/5.1.2/org.eclipse.kura.core.tamper.detection.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection.test/5.1.2/org.eclipse.kura.core.tamper.detection.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/org.eclipse.kura.core.tamper.detection.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection.test/5.1.2/org.eclipse.kura.core.tamper.detection.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection.test/5.1.2/org.eclipse.kura.core.tamper.detection.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.tamper.detection.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.tamper.detection.test/5.1.2/org.eclipse.kura.core.tamper.detection.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.tamper.detection.test --- [INFO] [INFO] -------< org.eclipse.kura:org.eclipse.kura.useradmin.store.test >------- [INFO] Building org.eclipse.kura.useradmin.store.test 5.1.2 [169/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.useradmin.store.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.useradmin.store.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.useradmin.store.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.useradmin.store.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.useradmin.store.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.useradmin.store.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.useradmin.store.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.useradmin.store.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/src/main/java/org/eclipse/kura/useradmin/store/test/RoleRepositoryStoreTest.java:[94] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/src/main/java/org/eclipse/kura/useradmin/store/test/RoleRepositoryStoreTest.java:[117] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.useradmin.store.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.useradmin.store.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.useradmin.store.test --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.useradmin.store.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/org.eclipse.kura.useradmin.store.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.useradmin.store.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.useradmin.store.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/org.eclipse.kura.useradmin.store.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.useradmin.store.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.useradmin.store.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.useradmin.store.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/surefire.properties] 2022-06-28T14:07:23,985 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:07:24,367 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:07:24,380 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-836078 2022-06-28T14:07:24,454 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:07:24,454 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:07:24,454 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:07:24,455 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:07:24,455 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:07:24,455 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura 2022-06-28T14:07:24,455 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:07:24,455 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:07:24,455 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots 2022-06-28T14:07:24,455 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/tmp 2022-06-28T14:07:24,456 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:07:24,458 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:07:24,495 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:07:24,573 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:07:24,576 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:07:24,745 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:07:24,745 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:07:24,792 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:07:24,903 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:07:24,916 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:07:24,916 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:07:24,953 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:24,954 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:24,954 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:24,960 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:07:24,960 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:07:24,961 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:24,961 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:07:24,961 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:07:24,961 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:07:24,964 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:07:24,964 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:07:24,964 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:07:24,967 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:24,968 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:24,968 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:24,971 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:07:24,971 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:07:24,971 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:24,971 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:07:24,971 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:07:24,972 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:07:24,975 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:07:24,975 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:07:24,975 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:07:24,978 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:07:24,978 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:07:24,978 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:07:24,981 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:07:24,981 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:07:24,981 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:07:24,990 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:07:24,990 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:07:24,991 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:07:24,991 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:07:24,991 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:07:24,994 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:07:24,994 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:07:24,994 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:07:25,008 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:07:25,059 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:07:25,060 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:07:25,061 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:07:25,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:07:25,139 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:25,142 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:07:25,143 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:07:25,143 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:07:25,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:07:25,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:07:25,146 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:07:25,149 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:07:25,153 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:07:25,154 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:25,171 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:07:25,171 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:07:25,171 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:07:25,171 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:07:25,175 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:07:25,175 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:07:25,175 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:07:25,175 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:07:25,178 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:07:25,183 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:07:25,183 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:07:25,186 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:07:25,194 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:07:25,195 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:07:25,195 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:07:25,200 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:07:25,203 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:07:25,239 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:07:25,244 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:07:25,244 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:07:25,248 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:07:25,251 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:07:25,254 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:07:25,258 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:07:25,258 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:25,261 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:25,280 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:07:25,281 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:07:25,281 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:07:25,281 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:07:25,281 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:07:25,281 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:07:25,284 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:07:25,284 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:07:25,287 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:07:25,293 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:07:25,295 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:07:25,296 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:07:25,296 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:07:25,296 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:07:25,296 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:07:25,296 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:07:25,299 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:07:25,338 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:07:25,338 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:07:25,339 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:07:25,340 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:07:25,369 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425245357.xml... 2022-06-28T14:07:25,373 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425245357.xml... Done. 2022-06-28T14:07:25,373 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:07:25,373 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:07:25,373 [Start Level: Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:07:25,373 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:07:25,374 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:07:25,392 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:07:25,451 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:07:25,455 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:07:25,455 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:07:25,455 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:07:25,455 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:07:25,499 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:07:25,547 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Running org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest 2022-06-28T14:07:25,562 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:07:25,563 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:07:25,575 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:07:25,577 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:07:25,579 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:07:25,579 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:07:25,579 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:07:25,579 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:07:25,586 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:07:25,586 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:07:25,586 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:07:25,587 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:07:25,587 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:07:25,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:07:25,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:07:25,589 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:07:25,589 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:07:25,589 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:07:25,591 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:07:25,591 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:07:25,601 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T14:07:25,642 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:07:25,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:07:25,646 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:07:25,646 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T14:07:25,852 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T14:07:25,854 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T14:07:25,854 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:07:25,854 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:07:25,855 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:07:25,893 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:07:25,893 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T14:07:25,951 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:07:25,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:07:25,955 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:07:25,956 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:07:25,956 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:07:25,956 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:07:25,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:07:25,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T14:07:25,964 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:07:25,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:07:25,965 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:07:25,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T14:07:25,966 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T14:07:26,291 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:07:26,332 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:07:27,312 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T14:07:27,312 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T14:07:27,323 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T14:07:30,571 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425245357... 2022-06-28T14:07:30,586 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:30,594 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:07:30,595 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:07:30,619 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425250594.xml... 2022-06-28T14:07:30,624 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425250594.xml... Done. 2022-06-28T14:07:30,624 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:30,624 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:30,624 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:35,602 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425250594... 2022-06-28T14:07:35,620 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:35,629 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:07:35,630 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:07:35,647 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425255629.xml... 2022-06-28T14:07:35,652 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425255629.xml... Done. 2022-06-28T14:07:35,652 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:35,652 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:35,652 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:40,636 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425255629... 2022-06-28T14:07:40,649 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:40,658 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:07:40,659 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:07:40,660 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:40,675 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425260658.xml... 2022-06-28T14:07:40,678 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425260658.xml... Done. 2022-06-28T14:07:40,678 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:40,679 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:40,679 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:45,663 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425260658... 2022-06-28T14:07:45,676 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:45,683 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:07:45,684 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:07:45,686 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:45,698 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425265683.xml... 2022-06-28T14:07:45,701 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425265683.xml... Done. 2022-06-28T14:07:45,701 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:45,702 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:45,702 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:50,690 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425265683... 2022-06-28T14:07:50,702 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:50,710 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:07:50,711 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:07:50,718 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425270710.xml... 2022-06-28T14:07:50,721 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425270710.xml... Done. 2022-06-28T14:07:50,721 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:50,721 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:50,721 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:55,715 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425270710... 2022-06-28T14:07:55,731 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:55,741 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:07:55,742 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:07:55,743 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:55,749 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425275741.xml... 2022-06-28T14:07:55,754 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425275741.xml... Done. 2022-06-28T14:07:55,768 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:55,771 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:07:55,776 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:00,747 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425275741... 2022-06-28T14:08:00,758 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:00,766 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:00,768 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:00,769 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:00,774 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425280767.xml... 2022-06-28T14:08:00,777 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425280767.xml... Done. 2022-06-28T14:08:00,778 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:00,778 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:00,778 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:05,772 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425280767... 2022-06-28T14:08:05,781 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:05,788 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:05,790 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:05,797 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425285789.xml... 2022-06-28T14:08:05,800 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425285789.xml... Done. 2022-06-28T14:08:05,801 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:05,801 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:05,801 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:10,796 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425285789... 2022-06-28T14:08:10,807 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:10,815 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:10,816 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:10,821 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:10,827 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425290815.xml... 2022-06-28T14:08:10,830 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425290815.xml... Done. 2022-06-28T14:08:10,831 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425245357.xml 2022-06-28T14:08:10,831 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:10,832 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:10,832 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:15,825 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425290815... 2022-06-28T14:08:15,837 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:15,846 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:15,847 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:15,848 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:15,851 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425295846.xml... 2022-06-28T14:08:15,854 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425295846.xml... Done. 2022-06-28T14:08:15,854 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425250594.xml 2022-06-28T14:08:15,855 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:15,855 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:15,855 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:20,851 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425295846... 2022-06-28T14:08:20,860 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:20,868 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:20,869 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:20,870 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:20,875 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425300868.xml... 2022-06-28T14:08:20,878 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425300868.xml... Done. 2022-06-28T14:08:20,878 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425255629.xml 2022-06-28T14:08:20,878 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:20,878 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:20,878 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:25,875 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425300868... 2022-06-28T14:08:25,880 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:25,887 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:25,889 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:25,890 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:25,892 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425305888.xml... 2022-06-28T14:08:25,895 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425305888.xml... Done. 2022-06-28T14:08:25,896 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425260658.xml 2022-06-28T14:08:25,896 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:25,896 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:25,896 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:30,892 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425305888... 2022-06-28T14:08:30,896 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:30,904 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:30,905 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:30,906 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:30,909 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425310904.xml... 2022-06-28T14:08:30,912 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425310904.xml... Done. 2022-06-28T14:08:30,912 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425265683.xml 2022-06-28T14:08:30,912 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:30,912 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:30,913 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:35,909 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425310904... 2022-06-28T14:08:35,913 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:35,921 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:35,922 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:35,930 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425315921.xml... 2022-06-28T14:08:35,933 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425315921.xml... Done. 2022-06-28T14:08:35,933 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425270710.xml 2022-06-28T14:08:35,933 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:35,934 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:35,934 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:40,926 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425315921... 2022-06-28T14:08:40,931 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:40,939 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:40,940 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:40,941 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:40,944 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425320939.xml... 2022-06-28T14:08:40,947 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425320939.xml... Done. 2022-06-28T14:08:40,947 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425275741.xml 2022-06-28T14:08:40,947 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:40,947 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:40,947 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:45,943 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425320939... 2022-06-28T14:08:45,948 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:45,955 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:45,957 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:45,958 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:45,960 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425325955.xml... 2022-06-28T14:08:45,963 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425325955.xml... Done. 2022-06-28T14:08:45,963 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425280767.xml 2022-06-28T14:08:45,964 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:45,964 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:45,964 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:50,961 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425325955... 2022-06-28T14:08:50,967 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:50,976 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:50,977 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:50,983 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425330976.xml... 2022-06-28T14:08:50,986 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425330976.xml... Done. 2022-06-28T14:08:50,986 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425285789.xml 2022-06-28T14:08:50,986 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:50,987 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:50,987 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:55,980 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425330976... 2022-06-28T14:08:55,985 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:55,993 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:08:55,994 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:08:55,995 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:55,998 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425335993.xml... 2022-06-28T14:08:56,001 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425335993.xml... Done. 2022-06-28T14:08:56,002 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425290815.xml 2022-06-28T14:08:56,002 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:56,002 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:08:56,002 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:00,997 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425335993... 2022-06-28T14:09:01,002 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:01,009 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:01,010 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:01,012 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:01,015 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425341009.xml... 2022-06-28T14:09:01,018 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425341009.xml... Done. 2022-06-28T14:09:01,019 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425295846.xml 2022-06-28T14:09:01,019 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:01,019 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:01,019 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:06,014 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425341009... 2022-06-28T14:09:06,024 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:06,035 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:06,036 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:06,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:06,041 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425346035.xml... 2022-06-28T14:09:06,043 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425346035.xml... Done. 2022-06-28T14:09:06,044 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425300868.xml 2022-06-28T14:09:06,044 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:06,044 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:06,045 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:11,040 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425346035... 2022-06-28T14:09:11,045 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:11,052 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:11,054 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:11,055 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:11,058 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425351053.xml... 2022-06-28T14:09:11,061 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425351053.xml... Done. 2022-06-28T14:09:11,062 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425305888.xml 2022-06-28T14:09:11,062 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:11,062 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:11,062 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:16,057 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425351053... 2022-06-28T14:09:16,062 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:16,071 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:16,073 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:16,075 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425356071.xml... 2022-06-28T14:09:16,078 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425356071.xml... Done. 2022-06-28T14:09:16,079 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425310904.xml 2022-06-28T14:09:16,079 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:16,079 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:16,079 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:21,075 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425356071... 2022-06-28T14:09:21,079 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:21,086 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:21,088 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:21,089 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:21,091 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425361087.xml... 2022-06-28T14:09:21,100 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425361087.xml... Done. 2022-06-28T14:09:21,100 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425315921.xml 2022-06-28T14:09:21,100 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:21,101 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:21,101 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:26,091 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425361087... 2022-06-28T14:09:26,096 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:26,104 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:26,106 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:26,109 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425366104.xml... 2022-06-28T14:09:26,115 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425366104.xml... Done. 2022-06-28T14:09:26,116 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425320939.xml 2022-06-28T14:09:26,116 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:26,116 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:26,116 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:31,109 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425366104... 2022-06-28T14:09:31,113 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:31,120 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:31,122 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:31,123 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:31,128 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425371121.xml... 2022-06-28T14:09:31,131 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425371121.xml... Done. 2022-06-28T14:09:31,131 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425325955.xml 2022-06-28T14:09:31,131 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:31,131 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:31,132 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:36,129 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425371121... 2022-06-28T14:09:36,133 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:36,140 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:36,141 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:36,144 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425376140.xml... 2022-06-28T14:09:36,152 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425376140.xml... Done. 2022-06-28T14:09:36,152 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425330976.xml 2022-06-28T14:09:36,153 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:36,153 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:36,153 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:41,144 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425376140... 2022-06-28T14:09:41,148 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:41,156 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:41,157 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:41,158 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:41,160 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425381156.xml... 2022-06-28T14:09:41,163 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425381156.xml... Done. 2022-06-28T14:09:41,163 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425335993.xml 2022-06-28T14:09:41,163 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:41,163 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:41,164 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:46,160 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425381156... 2022-06-28T14:09:46,165 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:46,174 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:46,175 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:46,176 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:46,179 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425386174.xml... 2022-06-28T14:09:46,182 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425386174.xml... Done. 2022-06-28T14:09:46,182 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425341009.xml 2022-06-28T14:09:46,183 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:46,183 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:46,183 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:51,179 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425386174... 2022-06-28T14:09:51,184 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:51,192 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:51,193 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:51,194 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:51,197 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425391192.xml... 2022-06-28T14:09:51,200 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425391192.xml... Done. 2022-06-28T14:09:51,201 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425346035.xml 2022-06-28T14:09:51,201 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:51,201 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:51,201 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:56,195 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425391192... 2022-06-28T14:09:56,200 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:56,207 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:09:56,209 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:09:56,210 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:56,213 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425396208.xml... 2022-06-28T14:09:56,216 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425396208.xml... Done. 2022-06-28T14:09:56,219 [pool-12-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/kura/user/snapshots/snapshot_1656425351053.xml 2022-06-28T14:09:56,219 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:56,219 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:56,219 [pool-12-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 150.649 s - in org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest shouldSerializeRoleCredentials(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.055 s shouldSupportRemovingBasicMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.058 s shouldSupportRemovingRequiredMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.058 s shouldHaveDefaultConfig(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 0 s shouldSerializeRoleProperties(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.034 s shouldCreateEmptyUser(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 10.036 s shouldSupportRemovingRoleProperties(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 20.077 s shouldSupportBasicMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 5.015 s shouldSupportRequiredMembers(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 5.016 s shouldSupportRemovingRoleCredentials(org.eclipse.kura.useradmin.store.test.RoleRepositoryStoreTest) Time elapsed: 20.068 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:09:56,271 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:09:56,272 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:09:56,272 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:09:56,272 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:09:56,273 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:09:56,273 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:09:56,273 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:09:56,277 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:09:56,278 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:09:56,278 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:09:56,281 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:09:56,286 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:09:56,286 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T14:09:56,286 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:09:56,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:09:56,287 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:09:56,287 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:09:56,287 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:09:56,287 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:09:56,287 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:09:56,289 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:09:56,289 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:09:56,289 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:09:56,289 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:09:56,290 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:09:56,290 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:09:56,292 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:09:56,292 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T14:09:56,293 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T14:09:56,293 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:09:56,293 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:09:56,293 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:09:56,294 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:09:56,296 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:09:56,296 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:09:56,296 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:09:56,297 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:09:56,297 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:09:56,297 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:09:56,297 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:09:56,297 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:09:56,340 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:09:56,341 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:09:56,342 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:09:56,345 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:09:56,345 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:09:56,346 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:09:56,490 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:09:57,346 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:09:57,351 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:09:57,354 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:09:57,357 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:09:57,358 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:09:57,373 [Framework stop - Equinox Container: 550c7188-9ef4-4f2c-ad25-0e49c3b20679] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.useradmin.store.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.util.wire.test' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.useradmin.store.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.useradmin.store.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/org.eclipse.kura.useradmin.store.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store.test/5.1.2/org.eclipse.kura.useradmin.store.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store.test/5.1.2/org.eclipse.kura.useradmin.store.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/org.eclipse.kura.useradmin.store.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store.test/5.1.2/org.eclipse.kura.useradmin.store.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store.test/5.1.2/org.eclipse.kura.useradmin.store.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.useradmin.store.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.useradmin.store.test/5.1.2/org.eclipse.kura.useradmin.store.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.useradmin.store.test --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.core.keystore.test >-------- [INFO] Building org.eclipse.kura.core.keystore.test 5.1.2 [170/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.core.keystore.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.core.keystore.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.core.keystore.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.core.keystore.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.core.keystore.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.core.keystore.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.core.keystore.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.core.keystore.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.core.keystore.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.keystore.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.core.keystore.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.core.keystore.test.KeystoreServiceOptionsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.148 s - in org.eclipse.kura.core.keystore.test.KeystoreServiceOptionsTest [INFO] Running org.eclipse.kura.core.keystore.test.FilesystemKeystoreServiceImplTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.602 s - in org.eclipse.kura.core.keystore.test.FilesystemKeystoreServiceImplTest [INFO] Running org.eclipse.kura.core.keystore.util.test.KeystoreRemoteServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.kura.core.keystore.util.test.KeystoreRemoteServiceTest [INFO] Running org.eclipse.kura.core.keystore.crl.test.FilesystemKeystoreServiceImplCrlTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.023 s - in org.eclipse.kura.core.keystore.crl.test.FilesystemKeystoreServiceImplCrlTest [INFO] Running org.eclipse.kura.core.keystore.request.handler.test.KeystoreServiceRequestHandlerTest 14:11:37.642 [main] ERROR org.eclipse.kura.core.keystore.request.handler.KeystoreServiceRequestHandlerV1 - Resource not found 14:11:37.659 [main] ERROR org.eclipse.kura.core.keystore.request.handler.KeystoreServiceRequestHandlerV1 - Resource not found [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 s - in org.eclipse.kura.core.keystore.request.handler.test.KeystoreServiceRequestHandlerTest [INFO] Running org.eclipse.kura.core.keystore.rest.provider.test.KeystoreRestServiceTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kura.core.keystore.rest.provider.test.KeystoreRestServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.core.keystore.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/org.eclipse.kura.core.keystore.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.core.keystore.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.core.keystore.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/org.eclipse.kura.core.keystore.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.core.keystore.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.core.keystore.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.core.keystore.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/surefire.properties] 2022-06-28T14:11:41,591 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:11:41,996 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:11:42,008 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-160801 2022-06-28T14:11:42,088 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:11:42,088 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:11:42,089 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:11:42,089 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:11:42,089 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:11:42,089 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura 2022-06-28T14:11:42,089 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:11:42,089 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:11:42,090 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots 2022-06-28T14:11:42,090 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/tmp 2022-06-28T14:11:42,090 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:11:42,092 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:11:42,139 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:11:42,203 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:11:42,205 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:11:42,363 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:11:42,363 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:11:42,398 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:11:42,509 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:11:42,519 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:11:42,519 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:11:42,554 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:42,555 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:42,555 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:42,560 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:11:42,560 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:11:42,562 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:42,562 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:11:42,562 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:11:42,562 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:11:42,565 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:11:42,565 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:11:42,565 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:11:42,568 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:42,568 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:42,568 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:42,571 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:11:42,571 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:11:42,572 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:42,572 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:11:42,572 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:11:42,572 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:11:42,575 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:11:42,576 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:11:42,576 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:11:42,579 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:42,579 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:42,579 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:42,582 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:11:42,582 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:11:42,582 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:42,590 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:11:42,590 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:11:42,590 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:11:42,593 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:11:42,593 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:11:42,593 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:11:42,593 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:11:42,594 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:11:42,609 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:11:42,657 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:11:42,658 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:11:42,659 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:11:42,703 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:11:42,737 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:42,741 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:42,741 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:11:42,741 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:11:42,744 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:11:42,744 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:11:42,744 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:11:42,747 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:11:42,760 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:11:42,760 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:42,769 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:42,769 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:11:42,769 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:11:42,769 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:11:42,773 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:11:42,773 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:11:42,773 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:11:42,774 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:42,778 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:42,784 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:11:42,784 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:11:42,787 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:11:42,794 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:11:42,796 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:11:42,796 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:11:42,836 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:11:42,841 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:11:42,844 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:11:42,851 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:11:42,851 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:11:42,854 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:11:42,858 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:11:42,861 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:11:42,869 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:11:42,869 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:11:42,873 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:11:42,894 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:11:42,895 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:11:42,895 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:11:42,895 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:11:42,895 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:11:42,895 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:11:42,941 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:11:42,941 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:11:42,945 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:11:42,950 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:11:42,952 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:11:42,953 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:11:42,953 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:11:42,954 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:11:42,954 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:11:42,954 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:11:42,957 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:11:42,961 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:11:42,961 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:11:42,962 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:11:42,963 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:11:42,998 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots/snapshot_1656425502985.xml... 2022-06-28T14:11:43,001 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/kura/user/snapshots/snapshot_1656425502985.xml... Done. 2022-06-28T14:11:43,002 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:11:43,002 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:11:43,002 [Start Level: Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:11:43,002 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:11:43,002 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:11:43,046 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:11:43,063 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:11:43,066 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:11:43,067 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:11:43,067 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:11:43,067 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:11:43,147 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:11:43,159 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:11:43,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:11:43,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:11:43,180 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:11:43,180 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:11:43,180 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:43,181 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:11:43,181 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:11:43,182 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:11:43,183 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:11:43,184 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:11:43,185 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:11:43,185 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:11:43,185 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:11:43,185 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:11:43,188 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:11:43,189 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:11:43,189 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:11:43,189 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:11:43,190 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:11:43,190 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:11:43,190 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:11:43,190 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:11:43,191 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:11:43,191 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:11:43,193 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:11:43,193 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:11:43,193 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:11:43,194 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:11:43,195 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:43,195 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:11:43,195 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:43,195 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:11:43,195 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:11:43,195 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:11:43,238 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:11:43,238 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:11:43,238 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:11:43,239 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:11:43,239 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:11:43,240 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:11:43,240 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:11:43,240 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:11:43,240 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:11:43,240 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:11:43,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:11:43,242 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:11:43,242 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:11:43,243 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:11:43,243 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:11:43,245 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:11:43,264 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:11:44,244 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:11:44,251 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:11:44,253 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:11:44,257 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:11:44,259 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:11:44,274 [Framework stop - Equinox Container: f4eb3227-5d31-4821-8e4f-554071d3cbb1] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.core.keystore.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.core.keystore.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.core.keystore.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/org.eclipse.kura.core.keystore.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore.test/5.1.2/org.eclipse.kura.core.keystore.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore.test/5.1.2/org.eclipse.kura.core.keystore.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/org.eclipse.kura.core.keystore.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore.test/5.1.2/org.eclipse.kura.core.keystore.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore.test/5.1.2/org.eclipse.kura.core.keystore.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.core.keystore.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.core.keystore.test/5.1.2/org.eclipse.kura.core.keystore.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.core.keystore.test --- [INFO] [INFO] ---< org.eclipse.kura:org.eclipse.kura.log.filesystem.provider.test >--- [INFO] Building org.eclipse.kura.log.filesystem.provider.test 5.1.2 [171/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.log.filesystem.provider.KuraLogLineParserTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.eclipse.kura.log.filesystem.provider.KuraLogLineParserTest [INFO] Running org.eclipse.kura.log.filesystem.provider.FilesystemLogProviderTest 14:11:47.511 [Thread-5] ERROR org.eclipse.kura.log.filesystem.provider.FilesystemLogProvider - File '/tmp/kuratesterror6132484702147112293.log' not found. 14:11:47.564 [Thread-8] ERROR org.eclipse.kura.log.filesystem.provider.FilesystemLogProvider - File 'this/is/a/nonexistent/path' not found. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.032 s - in org.eclipse.kura.log.filesystem.provider.FilesystemLogProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/org.eclipse.kura.log.filesystem.provider.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/org.eclipse.kura.log.filesystem.provider.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/surefire.properties] 2022-06-28T14:11:51,107 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:11:51,470 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:11:51,481 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-838332 2022-06-28T14:11:51,571 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:11:51,571 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:11:51,571 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:11:51,571 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:11:51,571 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:11:51,572 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura 2022-06-28T14:11:51,572 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:11:51,572 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:11:51,572 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots 2022-06-28T14:11:51,572 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/tmp 2022-06-28T14:11:51,572 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:11:51,575 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:11:51,611 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:11:51,687 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:11:51,689 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:11:51,842 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:11:51,842 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:11:51,871 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:11:51,976 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:11:51,988 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:11:51,988 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:11:52,024 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:52,025 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:52,025 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:52,031 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:11:52,031 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:11:52,032 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:52,032 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:11:52,032 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:11:52,033 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:11:52,036 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:11:52,036 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:11:52,036 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:11:52,042 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:52,042 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:52,042 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:52,045 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:11:52,045 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:11:52,046 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:52,046 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:11:52,046 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:11:52,046 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:11:52,049 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:11:52,049 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:11:52,049 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:11:52,052 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:52,052 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:52,052 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:52,055 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:11:52,055 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:11:52,055 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:52,063 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:11:52,063 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:11:52,063 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:11:52,063 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:11:52,063 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:11:52,066 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:11:52,066 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:11:52,066 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:11:52,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:11:52,095 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:11:52,095 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:11:52,097 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:11:52,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:11:52,172 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:52,175 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:52,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:11:52,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:11:52,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:11:52,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:11:52,179 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:11:52,182 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:11:52,184 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:11:52,185 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:52,204 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:52,204 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:11:52,204 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:11:52,204 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:11:52,238 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:11:52,239 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:11:52,239 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:11:52,239 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:52,241 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:52,245 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:11:52,245 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:11:52,248 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:11:52,253 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:11:52,255 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:11:52,256 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:11:52,259 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:11:52,262 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:11:52,265 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:11:52,271 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:11:52,271 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:11:52,275 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:11:52,278 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:11:52,283 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:11:52,287 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:11:52,287 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:11:52,290 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:11:52,347 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:11:52,347 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:11:52,348 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:11:52,348 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:11:52,348 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:11:52,348 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:11:52,351 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:11:52,351 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:11:52,354 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:11:52,364 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:11:52,372 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:11:52,372 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:11:52,372 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:11:52,372 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:11:52,373 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:11:52,373 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:11:52,376 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:11:52,379 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:11:52,379 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:11:52,379 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:11:52,380 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:11:52,441 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots/snapshot_1656425512397.xml... 2022-06-28T14:11:52,445 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/kura/user/snapshots/snapshot_1656425512397.xml... Done. 2022-06-28T14:11:52,445 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:11:52,445 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:11:52,445 [Start Level: Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:11:52,445 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:11:52,445 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:11:52,466 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:11:52,484 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:11:52,487 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:11:52,487 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:11:52,487 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:11:52,487 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:11:52,505 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.log.filesystem.provider.FilesystemLogProvider ... 2022-06-28T14:11:52,560 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:11:52,579 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:11:52,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:11:52,590 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:11:52,602 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:11:52,636 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:11:52,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:11:52,639 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:11:52,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:11:52,639 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:11:52,640 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:11:52,640 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:11:52,640 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:11:52,641 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:11:52,641 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:11:52,644 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:11:52,647 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:11:52,647 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:11:52,647 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:11:52,648 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:11:52,649 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:11:52,649 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:11:52,649 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:11:52,649 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:11:52,650 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:11:52,651 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:11:52,651 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:11:52,651 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:11:52,651 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:11:52,651 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:11:52,652 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:11:52,653 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:11:52,653 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:11:52,653 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:11:52,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:11:52,653 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:11:52,653 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:11:52,653 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:11:52,655 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:11:52,656 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:11:52,656 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:11:52,656 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:11:52,657 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:11:52,657 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:11:52,657 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:11:52,657 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:11:52,658 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:11:52,658 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:11:52,658 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:11:52,661 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:11:52,662 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:11:52,667 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:11:52,670 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:11:52,673 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:11:52,673 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:11:52,673 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:11:52,673 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:11:52,694 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:11:53,674 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:11:53,680 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:11:53,682 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:11:53,685 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:11:53,686 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:11:53,706 [Framework stop - Equinox Container: 273d2ed5-c24f-4bb0-8dc4-c46cecc011e4] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.log.filesystem.provider' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/org.eclipse.kura.log.filesystem.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider.test/5.1.2/org.eclipse.kura.log.filesystem.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider.test/5.1.2/org.eclipse.kura.log.filesystem.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/org.eclipse.kura.log.filesystem.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider.test/5.1.2/org.eclipse.kura.log.filesystem.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider.test/5.1.2/org.eclipse.kura.log.filesystem.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.log.filesystem.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.log.filesystem.provider.test/5.1.2/org.eclipse.kura.log.filesystem.provider.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.log.filesystem.provider.test --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.rest.configuration.provider.test >-- [INFO] Building org.eclipse.kura.rest.configuration.provider.test 5.1.2 [172/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.rest.configuration.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/org.eclipse.kura.rest.configuration.provider.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/org.eclipse.kura.rest.configuration.provider.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.rest.configuration.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.configuration.provider.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/surefire.properties] 2022-06-28T14:11:59,084 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:11:59,548 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:11:59,564 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-249784 2022-06-28T14:11:59,638 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:11:59,638 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:11:59,638 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:11:59,638 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:11:59,638 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:11:59,638 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura 2022-06-28T14:11:59,639 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:11:59,639 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:11:59,639 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots 2022-06-28T14:11:59,639 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/tmp 2022-06-28T14:11:59,639 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:11:59,642 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:11:59,673 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:11:59,756 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:11:59,758 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:11:59,901 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:11:59,901 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:11:59,940 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:12:00,040 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:12:00,047 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:12:00,047 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:12:00,089 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:00,090 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:00,090 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:00,096 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:12:00,096 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:12:00,097 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:00,098 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:12:00,098 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:12:00,098 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:12:00,101 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:12:00,101 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:12:00,102 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:12:00,105 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:00,105 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:00,105 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:00,108 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:12:00,108 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:12:00,108 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:00,109 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:12:00,109 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:12:00,109 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:12:00,112 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:12:00,112 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:12:00,113 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:12:00,116 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:00,116 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:00,116 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:00,120 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:12:00,120 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:12:00,120 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:00,139 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:12:00,139 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:12:00,139 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:12:00,142 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:12:00,142 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:12:00,143 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:12:00,152 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:12:00,152 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:12:00,171 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:12:00,206 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:12:00,207 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:12:00,208 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:12:00,271 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2022-06-28T14:12:00,273 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:00,276 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:00,286 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:12:00,287 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:00,290 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:00,290 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:12:00,290 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:12:00,294 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:12:00,294 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:12:00,294 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:12:00,301 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:12:00,342 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:12:00,342 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:00,346 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:00,346 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:12:00,346 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:12:00,346 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:12:00,352 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:12:00,352 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:12:00,352 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:12:00,353 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:00,355 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:00,359 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:12:00,360 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:12:00,363 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:12:00,369 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:12:00,370 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:12:00,373 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:12:00,376 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:12:00,379 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:12:00,383 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:12:00,384 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:12:00,385 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:12:00,388 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:12:00,391 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:12:00,394 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:12:00,398 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2022-06-28T14:12:00,399 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:12:00,402 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:12:00,442 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:12:00,442 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:00,445 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:00,460 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:12:00,461 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:12:00,461 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:12:00,461 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:12:00,461 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:12:00,461 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:12:00,464 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:12:00,464 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:00,467 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:00,474 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:12:00,476 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:12:00,477 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:12:00,478 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:12:00,478 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:12:00,478 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:12:00,478 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:12:00,481 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:12:00,487 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:12:00,487 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:12:00,488 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:00,489 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:12:00,558 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425520545.xml... 2022-06-28T14:12:00,562 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425520545.xml... Done. 2022-06-28T14:12:00,562 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:00,562 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:12:00,562 [Start Level: Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:12:00,562 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:12:00,562 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:12:00,582 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:12:00,638 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:12:00,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:12:00,644 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:00,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:00,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:12:00,675 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:12:00,676 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:12:00,751 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @5557ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest 2022-06-28T14:12:01,009 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:12:01,063 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:12:01,063 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:12:01,066 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:12:01,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T14:12:01,249 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@2c8d4c7c{/,null,AVAILABLE} 2022-06-28T14:12:01,252 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2022-06-28T14:12:01,269 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@53ff7ae{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:12:01,269 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @6076ms 2022-06-28T14:12:01,269 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:12:01,269 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:12:01,269 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:12:01,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:12:01,270 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:12:01,301 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:12:01,315 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:12:01,324 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:12:01,324 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:12:01,343 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:12:01,344 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:12:01,345 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:12:01,345 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:01,345 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:01,345 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:12:01,371 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2022-06-28T14:12:01,371 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2022-06-28T14:12:01,381 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:12:01,381 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:12:01,382 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:12:01,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:12:01,382 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:12:01,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:12:01,383 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:12:01,383 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:01,384 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:01,384 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:12:01,386 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:12:01,386 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:12:01,398 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:12:01,400 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:12:01,401 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:12:01,401 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T14:12:01,659 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T14:12:01,661 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T14:12:01,662 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:12:01,662 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:12:01,699 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:12:01,700 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:01,703 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:01,704 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:01,704 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:01,704 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:12:01,704 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:12:01,704 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T14:12:01,738 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:12:01,740 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:12:01,740 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:12:01,740 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T14:12:01,742 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T14:12:02,253 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:02,346 [pool-17-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:12:02,450 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:12:03,253 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:03,399 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T14:12:03,399 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T14:12:03,411 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T14:12:04,254 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:05,254 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:06,255 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:07,256 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:07,461 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425520545... 2022-06-28T14:12:07,477 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:07,487 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:12:07,488 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:12:07,509 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425527487.xml... 2022-06-28T14:12:07,512 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425527487.xml... Done. 2022-06-28T14:12:07,512 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:07,512 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:07,512 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:08,257 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:09,258 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:10,259 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:16,372 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,417 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,463 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,468 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,485 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,489 [qtp1441933813-90] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:16,496 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,500 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,509 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,537 [qtp1441933813-90] WARN AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:16,542 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,543 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,549 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,551 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,557 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,558 [qtp1441933813-93] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:16,563 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,565 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,572 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,573 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,580 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,581 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,586 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,589 [qtp1441933813-93] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:16,596 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,598 [qtp1441933813-90] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:16,603 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,603 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,641 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,644 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,650 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,659 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,665 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,666 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,673 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,675 [qtp1441933813-93] WARN AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:16,680 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,681 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,685 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,686 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,691 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,693 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,697 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,699 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,708 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,736 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,743 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,746 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,751 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,752 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,756 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,758 [qtp1441933813-93] WARN AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:16,762 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,762 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,767 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,767 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,774 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_write, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,775 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_write, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,780 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,781 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,786 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,787 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,793 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,794 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,801 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,801 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,839 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,840 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,848 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,851 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,855 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,855 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,860 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,862 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,868 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,870 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,875 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,876 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,879 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/factoryComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,879 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/factoryComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,886 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,887 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,893 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,894 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,900 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,900 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,939 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,940 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,946 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,948 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,954 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,955 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,960 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,960 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,965 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid/_default, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,966 [qtp1441933813-93] WARN o.e.k.i.r.c.ConfigurationRestService - failed to get default configuration for foo org.eclipse.kura.KuraException: Bad request. {0} at org.eclipse.kura.internal.rest.configuration.ConfigurationRestService.listDefaultComponentConfiguration(ConfigurationRestService.java:400) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:205) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102) at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) at org.glassfish.jersey.internal.Errors.process(Errors.java:315) at org.glassfish.jersey.internal.Errors.process(Errors.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:267) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228) at com.eclipsesource.jaxrs.publisher.internal.ServletContainerBridge.service(ServletContainerBridge.java:76) at org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl$LegacyServlet.service(HttpServiceRuntimeImpl.java:1459) at org.eclipse.equinox.http.servlet.internal.registration.EndpointRegistration.service(EndpointRegistration.java:159) at org.eclipse.equinox.http.servlet.internal.servlet.ResponseStateHandler.processRequest(ResponseStateHandler.java:67) at org.eclipse.equinox.http.servlet.internal.context.DispatchTargets.doDispatch(DispatchTargets.java:117) at org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet.dispatch(ProxyServlet.java:147) at org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet.preprocess(ProxyServlet.java:115) at org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet.service(ProxyServlet.java:104) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:305) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:713) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400) at org.eclipse.jetty.server.HttpChannel$$Lambda$145/0x000000005000f320.dispatch(Unknown Source) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:823) 2022-06-28T14:12:16,967 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid/_default, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,971 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,971 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,977 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,978 [qtp1441933813-93] WARN AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:16,984 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,985 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,990 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:16,992 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:16,999 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,000 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,042 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,045 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,049 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,051 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,055 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,056 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,064 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,065 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,070 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid/_default, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,071 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid/_default, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,076 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,078 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,084 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,085 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,089 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,091 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,097 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,098 [qtp1441933813-93] WARN AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:17,105 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,106 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,140 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,143 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,147 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,149 [qtp1441933813-90] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:17,156 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,157 [qtp1441933813-93] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:17,161 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_write, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,162 [qtp1441933813-90] WARN AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/_write, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:17,166 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,170 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,176 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,178 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,183 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,184 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId/_rollback, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,189 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,191 [qtp1441933813-90] WARN AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:17,197 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,198 [qtp1441933813-93] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:17,202 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,204 [qtp1441933813-90] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:17,240 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,240 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,245 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,246 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,253 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,255 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/snapshots/byId, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,261 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,262 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/snapshots, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,268 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,269 [qtp1441933813-93] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,273 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,274 [qtp1441933813-90] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,279 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,279 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/configurableComponents/configurations, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,284 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,285 [qtp1441933813-90] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:17,292 [qtp1441933813-93] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,294 [qtp1441933813-93] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:17,300 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,302 [qtp1441933813-90] INFO AuditLogger - {rest.method=POST, rest.path=configuration/v2/configurableComponents/configurations/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,343 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/factoryComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,344 [qtp1441933813-93] INFO AuditLogger - {rest.method=GET, rest.path=configuration/v2/factoryComponents, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:17,349 [qtp1441933813-90] INFO AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:17,350 [qtp1441933813-90] WARN AuditLogger - {rest.method=PUT, rest.path=configuration/v2/configurableComponents/configurations/_update, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:17,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425527487... 2022-06-28T14:12:17,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:17,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T14:12:17,384 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:12:17,384 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:12:17,384 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:17,384 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:17,385 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:12:17,403 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425537383.xml... 2022-06-28T14:12:17,406 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425537383.xml... Done. 2022-06-28T14:12:17,407 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:17,407 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:17,407 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:17,409 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425537383... 2022-06-28T14:12:17,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:17,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2022-06-28T14:12:17,478 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425537449.xml... 2022-06-28T14:12:17,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425537449.xml... Done. 2022-06-28T14:12:17,481 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:17,481 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:17,481 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:17,504 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2022-06-28T14:12:17,504 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2022-06-28T14:12:17,569 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@5515f81f 2022-06-28T14:12:17,570 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2022-06-28T14:12:18,089 [ConfigurationListener Event Queue] WARN o.a.a.a.c.server - AMQ222018: AIO was not located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal 2022-06-28T14:12:18,090 [ConfigurationListener Event Queue] WARN o.a.a.a.c.server - AMQ222269: Please use a fixed value for "journal-pool-files". Default changed per https://issues.apache.org/jira/browse/ARTEMIS-1628 2022-06-28T14:12:18,138 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2022-06-28T14:12:18,138 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2022-06-28T14:12:18,163 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) 2022-06-28T14:12:18,180 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,610,612,736 2022-06-28T14:12:18,203 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2022-06-28T14:12:18,203 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2022-06-28T14:12:18,285 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2022-06-28T14:12:18,288 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2022-06-28T14:12:18,351 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2022-06-28T14:12:18,352 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2022-06-28T14:12:18,558 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2022-06-28T14:12:18,559 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2022-06-28T14:12:18,559 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=517e9e77-f6ec-11ec-bc48-0a580a28215f] 2022-06-28T14:12:18,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425537449... 2022-06-28T14:12:18,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:18,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2022-06-28T14:12:18,584 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2022-06-28T14:12:18,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425538583.xml... 2022-06-28T14:12:18,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425538583.xml... Done. 2022-06-28T14:12:18,603 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:18,603 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:18,603 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:18,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid observer 2022-06-28T14:12:18,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2022-06-28T14:12:18,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:18,608 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2022-06-28T14:12:18,611 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2022-06-28T14:12:18,612 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2022-06-28T14:12:18,613 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2022-06-28T14:12:18,613 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:18,615 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425538583... 2022-06-28T14:12:18,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425538627.xml... 2022-06-28T14:12:18,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/user/snapshots/snapshot_1656425538627.xml... Done. 2022-06-28T14:12:18,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:18,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2022-06-28T14:12:18,643 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating observer... 2022-06-28T14:12:18,644 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T14:12:18,644 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:18,644 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2022-06-28T14:12:18,644 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T14:12:18,645 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using file persistence for in-flight messages: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/kura/paho-persistence 2022-06-28T14:12:18,671 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:12:18,672 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T14:12:18,672 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T14:12:18,672 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = test 2022-06-28T14:12:18,672 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T14:12:18,672 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T14:12:18,672 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T14:12:18,673 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T14:12:18,673 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T14:12:18,673 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T14:12:18,673 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/test/MQTT/LWT 2022-06-28T14:12:18,673 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T14:12:18,673 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T14:12:18,673 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T14:12:18,674 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T14:12:19,103 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T14:12:19,103 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:12:19,104 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:12:19,104 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T14:12:19,104 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T14:12:19,104 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T14:12:19,171 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T14:12:19,184 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T14:12:19,193 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/MQTT/BIRTH with QoS: 0 2022-06-28T14:12:19,201 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/test/# with QoS: 1 2022-06-28T14:12:19,246 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T14:12:19,246 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T14:12:19,247 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:12:19,247 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T14:12:19,248 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T14:12:19,248 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2022-06-28T14:12:19,248 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T14:12:19,248 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T14:12:19,248 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T14:12:19,248 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T14:12:19,249 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T14:12:19,249 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T14:12:19,249 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2022-06-28T14:12:19,249 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T14:12:19,249 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T14:12:19,249 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T14:12:19,250 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T14:12:19,555 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T14:12:19,555 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:12:19,555 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T14:12:19,555 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2022-06-28T14:12:19,568 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:19,584 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:19,627 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:19,628 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/232781264, priority: 1 2022-06-28T14:12:19,634 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/232781264, priority: 1 2022-06-28T14:12:19,641 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/232781264 with QoS: 0 2022-06-28T14:12:19,645 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/232781264 2022-06-28T14:12:19,649 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:19,654 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:19,656 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:19,657 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/565349792, priority: 1 2022-06-28T14:12:19,668 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/565349792, priority: 1 2022-06-28T14:12:19,674 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/565349792 with QoS: 0 2022-06-28T14:12:19,679 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/565349792 2022-06-28T14:12:19,682 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:19,686 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:19,690 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:19,690 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-968512311, priority: 1 2022-06-28T14:12:19,699 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-968512311, priority: 1 2022-06-28T14:12:19,703 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-968512311 with QoS: 0 2022-06-28T14:12:19,737 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-968512311 2022-06-28T14:12:19,738 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:19,741 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:19,743 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:19,744 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1547863364, priority: 1 2022-06-28T14:12:19,753 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1547863364, priority: 1 2022-06-28T14:12:19,757 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1547863364 with QoS: 0 2022-06-28T14:12:19,763 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1547863364 2022-06-28T14:12:19,766 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/byId/_rollback with QoS: 0 2022-06-28T14:12:19,771 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/byId/_rollback 2022-06-28T14:12:19,773 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/snapshots/byId/_rollback} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:19,773 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1619340407, priority: 1 2022-06-28T14:12:19,784 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1619340407, priority: 1 2022-06-28T14:12:19,787 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1619340407 with QoS: 0 2022-06-28T14:12:19,790 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1619340407 2022-06-28T14:12:19,792 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:19,839 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:19,841 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:19,841 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-796742641, priority: 1 2022-06-28T14:12:19,853 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-796742641, priority: 1 2022-06-28T14:12:19,856 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-796742641 with QoS: 0 2022-06-28T14:12:19,860 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-796742641 2022-06-28T14:12:19,863 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:19,866 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:19,868 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:19,869 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1391741105, priority: 1 2022-06-28T14:12:19,881 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1391741105, priority: 1 2022-06-28T14:12:19,886 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1391741105 with QoS: 0 2022-06-28T14:12:19,890 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1391741105 2022-06-28T14:12:19,892 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:19,896 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:19,898 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:19,898 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/29438994, priority: 1 2022-06-28T14:12:19,938 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/29438994, priority: 1 2022-06-28T14:12:19,943 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/29438994 with QoS: 0 2022-06-28T14:12:19,947 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/29438994 2022-06-28T14:12:19,949 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents with QoS: 0 2022-06-28T14:12:19,954 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents 2022-06-28T14:12:19,955 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:19,955 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-927209057, priority: 1 2022-06-28T14:12:19,960 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-927209057, priority: 1 2022-06-28T14:12:19,963 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-927209057 with QoS: 0 2022-06-28T14:12:19,966 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-927209057 2022-06-28T14:12:19,969 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:19,972 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:19,974 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:19,975 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1545010863, priority: 1 2022-06-28T14:12:19,981 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1545010863, priority: 1 2022-06-28T14:12:19,984 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1545010863 with QoS: 0 2022-06-28T14:12:19,987 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1545010863 2022-06-28T14:12:19,992 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:19,996 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:20,038 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,038 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-387298202, priority: 1 2022-06-28T14:12:20,048 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-387298202, priority: 1 2022-06-28T14:12:20,050 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-387298202 with QoS: 0 2022-06-28T14:12:20,054 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-387298202 2022-06-28T14:12:20,057 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:20,061 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:20,062 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:20,063 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1751174858, priority: 1 2022-06-28T14:12:20,078 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1751174858, priority: 1 2022-06-28T14:12:20,081 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1751174858 with QoS: 0 2022-06-28T14:12:20,085 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1751174858 2022-06-28T14:12:20,087 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:20,091 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:20,092 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:20,093 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/592390129, priority: 1 2022-06-28T14:12:20,140 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/592390129, priority: 1 2022-06-28T14:12:20,143 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/592390129 with QoS: 0 2022-06-28T14:12:20,146 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/592390129 2022-06-28T14:12:20,149 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:20,153 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:20,154 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,155 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1228072215, priority: 1 2022-06-28T14:12:20,159 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1228072215, priority: 1 2022-06-28T14:12:20,162 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1228072215 with QoS: 0 2022-06-28T14:12:20,165 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1228072215 2022-06-28T14:12:20,168 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:20,172 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:20,173 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,183 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-848619466, priority: 1 2022-06-28T14:12:20,189 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-848619466, priority: 1 2022-06-28T14:12:20,193 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-848619466 with QoS: 0 2022-06-28T14:12:20,237 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-848619466 2022-06-28T14:12:20,239 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:20,243 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:20,244 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,245 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1991058105, priority: 1 2022-06-28T14:12:20,250 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1991058105, priority: 1 2022-06-28T14:12:20,252 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1991058105 with QoS: 0 2022-06-28T14:12:20,255 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1991058105 2022-06-28T14:12:20,257 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents with QoS: 0 2022-06-28T14:12:20,260 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents 2022-06-28T14:12:20,262 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,262 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1035525877, priority: 1 2022-06-28T14:12:20,270 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1035525877, priority: 1 2022-06-28T14:12:20,273 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1035525877 with QoS: 0 2022-06-28T14:12:20,276 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1035525877 2022-06-28T14:12:20,279 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:20,283 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:20,284 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:20,285 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-605751584, priority: 1 2022-06-28T14:12:20,289 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-605751584, priority: 1 2022-06-28T14:12:20,337 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-605751584 with QoS: 0 2022-06-28T14:12:20,340 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-605751584 2022-06-28T14:12:20,342 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:20,345 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:20,346 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,346 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/811803960, priority: 1 2022-06-28T14:12:20,356 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/811803960, priority: 1 2022-06-28T14:12:20,360 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/811803960 with QoS: 0 2022-06-28T14:12:20,362 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/811803960 2022-06-28T14:12:20,364 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:20,367 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:20,369 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,369 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/641897612, priority: 1 2022-06-28T14:12:20,376 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/641897612, priority: 1 2022-06-28T14:12:20,378 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/641897612 with QoS: 0 2022-06-28T14:12:20,382 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/641897612 2022-06-28T14:12:20,384 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:20,387 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:20,438 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,438 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1209572730, priority: 1 2022-06-28T14:12:20,444 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1209572730, priority: 1 2022-06-28T14:12:20,447 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1209572730 with QoS: 0 2022-06-28T14:12:20,453 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1209572730 2022-06-28T14:12:20,459 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:20,461 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:20,462 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,463 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/239631920, priority: 1 2022-06-28T14:12:20,468 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/239631920, priority: 1 2022-06-28T14:12:20,470 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/239631920 with QoS: 0 2022-06-28T14:12:20,473 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/239631920 2022-06-28T14:12:20,476 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:20,478 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:20,481 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,481 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1494940354, priority: 1 2022-06-28T14:12:20,536 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1494940354, priority: 1 2022-06-28T14:12:20,539 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1494940354 with QoS: 0 2022-06-28T14:12:20,542 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1494940354 2022-06-28T14:12:20,545 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:20,548 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:20,549 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,550 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1868430514, priority: 1 2022-06-28T14:12:20,556 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1868430514, priority: 1 2022-06-28T14:12:20,558 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1868430514 with QoS: 0 2022-06-28T14:12:20,561 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1868430514 2022-06-28T14:12:20,563 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:20,566 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:20,567 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,568 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1139707986, priority: 1 2022-06-28T14:12:20,575 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1139707986, priority: 1 2022-06-28T14:12:20,578 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1139707986 with QoS: 0 2022-06-28T14:12:20,581 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1139707986 2022-06-28T14:12:20,583 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:20,585 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:20,586 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:20,587 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1655994475, priority: 1 2022-06-28T14:12:20,641 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1655994475, priority: 1 2022-06-28T14:12:20,645 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1655994475 with QoS: 0 2022-06-28T14:12:20,648 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1655994475 2022-06-28T14:12:20,651 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:20,655 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:20,657 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,657 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1463682742, priority: 1 2022-06-28T14:12:20,662 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1463682742, priority: 1 2022-06-28T14:12:20,664 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1463682742 with QoS: 0 2022-06-28T14:12:20,668 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1463682742 2022-06-28T14:12:20,672 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:20,675 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:20,677 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,677 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1442808118, priority: 1 2022-06-28T14:12:20,682 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1442808118, priority: 1 2022-06-28T14:12:20,686 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1442808118 with QoS: 0 2022-06-28T14:12:20,689 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1442808118 2022-06-28T14:12:20,737 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_write with QoS: 0 2022-06-28T14:12:20,742 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_write 2022-06-28T14:12:20,743 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/snapshots/_write} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,743 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-88849819, priority: 1 2022-06-28T14:12:20,750 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-88849819, priority: 1 2022-06-28T14:12:20,752 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-88849819 with QoS: 0 2022-06-28T14:12:20,755 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-88849819 2022-06-28T14:12:20,757 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:20,761 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:20,762 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,763 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1507484909, priority: 1 2022-06-28T14:12:20,769 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1507484909, priority: 1 2022-06-28T14:12:20,772 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1507484909 with QoS: 0 2022-06-28T14:12:20,775 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1507484909 2022-06-28T14:12:20,778 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:20,781 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:20,782 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,783 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1522861522, priority: 1 2022-06-28T14:12:20,789 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1522861522, priority: 1 2022-06-28T14:12:20,793 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1522861522 with QoS: 0 2022-06-28T14:12:20,841 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1522861522 2022-06-28T14:12:20,844 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:20,847 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:20,849 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,849 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-912938657, priority: 1 2022-06-28T14:12:20,857 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-912938657, priority: 1 2022-06-28T14:12:20,860 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-912938657 with QoS: 0 2022-06-28T14:12:20,863 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-912938657 2022-06-28T14:12:20,866 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:20,869 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:20,870 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,871 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1295545926, priority: 1 2022-06-28T14:12:20,878 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1295545926, priority: 1 2022-06-28T14:12:20,880 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1295545926 with QoS: 0 2022-06-28T14:12:20,884 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1295545926 2022-06-28T14:12:20,886 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:20,889 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:20,890 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,891 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1163424383, priority: 1 2022-06-28T14:12:20,942 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1163424383, priority: 1 2022-06-28T14:12:20,947 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1163424383 with QoS: 0 2022-06-28T14:12:20,950 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1163424383 2022-06-28T14:12:20,952 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:20,955 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:20,956 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,956 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1991592986, priority: 1 2022-06-28T14:12:20,962 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1991592986, priority: 1 2022-06-28T14:12:20,966 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1991592986 with QoS: 0 2022-06-28T14:12:20,971 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1991592986 2022-06-28T14:12:20,973 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:20,977 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:20,978 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:20,979 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1390898723, priority: 1 2022-06-28T14:12:20,987 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1390898723, priority: 1 2022-06-28T14:12:20,989 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1390898723 with QoS: 0 2022-06-28T14:12:20,992 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1390898723 2022-06-28T14:12:21,037 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:21,040 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:21,042 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,042 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1424065037, priority: 1 2022-06-28T14:12:21,048 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1424065037, priority: 1 2022-06-28T14:12:21,050 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1424065037 with QoS: 0 2022-06-28T14:12:21,053 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1424065037 2022-06-28T14:12:21,055 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:21,057 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:21,059 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,059 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-875216626, priority: 1 2022-06-28T14:12:21,067 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-875216626, priority: 1 2022-06-28T14:12:21,069 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-875216626 with QoS: 0 2022-06-28T14:12:21,072 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-875216626 2022-06-28T14:12:21,074 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:21,076 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:21,077 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,078 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1489930539, priority: 1 2022-06-28T14:12:21,083 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1489930539, priority: 1 2022-06-28T14:12:21,086 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1489930539 with QoS: 0 2022-06-28T14:12:21,090 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1489930539 2022-06-28T14:12:21,139 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/factoryComponents with QoS: 0 2022-06-28T14:12:21,143 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/factoryComponents 2022-06-28T14:12:21,144 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/factoryComponents} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,145 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1017798104, priority: 1 2022-06-28T14:12:21,150 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1017798104, priority: 1 2022-06-28T14:12:21,152 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1017798104 with QoS: 0 2022-06-28T14:12:21,154 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1017798104 2022-06-28T14:12:21,156 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:21,159 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:21,161 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,162 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1463901387, priority: 1 2022-06-28T14:12:21,169 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1463901387, priority: 1 2022-06-28T14:12:21,171 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1463901387 with QoS: 0 2022-06-28T14:12:21,174 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1463901387 2022-06-28T14:12:21,176 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:21,179 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:21,181 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,181 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/896950312, priority: 1 2022-06-28T14:12:21,188 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/896950312, priority: 1 2022-06-28T14:12:21,190 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/896950312 with QoS: 0 2022-06-28T14:12:21,238 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/896950312 2022-06-28T14:12:21,241 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:21,244 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:21,246 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,246 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-161214235, priority: 1 2022-06-28T14:12:21,251 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-161214235, priority: 1 2022-06-28T14:12:21,254 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-161214235 with QoS: 0 2022-06-28T14:12:21,257 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-161214235 2022-06-28T14:12:21,259 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:21,262 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:21,264 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,264 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-878000335, priority: 1 2022-06-28T14:12:21,270 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-878000335, priority: 1 2022-06-28T14:12:21,272 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-878000335 with QoS: 0 2022-06-28T14:12:21,274 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-878000335 2022-06-28T14:12:21,276 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:21,279 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:21,280 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,281 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/105668578, priority: 1 2022-06-28T14:12:21,287 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/105668578, priority: 1 2022-06-28T14:12:21,290 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/105668578 with QoS: 0 2022-06-28T14:12:21,338 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/105668578 2022-06-28T14:12:21,341 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:21,344 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:21,345 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,346 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1856402818, priority: 1 2022-06-28T14:12:21,351 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1856402818, priority: 1 2022-06-28T14:12:21,353 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1856402818 with QoS: 0 2022-06-28T14:12:21,356 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1856402818 2022-06-28T14:12:21,359 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:21,362 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:21,363 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,364 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1325595523, priority: 1 2022-06-28T14:12:21,369 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1325595523, priority: 1 2022-06-28T14:12:21,371 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1325595523 with QoS: 0 2022-06-28T14:12:21,375 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1325595523 2022-06-28T14:12:21,377 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid/_default with QoS: 0 2022-06-28T14:12:21,381 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid/_default 2022-06-28T14:12:21,382 [pool-9-thread-1] WARN o.e.k.i.r.c.ConfigurationRestService - failed to get default configuration for foo org.eclipse.kura.KuraException: Bad request. {0} at org.eclipse.kura.internal.rest.configuration.ConfigurationRestService.listDefaultComponentConfiguration(ConfigurationRestService.java:400) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.kura.request.handler.jaxrs.JaxRsRequestHandlerProxy.invoke(JaxRsRequestHandlerProxy.java:209) at org.eclipse.kura.request.handler.jaxrs.JaxRsRequestHandlerProxy.dispatch(JaxRsRequestHandlerProxy.java:198) at org.eclipse.kura.request.handler.jaxrs.JaxRsRequestHandlerProxy.doPost(JaxRsRequestHandlerProxy.java:71) at org.eclipse.kura.core.cloud.MessageHandlerCallable.call(MessageHandlerCallable.java:144) at org.eclipse.kura.core.cloud.MessageHandlerCallable.call(MessageHandlerCallable.java:1) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:823) 2022-06-28T14:12:21,383 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid/_default} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,383 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1353244825, priority: 1 2022-06-28T14:12:21,437 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1353244825, priority: 1 2022-06-28T14:12:21,440 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1353244825 with QoS: 0 2022-06-28T14:12:21,443 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1353244825 2022-06-28T14:12:21,445 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_rollback with QoS: 0 2022-06-28T14:12:21,448 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_rollback 2022-06-28T14:12:21,449 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/snapshots/_rollback} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,449 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-896417023, priority: 1 2022-06-28T14:12:21,456 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-896417023, priority: 1 2022-06-28T14:12:21,459 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-896417023 with QoS: 0 2022-06-28T14:12:21,462 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-896417023 2022-06-28T14:12:21,464 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_rollback with QoS: 0 2022-06-28T14:12:21,466 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_rollback 2022-06-28T14:12:21,467 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/snapshots/_rollback} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:21,467 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-754227605, priority: 1 2022-06-28T14:12:21,474 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-754227605, priority: 1 2022-06-28T14:12:21,478 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-754227605 with QoS: 0 2022-06-28T14:12:21,482 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-754227605 2022-06-28T14:12:21,485 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:21,488 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:21,490 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,490 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1973187929, priority: 1 2022-06-28T14:12:21,493 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1973187929, priority: 1 2022-06-28T14:12:21,539 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1973187929 with QoS: 0 2022-06-28T14:12:21,542 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1973187929 2022-06-28T14:12:21,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:21,549 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:21,551 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,551 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-220260426, priority: 1 2022-06-28T14:12:21,560 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-220260426, priority: 1 2022-06-28T14:12:21,563 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-220260426 with QoS: 0 2022-06-28T14:12:21,566 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-220260426 2022-06-28T14:12:21,568 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:21,571 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:21,572 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,573 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-393038163, priority: 1 2022-06-28T14:12:21,580 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-393038163, priority: 1 2022-06-28T14:12:21,584 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-393038163 with QoS: 0 2022-06-28T14:12:21,587 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-393038163 2022-06-28T14:12:21,591 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:21,595 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:21,637 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,637 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-442717084, priority: 1 2022-06-28T14:12:21,643 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-442717084, priority: 1 2022-06-28T14:12:21,647 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-442717084 with QoS: 0 2022-06-28T14:12:21,649 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-442717084 2022-06-28T14:12:21,651 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:21,653 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:21,655 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,655 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-897182323, priority: 1 2022-06-28T14:12:21,659 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-897182323, priority: 1 2022-06-28T14:12:21,661 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-897182323 with QoS: 0 2022-06-28T14:12:21,664 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-897182323 2022-06-28T14:12:21,666 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:21,668 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:21,674 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,675 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/623515146, priority: 1 2022-06-28T14:12:21,682 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/623515146, priority: 1 2022-06-28T14:12:21,686 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/623515146 with QoS: 0 2022-06-28T14:12:21,690 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/623515146 2022-06-28T14:12:21,694 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:21,736 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:21,738 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,738 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1146937132, priority: 1 2022-06-28T14:12:21,745 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1146937132, priority: 1 2022-06-28T14:12:21,749 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1146937132 with QoS: 0 2022-06-28T14:12:21,752 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1146937132 2022-06-28T14:12:21,754 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid/_default with QoS: 0 2022-06-28T14:12:21,757 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid/_default 2022-06-28T14:12:21,757 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid/_default} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,758 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/686939894, priority: 1 2022-06-28T14:12:21,765 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/686939894, priority: 1 2022-06-28T14:12:21,768 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/686939894 with QoS: 0 2022-06-28T14:12:21,771 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/686939894 2022-06-28T14:12:21,773 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:21,775 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:21,776 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,776 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-627969282, priority: 1 2022-06-28T14:12:21,781 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-627969282, priority: 1 2022-06-28T14:12:21,783 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-627969282 with QoS: 0 2022-06-28T14:12:21,786 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-627969282 2022-06-28T14:12:21,788 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:21,838 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:21,839 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,840 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-504363782, priority: 1 2022-06-28T14:12:21,847 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-504363782, priority: 1 2022-06-28T14:12:21,850 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-504363782 with QoS: 0 2022-06-28T14:12:21,853 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-504363782 2022-06-28T14:12:21,855 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:21,857 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:21,859 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,859 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-21191142, priority: 1 2022-06-28T14:12:21,866 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-21191142, priority: 1 2022-06-28T14:12:21,869 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-21191142 with QoS: 0 2022-06-28T14:12:21,872 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-21191142 2022-06-28T14:12:21,874 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots with QoS: 0 2022-06-28T14:12:21,877 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots 2022-06-28T14:12:21,878 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/snapshots} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:21,878 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-569407808, priority: 1 2022-06-28T14:12:21,884 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-569407808, priority: 1 2022-06-28T14:12:21,888 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-569407808 with QoS: 0 2022-06-28T14:12:21,892 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-569407808 2022-06-28T14:12:21,938 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:21,941 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:21,942 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,943 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1873249332, priority: 1 2022-06-28T14:12:21,948 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1873249332, priority: 1 2022-06-28T14:12:21,950 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1873249332 with QoS: 0 2022-06-28T14:12:21,953 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1873249332 2022-06-28T14:12:21,955 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:21,957 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:21,959 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:21,959 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1266331381, priority: 1 2022-06-28T14:12:21,965 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1266331381, priority: 1 2022-06-28T14:12:21,968 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1266331381 with QoS: 0 2022-06-28T14:12:21,971 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1266331381 2022-06-28T14:12:21,973 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:21,975 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:21,976 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:21,976 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2018298116, priority: 1 2022-06-28T14:12:21,981 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2018298116, priority: 1 2022-06-28T14:12:21,983 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2018298116 with QoS: 0 2022-06-28T14:12:21,985 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2018298116 2022-06-28T14:12:21,988 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:22,037 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:22,038 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:22,039 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1170574799, priority: 1 2022-06-28T14:12:22,045 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1170574799, priority: 1 2022-06-28T14:12:22,047 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1170574799 with QoS: 0 2022-06-28T14:12:22,050 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1170574799 2022-06-28T14:12:22,052 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_write with QoS: 0 2022-06-28T14:12:22,054 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/_write 2022-06-28T14:12:22,055 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/snapshots/_write} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:22,055 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1204404509, priority: 1 2022-06-28T14:12:22,061 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1204404509, priority: 1 2022-06-28T14:12:22,064 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1204404509 with QoS: 0 2022-06-28T14:12:22,069 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1204404509 2022-06-28T14:12:22,071 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:22,074 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:22,075 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,076 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1169876806, priority: 1 2022-06-28T14:12:22,081 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1169876806, priority: 1 2022-06-28T14:12:22,083 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1169876806 with QoS: 0 2022-06-28T14:12:22,085 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1169876806 2022-06-28T14:12:22,087 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots with QoS: 0 2022-06-28T14:12:22,090 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots 2022-06-28T14:12:22,137 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/snapshots} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,137 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/876792632, priority: 1 2022-06-28T14:12:22,141 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/876792632, priority: 1 2022-06-28T14:12:22,143 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/876792632 with QoS: 0 2022-06-28T14:12:22,146 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/876792632 2022-06-28T14:12:22,148 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/byId/_rollback with QoS: 0 2022-06-28T14:12:22,150 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/EXEC/snapshots/byId/_rollback 2022-06-28T14:12:22,151 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=EXEC/snapshots/byId/_rollback} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,152 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1578361138, priority: 1 2022-06-28T14:12:22,157 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1578361138, priority: 1 2022-06-28T14:12:22,160 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1578361138 with QoS: 0 2022-06-28T14:12:22,162 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1578361138 2022-06-28T14:12:22,164 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/snapshots/byId with QoS: 0 2022-06-28T14:12:22,166 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/snapshots/byId 2022-06-28T14:12:22,168 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/snapshots/byId} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:22,168 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/664877854, priority: 1 2022-06-28T14:12:22,172 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/664877854, priority: 1 2022-06-28T14:12:22,174 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/664877854 with QoS: 0 2022-06-28T14:12:22,176 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/664877854 2022-06-28T14:12:22,178 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:22,180 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:22,182 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:22,182 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/17927949, priority: 1 2022-06-28T14:12:22,238 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/17927949, priority: 1 2022-06-28T14:12:22,241 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/17927949 with QoS: 0 2022-06-28T14:12:22,244 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/17927949 2022-06-28T14:12:22,247 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:22,250 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:22,252 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:22,253 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1907552108, priority: 1 2022-06-28T14:12:22,261 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1907552108, priority: 1 2022-06-28T14:12:22,263 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1907552108 with QoS: 0 2022-06-28T14:12:22,267 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1907552108 2022-06-28T14:12:22,269 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:22,272 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:22,274 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,274 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1597970380, priority: 1 2022-06-28T14:12:22,280 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1597970380, priority: 1 2022-06-28T14:12:22,282 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1597970380 with QoS: 0 2022-06-28T14:12:22,285 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1597970380 2022-06-28T14:12:22,287 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:22,290 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:22,291 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,291 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1803335352, priority: 1 2022-06-28T14:12:22,339 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1803335352, priority: 1 2022-06-28T14:12:22,342 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1803335352 with QoS: 0 2022-06-28T14:12:22,345 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1803335352 2022-06-28T14:12:22,348 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/snapshots/byId with QoS: 0 2022-06-28T14:12:22,351 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/snapshots/byId 2022-06-28T14:12:22,353 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/snapshots/byId} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,353 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/677796775, priority: 1 2022-06-28T14:12:22,360 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/677796775, priority: 1 2022-06-28T14:12:22,362 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/677796775 with QoS: 0 2022-06-28T14:12:22,365 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/677796775 2022-06-28T14:12:22,367 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots with QoS: 0 2022-06-28T14:12:22,369 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/snapshots 2022-06-28T14:12:22,373 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/snapshots} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,374 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2072835843, priority: 1 2022-06-28T14:12:22,378 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-2072835843, priority: 1 2022-06-28T14:12:22,381 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2072835843 with QoS: 0 2022-06-28T14:12:22,385 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-2072835843 2022-06-28T14:12:22,389 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:22,391 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:22,393 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,393 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-326618517, priority: 1 2022-06-28T14:12:22,440 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-326618517, priority: 1 2022-06-28T14:12:22,444 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-326618517 with QoS: 0 2022-06-28T14:12:22,447 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-326618517 2022-06-28T14:12:22,450 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:22,453 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:22,454 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,454 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1882976996, priority: 1 2022-06-28T14:12:22,459 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/1882976996, priority: 1 2022-06-28T14:12:22,461 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/1882976996 with QoS: 0 2022-06-28T14:12:22,463 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/1882976996 2022-06-28T14:12:22,466 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations with QoS: 0 2022-06-28T14:12:22,469 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/configurableComponents/configurations 2022-06-28T14:12:22,471 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/configurableComponents/configurations} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,471 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1360243347, priority: 1 2022-06-28T14:12:22,476 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-1360243347, priority: 1 2022-06-28T14:12:22,478 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1360243347 with QoS: 0 2022-06-28T14:12:22,481 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-1360243347 2022-06-28T14:12:22,483 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:22,486 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:22,487 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:22,488 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-304319430, priority: 1 2022-06-28T14:12:22,539 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-304319430, priority: 1 2022-06-28T14:12:22,541 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-304319430 with QoS: 0 2022-06-28T14:12:22,544 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-304319430 2022-06-28T14:12:22,546 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:22,550 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:22,551 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:22,552 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-803747559, priority: 1 2022-06-28T14:12:22,556 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-803747559, priority: 1 2022-06-28T14:12:22,558 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-803747559 with QoS: 0 2022-06-28T14:12:22,561 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-803747559 2022-06-28T14:12:22,563 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid with QoS: 0 2022-06-28T14:12:22,565 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/POST/configurableComponents/configurations/byPid 2022-06-28T14:12:22,568 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configurableComponents/configurations/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,569 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/151694288, priority: 1 2022-06-28T14:12:22,574 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/151694288, priority: 1 2022-06-28T14:12:22,577 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/151694288 with QoS: 0 2022-06-28T14:12:22,579 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/151694288 2022-06-28T14:12:22,585 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/GET/factoryComponents with QoS: 0 2022-06-28T14:12:22,587 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/GET/factoryComponents 2022-06-28T14:12:22,588 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/factoryComponents} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:22,589 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-601243675, priority: 1 2022-06-28T14:12:22,638 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/-601243675, priority: 1 2022-06-28T14:12:22,640 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/-601243675 with QoS: 0 2022-06-28T14:12:22,642 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/-601243675 2022-06-28T14:12:22,644 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update with QoS: 0 2022-06-28T14:12:22,646 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/PUT/configurableComponents/configurations/_update 2022-06-28T14:12:22,648 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=CONF-V2, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configurableComponents/configurations/_update} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:22,648 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/CONF-V2/REPLY/561373376, priority: 1 2022-06-28T14:12:22,694 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/CONF-V2/REPLY/561373376, priority: 1 2022-06-28T14:12:22,697 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/CONF-V2/REPLY/561373376 with QoS: 0 2022-06-28T14:12:22,702 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/CONF-V2/REPLY/561373376 Tests run: 170, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.83 s - in org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest testUpdateIntegerArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.165 s testADDefaultValue[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.035 s testUpdateTypeMismatchNumericProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.009 s testGetLongProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testRollbackToIdException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.033 s testListComponentConfigurationsByPidEmpty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateLongProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testUpdateTypeMismatchStringProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testListConfigurableComponentsPidsEmpty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testGetBooleanArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.01 s testGetIntegerProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateTypeMismatchNumericArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateTypeMismatchCharProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.008 s testGetByteProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateBooleanArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.009 s testUpdateByteProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testListConfigurableComponentsPids[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testListComponentConfigurationsException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testUpdateStringProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateConfigurationBooleanPropertyTrue[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateFloatArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testADMax[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testADMin[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.036 s testUpdatePasswordArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.01 s testUpdateDoubleProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListComponentConfigurationsByPidException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetBooleanPropertyTrue[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetBooleanPropertyFalse[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testTakeSnapshot[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testGetStringProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testADDescription[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetFloatProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.008 s testGetDoubleArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetNullsInArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.04 s testUpdateStringArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testGetDoubleProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateNullsInArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateConfigurationBooleanPropertyFalse[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testUpdateFloatProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListFactoryComponentsPids[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testGetLongArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.01 s testGetByteArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testListComponentConfigurations[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdatePasswordProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListComponentConfigurationsByPid[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.009 s testGetNullProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testListComponentConfigurationsEmpty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testListDefaultComponentConfigurationException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testRollback[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testRollbackException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testUpdateNullProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testADOption[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testGetCharArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.043 s testUpdateLongArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testUpdateByteArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testGetCharProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testADIdAndType[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testListDefaultComponentConfiguration[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateCharProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testGetPasswordProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testGetPasswordArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testListSnapshotsKuraException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testADName[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.036 s testUpdateCharArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateTypeMismatchBooleanProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testUpdateTypeMismatchPasswordArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testTakeSnapshotException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateDoubleArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.009 s testListSnapshots[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testRollbackToId[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetSnapshotException[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.008 s testUpdateTypeMismatchStringArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testUpdateTypeMismatchPasswordProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.037 s testGetFloatArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateIntegerProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testGetSnapshot[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.009 s shouldSupportGetSnapshots[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.006 s testADCardinality[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testGetStringArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testGetIntegerArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.005 s testUpdateInvalidLengthCharProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateInvalidLengthCharArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.008 s testADShouldNotSerializeFieldsIfUnset[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.042 s testListFactoryComponentsPidsEmpty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.007 s testUpdateTypeMismatchCharArrayProperty[0](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.004 s testUpdateIntegerArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.08 s testADDefaultValue[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.032 s testUpdateTypeMismatchNumericProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.054 s testGetLongProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.028 s testRollbackToIdException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.025 s testListComponentConfigurationsByPidEmpty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.07 s testUpdateLongProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.028 s testUpdateTypeMismatchStringProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.056 s testListConfigurableComponentsPidsEmpty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testGetBooleanArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.022 s testGetIntegerProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.065 s testUpdateTypeMismatchNumericArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.03 s testUpdateTypeMismatchCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.061 s testGetByteProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateBooleanArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.069 s testUpdateByteProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testListConfigurableComponentsPids[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.021 s testListComponentConfigurationsException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.062 s testUpdateStringProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.021 s testUpdateConfigurationBooleanPropertyTrue[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testUpdateFloatArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.073 s testADMax[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testADMin[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.069 s testUpdatePasswordArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateDoubleProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testListComponentConfigurationsByPidException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.068 s testGetBooleanPropertyTrue[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testGetBooleanPropertyFalse[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.021 s testTakeSnapshot[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testGetStringProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testADDescription[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.065 s testGetFloatProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.021 s testGetDoubleArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.02 s testGetNullsInArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.065 s testUpdateStringArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.02 s testGetDoubleProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.021 s testUpdateNullsInArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.06 s testUpdateConfigurationBooleanPropertyFalse[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateFloatProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.064 s testListFactoryComponentsPids[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testGetLongArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testGetByteArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.064 s testListComponentConfigurations[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testUpdatePasswordProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testListComponentConfigurationsByPid[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.063 s testGetNullProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testListComponentConfigurationsEmpty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testListDefaultComponentConfigurationException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.068 s testRollback[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testRollbackException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.02 s testUpdateNullProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.059 s testADOption[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.022 s testGetCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.021 s testUpdateLongArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.059 s testUpdateByteArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testGetCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.027 s testADIdAndType[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.06 s testListDefaultComponentConfiguration[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.014 s testGetPasswordProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.067 s testGetPasswordArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testListSnapshotsKuraException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.019 s testADName[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testUpdateCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testUpdateTypeMismatchBooleanProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testUpdateTypeMismatchPasswordArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.063 s testTakeSnapshotException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s testUpdateDoubleArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.015 s testListSnapshots[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.06 s testRollbackToId[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testGetSnapshotException[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.013 s testUpdateTypeMismatchStringArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.068 s testUpdateTypeMismatchPasswordProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.022 s testGetFloatArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.017 s testUpdateIntegerProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.06 s testGetSnapshot[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.018 s shouldSupportGetSnapshots[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.02 s testADCardinality[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.06 s testGetStringArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testGetIntegerArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testUpdateInvalidLengthCharProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.062 s testUpdateInvalidLengthCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.016 s testADShouldNotSerializeFieldsIfUnset[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.022 s testListFactoryComponentsPidsEmpty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.059 s testUpdateTypeMismatchCharArrayProperty[1](org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest) Time elapsed: 0.059 s Results: Tests run: 170, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:12:22,884 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:22,885 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:22,885 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:22,886 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:22,886 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:22,887 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:22,888 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:22,888 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:12:22,888 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T14:12:22,891 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T14:12:22,893 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/MQTT/DC with QoS: 0 2022-06-28T14:12:22,896 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/MQTT/DC 2022-06-28T14:12:22,896 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/test/MQTT/DC 2022-06-28T14:12:22,941 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:22,942 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:12:22,942 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:12:22,945 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:12:22,949 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:12:22,950 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T14:12:22,950 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T14:12:22,950 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T14:12:22,963 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:12:22,963 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:12:22,963 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:12:22,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T14:12:22,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T14:12:22,965 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:12:22,965 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:12:22,966 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:12:22,967 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:12:22,967 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:12:22,968 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:22,968 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:22,968 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:12:22,968 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:22,969 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:12:22,970 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:12:22,974 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:12:22,974 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T14:12:22,991 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T14:12:22,992 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:22,993 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:12:22,993 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:12:22,994 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:12:22,997 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:22,998 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:12:22,998 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:22,998 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:12:22,998 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:12:22,999 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:12:22,999 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:12:22,999 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:22,999 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:12:23,000 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:12:23,001 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2022-06-28T14:12:23,007 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:12:23,037 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:12:23,040 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:12:23,045 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:12:23,046 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:12:23,047 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:23,170 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:12:24,047 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:12:24,049 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T14:12:24,050 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T14:12:24,053 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:12:24,056 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2022-06-28T14:12:24,067 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [517e9e77-f6ec-11ec-bc48-0a580a28215f] stopped, uptime 5.916 seconds 2022-06-28T14:12:24,067 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@5515f81f 2022-06-28T14:12:24,068 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2022-06-28T14:12:24,069 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:12:24,070 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:12:24,070 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:12:24,077 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@53ff7ae{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:12:24,078 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:12:24,086 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2c8d4c7c{/,null,STOPPED} 2022-06-28T14:12:24,089 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:12:24,091 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:12:24,092 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:12:24,145 [Framework stop - Equinox Container: 8fc0a913-c077-4141-aded-5719e23c98d5] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.broker.artemis.core' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.broker.artemis.simple.mqtt' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.http.server.manager' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.request.handler.jaxrs' with 8 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.configuration.provider' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.util.wire.test' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/org.eclipse.kura.rest.configuration.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider.test/5.1.2/org.eclipse.kura.rest.configuration.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider.test/5.1.2/org.eclipse.kura.rest.configuration.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/org.eclipse.kura.rest.configuration.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider.test/5.1.2/org.eclipse.kura.rest.configuration.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider.test/5.1.2/org.eclipse.kura.rest.configuration.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.configuration.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.configuration.provider.test/5.1.2/org.eclipse.kura.rest.configuration.provider.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.rest.configuration.provider.test --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.util.test.driver >--------- [INFO] Building org.eclipse.kura.util.test.driver 5.1.2 [173/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.util.test.driver --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.util.test.driver --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.util.test.driver --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.util.test.driver --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.util.test.driver --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.util.test.driver --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.util.test.driver --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.util.test.driver --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/src/main/java/org/eclipse/kura/util/test/driver/ChannelDescriptorTestDriver.java:[223] public AdBuilder withType(final Tscalar type) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method withType(Tscalar) from the type ChannelDescriptorTestDriver.AdBuilder is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/src/main/java/org/eclipse/kura/util/test/driver/ChannelDescriptorTestDriver.java:[228] public AdBuilder withCardinality(final int cardinality) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method withCardinality(int) from the type ChannelDescriptorTestDriver.AdBuilder is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/src/main/java/org/eclipse/kura/util/test/driver/ChannelDescriptorTestDriver.java:[233] public AdBuilder withoutCardinality() { ^^^^^^^^^^^^^^^^^^^^ The method withoutCardinality() from the type ChannelDescriptorTestDriver.AdBuilder is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/src/main/java/org/eclipse/kura/util/test/driver/ChannelDescriptorTestDriver.java:[253] public AdBuilder withoutDescription() { ^^^^^^^^^^^^^^^^^^^^ The method withoutDescription() from the type ChannelDescriptorTestDriver.AdBuilder is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/src/main/java/org/eclipse/kura/util/test/driver/ChannelDescriptorTestDriver.java:[263] public AdBuilder witoutMax() { ^^^^^^^^^^^ The method witoutMax() from the type ChannelDescriptorTestDriver.AdBuilder is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/src/main/java/org/eclipse/kura/util/test/driver/ChannelDescriptorTestDriver.java:[273] public AdBuilder withoutMin() { ^^^^^^^^^^^^ The method withoutMin() from the type ChannelDescriptorTestDriver.AdBuilder is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/src/main/java/org/eclipse/kura/util/test/driver/ChannelDescriptorTestDriver.java:[283] public AdBuilder withoutName() { ^^^^^^^^^^^^^ The method withoutName() from the type ChannelDescriptorTestDriver.AdBuilder is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/src/main/java/org/eclipse/kura/util/test/driver/ChannelDescriptorTestDriver.java:[298] public AdBuilder withRequired(final boolean required) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method withRequired(boolean) from the type ChannelDescriptorTestDriver.AdBuilder is never used locally 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.util.test.driver --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.util.test.driver --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.util.test.driver --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.util.test.driver --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.util.test.driver --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.util.test.driver --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.util.test.driver --- [INFO] Building DP - Version: 5.1.2 [INFO] Added: org.eclipse.kura.util.test.driver:5.1.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver_5.1.2.dp [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.util.test.driver --- [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.util.test.driver --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.util.test.driver --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.1.2/org.eclipse.kura.util.test.driver-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.1.2/org.eclipse.kura.util.test.driver-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.1.2/org.eclipse.kura.util.test.driver-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.1.2/org.eclipse.kura.util.test.driver-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.1.2/org.eclipse.kura.util.test.driver-5.1.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.util.test.driver/target/org.eclipse.kura.util.test.driver_5.1.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.util.test.driver/5.1.2/org.eclipse.kura.util.test.driver-5.1.2.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.util.test.driver --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.rest.wire.provider.test >------ [INFO] Building org.eclipse.kura.rest.wire.provider.test 5.1.2 [174/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.rest.wire.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/org.eclipse.kura.rest.wire.provider.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/org.eclipse.kura.rest.wire.provider.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.rest.wire.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.wire.provider.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/surefire.properties] 2022-06-28T14:12:30,793 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:12:31,271 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:12:31,283 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-134641 2022-06-28T14:12:31,361 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:12:31,361 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:12:31,361 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:12:31,361 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:12:31,361 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:12:31,362 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura 2022-06-28T14:12:31,362 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:12:31,362 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:12:31,362 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots 2022-06-28T14:12:31,362 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/tmp 2022-06-28T14:12:31,362 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:12:31,365 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:12:31,400 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:12:31,476 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:12:31,479 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:12:31,623 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:12:31,623 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:12:31,671 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:12:31,792 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:12:31,800 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:12:31,800 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:12:31,844 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:31,844 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:31,844 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:31,850 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:12:31,850 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:12:31,851 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:31,851 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:12:31,851 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:12:31,851 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:12:31,855 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:12:31,855 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:12:31,855 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:12:31,858 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:31,858 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:31,858 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:31,861 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:12:31,861 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:12:31,861 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:31,861 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:12:31,861 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:12:31,861 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:12:31,865 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:12:31,865 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:12:31,865 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:12:31,868 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:31,868 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:31,868 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:31,871 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:12:31,871 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:12:31,872 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:31,887 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:12:31,887 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:12:31,888 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:12:31,898 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:12:31,898 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:12:31,898 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:12:31,904 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:12:31,904 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:12:31,942 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:12:31,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:12:31,961 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:12:31,963 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:12:31,993 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... 2022-06-28T14:12:31,995 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:32,005 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:32,005 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:12:32,006 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:12:32,047 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:12:32,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:12:32,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:12:32,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:12:32,064 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:12:32,064 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:12:32,065 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:32,071 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:32,071 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:12:32,072 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:12:32,072 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:12:32,075 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:12:32,075 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:12:32,075 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:12:32,075 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:32,078 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:32,084 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:12:32,084 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:12:32,087 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:12:32,097 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:12:32,098 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:12:32,101 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:12:32,139 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:12:32,142 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:12:32,144 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:12:32,150 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:12:32,150 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:12:32,153 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:12:32,157 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:12:32,160 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:12:32,170 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.http.server.manager.HttpService ... 2022-06-28T14:12:32,170 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:12:32,173 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:12:32,199 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:12:32,199 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:12:32,199 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:12:32,200 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:12:32,200 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:12:32,200 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:12:32,239 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:12:32,239 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:32,243 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:32,249 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:12:32,250 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:32,253 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:32,258 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:12:32,260 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:12:32,261 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:12:32,261 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:12:32,261 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:12:32,261 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:12:32,262 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:12:32,267 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:12:32,270 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:12:32,270 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:12:32,271 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:32,272 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:12:32,296 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425552286.xml... 2022-06-28T14:12:32,298 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425552286.xml... Done. 2022-06-28T14:12:32,299 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:32,299 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:12:32,299 [Start Level: Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:12:32,299 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:12:32,299 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:12:32,353 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:12:32,369 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:12:32,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:12:32,373 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:32,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:32,373 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:12:32,448 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating HttpService 2022-06-28T14:12:32,449 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance... 2022-06-28T14:12:32,487 [ConfigurationListener Event Queue] INFO o.e.j.u.log - Logging initialized @5645ms to org.eclipse.jetty.util.log.Slf4jLog Running org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest 2022-06-28T14:12:32,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T14:12:32,837 [main] WARN o.e.k.c.t.r.RestTransport - failed to connect 2022-06-28T14:12:32,849 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_292-b10 2022-06-28T14:12:32,870 [ConfigurationListener Event Queue] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0 2022-06-28T14:12:32,871 [ConfigurationListener Event Queue] INFO o.e.j.s.session - No SessionScavenger set, using defaults 2022-06-28T14:12:32,872 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 600000ms 2022-06-28T14:12:32,966 [ConfigurationListener Event Queue] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@ea46a45{/,null,AVAILABLE} 2022-06-28T14:12:32,984 [ConfigurationListener Event Queue] INFO o.e.j.s.AbstractConnector - Started ServerConnector@5523ce59{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:12:32,984 [ConfigurationListener Event Queue] INFO o.e.j.s.Server - Started @6144ms 2022-06-28T14:12:32,984 [ConfigurationListener Event Queue] INFO o.e.j.s.session - node0 Scavenging every 660000ms 2022-06-28T14:12:32,984 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - starting Jetty instance...done 2022-06-28T14:12:32,984 [ConfigurationListener Event Queue] INFO o.e.k.h.s.m.HttpService - Activating... Done. 2022-06-28T14:12:32,984 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService.... 2022-06-28T14:12:32,985 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.http.server.manager.HttpService....Done 2022-06-28T14:12:33,020 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:12:33,033 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:12:33,042 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:12:33,042 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done 2022-06-28T14:12:33,053 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:12:33,055 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:12:33,055 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:12:33,055 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:33,055 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:33,056 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:12:33,086 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance.... 2022-06-28T14:12:33,086 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance....Done 2022-06-28T14:12:33,093 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:12:33,093 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:12:33,093 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:12:33,093 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:12:33,093 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:12:33,094 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:12:33,095 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:12:33,095 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:33,095 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:33,095 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:12:33,097 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:12:33,097 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:12:33,109 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:12:33,111 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:12:33,112 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:12:33,112 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T14:12:33,364 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T14:12:33,366 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T14:12:33,367 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:12:33,367 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:12:33,368 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:12:33,385 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:12:33,385 [EventAdmin Async Event Dispatcher Thread] INFO o.e.k.c.c.CloudServiceImpl - Handling PositionLockedEvent 2022-06-28T14:12:33,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:12:33,455 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:33,459 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:33,459 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:33,459 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:33,459 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:12:33,540 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:12:33,540 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T14:12:33,547 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:12:33,549 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:12:33,549 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:12:33,549 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T14:12:33,551 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T14:12:33,838 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:34,148 [pool-18-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:12:34,196 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:12:34,839 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:35,176 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask started. 2022-06-28T14:12:35,177 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask: Delete confirmed messages... 2022-06-28T14:12:35,185 [HouseKeeperTask] INFO o.e.k.c.d.s.HouseKeeperTask - HouseKeeperTask ended. 2022-06-28T14:12:35,840 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:36,841 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:37,841 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:38,548 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425552286... 2022-06-28T14:12:38,564 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:38,573 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... Done. 2022-06-28T14:12:38,575 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - Ignoring self update 2022-06-28T14:12:38,594 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425558574.xml... 2022-06-28T14:12:38,597 [pool-13-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425558574.xml... Done. 2022-06-28T14:12:38,597 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:38,597 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:38,597 [pool-13-thread-1] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:38,842 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:39,843 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:40,844 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:41,845 [main] INFO o.e.k.c.t.r.RestTransport - port open 2022-06-28T14:12:47,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:47,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425558574... 2022-06-28T14:12:47,880 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:47,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:47,907 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425567888.xml... 2022-06-28T14:12:47,910 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425567888.xml... Done. 2022-06-28T14:12:47,910 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:47,910 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:47,910 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:47,911 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:47,987 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:48,038 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:48,043 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:48,043 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:48,044 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:48,044 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:48,044 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:48,049 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:48,052 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:48,052 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:48,052 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:48,056 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,057 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425567888... 2022-06-28T14:12:48,073 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,076 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:48,105 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568077.xml... 2022-06-28T14:12:48,139 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568077.xml... Done. 2022-06-28T14:12:48,139 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,141 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:48,154 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:48,155 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:48,156 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:48,156 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:48,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:48,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:48,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:48,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:48,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:48,169 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:48,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:48,170 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425568077... 2022-06-28T14:12:48,188 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:48,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568192.xml... 2022-06-28T14:12:48,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568192.xml... Done. 2022-06-28T14:12:48,249 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,249 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,249 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:48,250 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:48,254 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:48,255 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:48,255 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:48,255 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2022-06-28T14:12:48,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2022-06-28T14:12:48,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:48,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2022-06-28T14:12:48,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2022-06-28T14:12:48,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2022-06-28T14:12:48,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2022-06-28T14:12:48,266 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425568192... 2022-06-28T14:12:48,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:48,297 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568287.xml... 2022-06-28T14:12:48,300 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568287.xml... Done. 2022-06-28T14:12:48,301 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,304 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:48,304 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:48,304 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:48,305 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:48,305 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:48,308 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:48,309 [qtp-1236412107-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:48,309 [qtp-1236412107-94] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:48,310 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2022-06-28T14:12:48,310 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:48,310 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2022-06-28T14:12:48,310 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Delete factory configuration: test1 2022-06-28T14:12:48,336 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:48,336 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:48,337 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:48,340 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:48,344 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:48,344 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:48,344 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:48,344 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:48,345 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,346 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425568287... 2022-06-28T14:12:48,359 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,362 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:48,367 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568362.xml... 2022-06-28T14:12:48,371 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568362.xml... Done. 2022-06-28T14:12:48,371 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,372 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:48,374 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:48,375 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:48,376 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:48,376 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:48,376 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:48,380 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/wireComponents/definitions/byFactoryPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:48,405 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/wireComponents/definitions/byFactoryPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:48,442 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:48,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:48,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:48,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:48,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:48,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:48,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:48,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425568362... 2022-06-28T14:12:48,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568463.xml... 2022-06-28T14:12:48,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568463.xml... Done. 2022-06-28T14:12:48,478 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:48,478 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:48,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver ... 2022-06-28T14:12:48,479 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:48,482 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:48,559 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:48,562 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2022-06-28T14:12:48,573 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/drivers/channelDescriptors/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:48,587 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/drivers/channelDescriptors/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:48,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:48,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:48,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:48,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425568463... 2022-06-28T14:12:48,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568661.xml... 2022-06-28T14:12:48,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568661.xml... Done. 2022-06-28T14:12:48,673 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:48,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:48,673 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:48,673 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:48,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:48,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:48,674 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:48,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:48,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:48,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:48,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:48,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:48,683 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:48,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425568661... 2022-06-28T14:12:48,716 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568699.xml... 2022-06-28T14:12:48,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568699.xml... Done. 2022-06-28T14:12:48,720 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425552286.xml 2022-06-28T14:12:48,720 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:48,721 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:48,738 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testAsset does not exist or it is not a Factory Component 2022-06-28T14:12:48,738 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:48,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:48,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:48,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:48,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:48,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:48,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425568699... 2022-06-28T14:12:48,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568767.xml... 2022-06-28T14:12:48,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568767.xml... Done. 2022-06-28T14:12:48,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425558574.xml 2022-06-28T14:12:48,781 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:48,781 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:48,851 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:48,859 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:48,869 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 9 ms 2022-06-28T14:12:48,871 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:48,876 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:48,881 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:48,881 [pool-26-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:48,882 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:48,885 [pool-26-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 3 ms 2022-06-28T14:12:48,890 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:48,898 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: testAsset 2022-06-28T14:12:48,906 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:48,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:48,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:48,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:48,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425568767... 2022-06-28T14:12:48,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568964.xml... 2022-06-28T14:12:48,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568964.xml... Done. 2022-06-28T14:12:48,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425567888.xml 2022-06-28T14:12:48,983 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:48,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:48,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:48,984 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:48,985 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@f953a1b4 2022-06-28T14:12:48,989 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:48,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:48,990 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:48,990 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:48,991 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:48,991 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:48,991 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:48,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425568964... 2022-06-28T14:12:49,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:49,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569052.xml... 2022-06-28T14:12:49,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569052.xml... Done. 2022-06-28T14:12:49,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568077.xml 2022-06-28T14:12:49,170 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,170 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,170 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:49,171 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:49,178 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:49,181 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:49,182 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (objectClass=org.eclipse.kura.driver.Driver) 2022-06-28T14:12:49,186 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:49,194 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:49,194 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:49,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:49,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:49,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:49,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:49,206 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:49,207 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:49,208 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:49,208 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,211 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569052... 2022-06-28T14:12:49,223 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569217.xml... 2022-06-28T14:12:49,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569217.xml... Done. 2022-06-28T14:12:49,228 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568192.xml 2022-06-28T14:12:49,229 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,229 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:49,230 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:49,231 [pool-26-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:49,232 [pool-26-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T14:12:49,245 [qtp-1236412107-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:49,249 [qtp-1236412107-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:49,252 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:49,288 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:49,288 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:49,288 [qtp-1236412107-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:49,289 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:49,289 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@fb91810e 2022-06-28T14:12:49,289 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:49,290 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,292 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569217... 2022-06-28T14:12:49,301 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569297.xml... 2022-06-28T14:12:49,304 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569297.xml... Done. 2022-06-28T14:12:49,305 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568287.xml 2022-06-28T14:12:49,305 [qtp-1236412107-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,305 [qtp-1236412107-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:49,309 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,312 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569297... 2022-06-28T14:12:49,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,320 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:49,329 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569321.xml... 2022-06-28T14:12:49,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569321.xml... Done. 2022-06-28T14:12:49,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568362.xml 2022-06-28T14:12:49,336 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,337 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,337 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:49,337 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:49,338 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:49,339 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:49,339 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:49,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:49,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:49,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:49,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:49,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:49,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:49,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:49,347 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,348 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569321... 2022-06-28T14:12:49,354 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:49,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569357.xml... 2022-06-28T14:12:49,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569357.xml... Done. 2022-06-28T14:12:49,367 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568463.xml 2022-06-28T14:12:49,367 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,370 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:49,371 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:49,372 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:49,372 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:49,373 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:49,377 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:49,386 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569357... 2022-06-28T14:12:49,394 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:49,400 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent timer ... Done. 2022-06-28T14:12:49,400 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: timer 2022-06-28T14:12:49,400 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configuration: timer 2022-06-28T14:12:49,401 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,404 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569357... 2022-06-28T14:12:49,443 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569440.xml... 2022-06-28T14:12:49,446 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569440.xml... Done. 2022-06-28T14:12:49,447 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568661.xml 2022-06-28T14:12:49,447 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,448 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:49,451 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: timer 2022-06-28T14:12:49,454 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:49,455 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:49,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:49,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:49,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:49,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:49,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:49,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:49,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,464 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:49,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569440... 2022-06-28T14:12:49,479 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569470.xml... 2022-06-28T14:12:49,482 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569470.xml... Done. 2022-06-28T14:12:49,483 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568699.xml 2022-06-28T14:12:49,483 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,483 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:49,484 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:49,485 [pool-26-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:49,486 [pool-26-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T14:12:49,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:49,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:49,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569470... 2022-06-28T14:12:49,498 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569494.xml... 2022-06-28T14:12:49,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569494.xml... Done. 2022-06-28T14:12:49,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568767.xml 2022-06-28T14:12:49,502 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:49,502 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:49,502 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:49,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:49,503 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:49,504 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@c9fdcd68 2022-06-28T14:12:49,507 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:49,507 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:49,536 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,538 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:49,538 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:49,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569494... 2022-06-28T14:12:49,538 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T14:12:49,539 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:49,539 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:49,541 [pool-30-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:49,541 [pool-30-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:49,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569545.xml... 2022-06-28T14:12:49,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569545.xml... Done. 2022-06-28T14:12:49,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425568964.xml 2022-06-28T14:12:49,554 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,554 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:49,555 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:49,555 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:49,561 [qtp-1236412107-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:49,565 [qtp-1236412107-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:49,567 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:49,567 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:49,568 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:49,569 [qtp-1236412107-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:49,569 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,569 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:49,569 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@c9fdcd68 2022-06-28T14:12:49,571 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569545... 2022-06-28T14:12:49,580 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569576.xml... 2022-06-28T14:12:49,583 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569576.xml... Done. 2022-06-28T14:12:49,585 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569052.xml 2022-06-28T14:12:49,585 [qtp-1236412107-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,586 [qtp-1236412107-98] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:49,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:49,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:49,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:49,596 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:49,597 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:49,597 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569576... 2022-06-28T14:12:49,605 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,612 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:49,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569612.xml... 2022-06-28T14:12:49,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569612.xml... Done. 2022-06-28T14:12:49,646 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569217.xml 2022-06-28T14:12:49,647 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,647 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,647 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:49,648 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:49,651 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:49,652 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:49,652 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:49,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2022-06-28T14:12:49,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2022-06-28T14:12:49,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2022-06-28T14:12:49,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2022-06-28T14:12:49,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2022-06-28T14:12:49,661 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2022-06-28T14:12:49,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2022-06-28T14:12:49,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2022-06-28T14:12:49,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2022-06-28T14:12:49,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2022-06-28T14:12:49,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2022-06-28T14:12:49,672 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2022-06-28T14:12:49,673 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569612... 2022-06-28T14:12:49,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:49,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569689.xml... 2022-06-28T14:12:49,702 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569689.xml... Done. 2022-06-28T14:12:49,703 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569297.xml 2022-06-28T14:12:49,703 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,752 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:49,752 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:49,755 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:49,755 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:49,758 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:49,758 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:49,760 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2022-06-28T14:12:49,767 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:12:49,768 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:49,768 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:49,769 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:49,771 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2022-06-28T14:12:49,771 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:49,772 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2022-06-28T14:12:49,772 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Delete factory configuration: foo 2022-06-28T14:12:49,773 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2022-06-28T14:12:49,773 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:49,773 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2022-06-28T14:12:49,774 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Delete factory configuration: bar 2022-06-28T14:12:49,774 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:49,774 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,775 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569689... 2022-06-28T14:12:49,781 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,786 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:49,788 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569786.xml... 2022-06-28T14:12:49,791 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569786.xml... Done. 2022-06-28T14:12:49,792 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569321.xml 2022-06-28T14:12:49,792 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,792 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,792 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:49,792 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:49,793 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:49,794 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:49,794 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:49,796 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569786... 2022-06-28T14:12:49,801 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:49,807 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569804.xml... 2022-06-28T14:12:49,836 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569804.xml... Done. 2022-06-28T14:12:49,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569357.xml 2022-06-28T14:12:49,837 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,837 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,837 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:49,838 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:49,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:49,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:49,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569804... 2022-06-28T14:12:49,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569845.xml... 2022-06-28T14:12:49,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569845.xml... Done. 2022-06-28T14:12:49,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569440.xml 2022-06-28T14:12:49,852 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:49,852 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:49,852 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:49,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:49,853 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:49,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:49,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:49,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:49,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:49,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569845... 2022-06-28T14:12:49,862 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:49,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569865.xml... 2022-06-28T14:12:49,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569865.xml... Done. 2022-06-28T14:12:49,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569470.xml 2022-06-28T14:12:49,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:49,874 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:49,880 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:49,881 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:49,881 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:49,881 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:49,881 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:49,882 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:49,886 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:49,890 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:49,890 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:49,890 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:49,891 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,892 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569865... 2022-06-28T14:12:49,896 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,900 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:49,905 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569900.xml... 2022-06-28T14:12:49,937 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569900.xml... Done. 2022-06-28T14:12:49,938 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569494.xml 2022-06-28T14:12:49,938 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:49,939 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569900... 2022-06-28T14:12:49,945 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:49,949 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2022-06-28T14:12:49,949 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: testDriver 2022-06-28T14:12:49,950 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configuration: testDriver 2022-06-28T14:12:49,950 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,951 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569900... 2022-06-28T14:12:49,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:49,953 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:49,953 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:49,953 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:49,955 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2022-06-28T14:12:49,968 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569957.xml... 2022-06-28T14:12:49,971 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569957.xml... Done. 2022-06-28T14:12:49,971 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569545.xml 2022-06-28T14:12:49,971 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,972 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:49,973 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2022-06-28T14:12:49,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:49,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:49,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569957... 2022-06-28T14:12:49,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569979.xml... 2022-06-28T14:12:49,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569979.xml... Done. 2022-06-28T14:12:49,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569576.xml 2022-06-28T14:12:49,985 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:49,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:49,985 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:49,985 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:49,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:49,986 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:49,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:49,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:49,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:49,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:49,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:49,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:49,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425569979... 2022-06-28T14:12:49,995 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:50,004 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570001.xml... 2022-06-28T14:12:50,007 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570001.xml... Done. 2022-06-28T14:12:50,008 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569612.xml 2022-06-28T14:12:50,008 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,036 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:50,038 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testAsset does not exist or it is not a Factory Component 2022-06-28T14:12:50,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:50,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:50,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:50,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:50,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:50,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570001... 2022-06-28T14:12:50,043 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:50,043 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:50,043 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T14:12:50,043 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:50,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570047.xml... 2022-06-28T14:12:50,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570047.xml... Done. 2022-06-28T14:12:50,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569689.xml 2022-06-28T14:12:50,054 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,054 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:50,055 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:50,055 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:50,059 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,062 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,067 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:50,068 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:50,068 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:50,070 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:50,070 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:50,070 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:50,070 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:50,074 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:50,074 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:50,075 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:50,075 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,076 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570047... 2022-06-28T14:12:50,077 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:50,077 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:50,077 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T14:12:50,078 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:50,078 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:50,080 [pool-35-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:50,080 [pool-35-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:50,085 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570081.xml... 2022-06-28T14:12:50,087 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570081.xml... Done. 2022-06-28T14:12:50,088 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569786.xml 2022-06-28T14:12:50,088 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,088 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:50,088 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,088 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:50,090 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2022-06-28T14:12:50,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:50,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570081... 2022-06-28T14:12:50,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570096.xml... 2022-06-28T14:12:50,103 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570096.xml... Done. 2022-06-28T14:12:50,103 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569804.xml 2022-06-28T14:12:50,103 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,136 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:50,137 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:50,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:50,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:50,138 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@71b7efed 2022-06-28T14:12:50,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:50,138 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:50,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:50,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:50,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:50,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,147 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:50,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570096... 2022-06-28T14:12:50,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570152.xml... 2022-06-28T14:12:50,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570152.xml... Done. 2022-06-28T14:12:50,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569845.xml 2022-06-28T14:12:50,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:50,160 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:50,160 [pool-35-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:50,161 [pool-35-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T14:12:50,163 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/drivers/ocds/byFactoryPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,167 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/drivers/ocds/byFactoryPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,174 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/assets/channelDescriptor, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,176 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/assets/channelDescriptor, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:50,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570152... 2022-06-28T14:12:50,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570188.xml... 2022-06-28T14:12:50,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570188.xml... Done. 2022-06-28T14:12:50,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569865.xml 2022-06-28T14:12:50,199 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:50,199 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:50,199 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:50,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:50,200 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@b383dfae 2022-06-28T14:12:50,200 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:50,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:50,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:50,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:50,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,207 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:50,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570188... 2022-06-28T14:12:50,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570243.xml... 2022-06-28T14:12:50,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570243.xml... Done. 2022-06-28T14:12:50,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569900.xml 2022-06-28T14:12:50,252 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,252 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:50,252 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:50,253 [pool-35-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:50,253 [pool-35-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:50,255 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,257 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,261 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570243... 2022-06-28T14:12:50,265 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:50,269 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2022-06-28T14:12:50,269 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: testDriver 2022-06-28T14:12:50,269 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configuration: testDriver 2022-06-28T14:12:50,270 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,270 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2022-06-28T14:12:50,271 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@8d4dc766 2022-06-28T14:12:50,271 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:50,271 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570243... 2022-06-28T14:12:50,272 [pool-35-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:50,272 [pool-35-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:50,277 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570274.xml... 2022-06-28T14:12:50,280 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570274.xml... Done. 2022-06-28T14:12:50,280 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569957.xml 2022-06-28T14:12:50,280 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,280 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,282 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2022-06-28T14:12:50,286 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/wireComponents/definitions/byFactoryPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,292 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/wireComponents/definitions/byFactoryPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:50,296 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,297 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,298 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570274... 2022-06-28T14:12:50,306 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570303.xml... 2022-06-28T14:12:50,309 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570303.xml... Done. 2022-06-28T14:12:50,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425569979.xml 2022-06-28T14:12:50,337 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:50,337 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:50,337 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:50,337 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@8d4dc766 2022-06-28T14:12:50,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:50,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:50,338 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:50,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:50,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:50,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:50,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,346 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:50,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570303... 2022-06-28T14:12:50,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570350.xml... 2022-06-28T14:12:50,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570350.xml... Done. 2022-06-28T14:12:50,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570001.xml 2022-06-28T14:12:50,356 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,356 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:50,356 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:50,357 [pool-35-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:50,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:50,357 [pool-35-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:50,358 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:50,358 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570350... 2022-06-28T14:12:50,367 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570364.xml... 2022-06-28T14:12:50,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570364.xml... Done. 2022-06-28T14:12:50,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570047.xml 2022-06-28T14:12:50,370 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,371 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:50,371 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:50,371 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:50,371 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@bbf255f8 2022-06-28T14:12:50,373 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,374 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,376 [qtp-1236412107-98] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testAsset does not exist or it is not a Factory Component 2022-06-28T14:12:50,376 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:50,377 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:50,377 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:50,380 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:50,380 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:50,380 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:50,380 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,380 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570364... 2022-06-28T14:12:50,381 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:50,381 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:50,381 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T14:12:50,382 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:50,386 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570384.xml... 2022-06-28T14:12:50,388 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570384.xml... Done. 2022-06-28T14:12:50,389 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570081.xml 2022-06-28T14:12:50,389 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,389 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,406 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:50,407 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2022-06-28T14:12:50,407 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:50,407 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:50,407 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:50,408 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:50,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:50,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570384... 2022-06-28T14:12:50,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570446.xml... 2022-06-28T14:12:50,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570446.xml... Done. 2022-06-28T14:12:50,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570096.xml 2022-06-28T14:12:50,469 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:50,469 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:50,469 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:50,470 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@bbf255f8 2022-06-28T14:12:50,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:50,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:50,470 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:50,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:50,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:50,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:50,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,478 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:50,479 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570446... 2022-06-28T14:12:50,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570482.xml... 2022-06-28T14:12:50,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570482.xml... Done. 2022-06-28T14:12:50,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570152.xml 2022-06-28T14:12:50,488 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,488 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:50,488 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:50,489 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:50,489 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:50,491 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/drivers/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,493 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/drivers/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:50,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570482... 2022-06-28T14:12:50,507 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570504.xml... 2022-06-28T14:12:50,510 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570504.xml... Done. 2022-06-28T14:12:50,510 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570188.xml 2022-06-28T14:12:50,510 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,511 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:50,511 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:50,511 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,511 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@e3958b86 2022-06-28T14:12:50,511 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:50,512 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:50,512 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:50,512 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:50,512 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:50,512 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,514 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570504... 2022-06-28T14:12:50,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:50,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570545.xml... 2022-06-28T14:12:50,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570545.xml... Done. 2022-06-28T14:12:50,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570243.xml 2022-06-28T14:12:50,553 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,553 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:50,555 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:50,555 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:50,560 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,568 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,568 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:50,568 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:50,568 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2022-06-28T14:12:50,568 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2022-06-28T14:12:50,568 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:50,572 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2022-06-28T14:12:50,575 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2022-06-28T14:12:50,575 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2022-06-28T14:12:50,575 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2022-06-28T14:12:50,576 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid log1 2022-06-28T14:12:50,576 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2022-06-28T14:12:50,576 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2022-06-28T14:12:50,581 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2022-06-28T14:12:50,584 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2022-06-28T14:12:50,584 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2022-06-28T14:12:50,584 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger log1 2022-06-28T14:12:50,585 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,587 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570545... 2022-06-28T14:12:50,592 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,596 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:50,600 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570597.xml... 2022-06-28T14:12:50,604 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570597.xml... Done. 2022-06-28T14:12:50,604 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570274.xml 2022-06-28T14:12:50,604 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,605 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,637 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:50,638 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,638 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:50,639 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test1/0 and log1/0... 2022-06-28T14:12:50,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,643 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:12:50,644 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:50,644 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:50,648 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:50,648 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:50,651 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/drivers/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,652 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/drivers/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2022-06-28T14:12:50,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:50,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2022-06-28T14:12:50,655 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2022-06-28T14:12:50,655 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:50,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2022-06-28T14:12:50,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2022-06-28T14:12:50,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2022-06-28T14:12:50,656 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2022-06-28T14:12:50,656 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2022-06-28T14:12:50,657 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570597... 2022-06-28T14:12:50,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:50,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570667.xml... 2022-06-28T14:12:50,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570667.xml... Done. 2022-06-28T14:12:50,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570303.xml 2022-06-28T14:12:50,674 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,674 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,674 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:50,674 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:50,675 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:50,675 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:50,679 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,685 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,685 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:50,686 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:50,686 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:50,686 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:50,686 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:50,704 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:50,709 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:50,709 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:50,709 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:50,737 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,738 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570667... 2022-06-28T14:12:50,742 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,746 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:50,748 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570746.xml... 2022-06-28T14:12:50,751 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570746.xml... Done. 2022-06-28T14:12:50,752 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570350.xml 2022-06-28T14:12:50,752 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,753 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570746... 2022-06-28T14:12:50,756 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: testDriver and factory pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:50,756 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:50,756 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:50,760 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:50,763 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:50,764 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:50,764 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:50,764 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: testDriver 2022-06-28T14:12:50,764 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configuration: testDriver 2022-06-28T14:12:50,765 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,766 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570746... 2022-06-28T14:12:50,767 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:50,768 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:50,768 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:50,768 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:50,774 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:50,777 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570774.xml... 2022-06-28T14:12:50,780 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570774.xml... Done. 2022-06-28T14:12:50,780 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570364.xml 2022-06-28T14:12:50,780 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,781 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:50,781 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,782 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:50,782 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:50,782 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2022-06-28T14:12:50,786 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/wireComponents/definitions, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,791 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/wireComponents/definitions, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:50,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:50,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:50,805 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:50,805 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:50,805 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,807 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570774... 2022-06-28T14:12:50,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:50,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570843.xml... 2022-06-28T14:12:50,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570843.xml... Done. 2022-06-28T14:12:50,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570384.xml 2022-06-28T14:12:50,849 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,850 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,850 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:50,850 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:50,853 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,856 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,856 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:50,856 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:50,856 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:50,857 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:50,857 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:50,861 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:50,864 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:50,865 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:50,865 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:50,865 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,867 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570843... 2022-06-28T14:12:50,871 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,875 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:50,879 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570876.xml... 2022-06-28T14:12:50,882 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570876.xml... Done. 2022-06-28T14:12:50,882 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570446.xml 2022-06-28T14:12:50,883 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,883 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:50,884 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:50,884 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:50,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:50,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:50,885 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:50,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:50,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:50,887 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:50,887 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:50,887 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570876... 2022-06-28T14:12:50,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:50,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570897.xml... 2022-06-28T14:12:50,903 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570897.xml... Done. 2022-06-28T14:12:50,904 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570482.xml 2022-06-28T14:12:50,904 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,905 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,905 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:50,905 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:50,910 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,939 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,942 [qtp-1236412107-94] WARN AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:50,945 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570897... 2022-06-28T14:12:50,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:50,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570955.xml... 2022-06-28T14:12:50,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570955.xml... Done. 2022-06-28T14:12:50,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570504.xml 2022-06-28T14:12:50,961 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,962 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:50,962 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:50,962 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:50,965 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:50,967 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:50,967 [qtp-1236412107-98] WARN AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:50,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:50,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570955... 2022-06-28T14:12:50,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570976.xml... 2022-06-28T14:12:50,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570976.xml... Done. 2022-06-28T14:12:50,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570545.xml 2022-06-28T14:12:50,983 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:50,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:50,983 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:50,983 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:50,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:50,984 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@101b6d81 2022-06-28T14:12:50,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:50,984 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:50,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:50,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:50,990 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:50,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:50,991 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:50,991 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:50,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570976... 2022-06-28T14:12:50,997 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570995.xml... 2022-06-28T14:12:51,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570995.xml... Done. 2022-06-28T14:12:51,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570597.xml 2022-06-28T14:12:51,001 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:51,001 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:51,001 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:51,002 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:51,002 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:51,039 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/drivers/ocds, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,043 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/drivers/ocds, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:51,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:51,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:51,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425570995... 2022-06-28T14:12:51,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571052.xml... 2022-06-28T14:12:51,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571052.xml... Done. 2022-06-28T14:12:51,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570667.xml 2022-06-28T14:12:51,100 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:51,101 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:51,101 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:51,101 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:51,101 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@f2f58a5f 2022-06-28T14:12:51,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:51,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:51,102 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:51,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:51,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:51,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:51,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:51,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:51,109 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:51,110 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571052... 2022-06-28T14:12:51,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571113.xml... 2022-06-28T14:12:51,118 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571113.xml... Done. 2022-06-28T14:12:51,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570746.xml 2022-06-28T14:12:51,119 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:51,119 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:51,120 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:51,121 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:51,122 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T14:12:51,124 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/drivers/channelDescriptors/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,126 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/drivers/channelDescriptors/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,127 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,128 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571113... 2022-06-28T14:12:51,132 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,142 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571139.xml... 2022-06-28T14:12:51,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571139.xml... Done. 2022-06-28T14:12:51,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570774.xml 2022-06-28T14:12:51,145 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,145 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,145 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,146 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,147 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,148 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:51,148 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:51,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:51,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:51,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:51,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:51,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:51,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:51,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:51,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571139... 2022-06-28T14:12:51,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571163.xml... 2022-06-28T14:12:51,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571163.xml... Done. 2022-06-28T14:12:51,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570843.xml 2022-06-28T14:12:51,173 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,175 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,175 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:51,176 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:51,176 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,178 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,180 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,181 [qtp-1236412107-94] WARN AuditLogger - {rest.method=DELETE, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:51,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:51,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:51,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:51,185 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:51,186 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:51,186 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571163... 2022-06-28T14:12:51,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571195.xml... 2022-06-28T14:12:51,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571195.xml... Done. 2022-06-28T14:12:51,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570876.xml 2022-06-28T14:12:51,203 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,203 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,203 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,203 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,238 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,238 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:51,238 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:51,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2022-06-28T14:12:51,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2022-06-28T14:12:51,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2022-06-28T14:12:51,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2022-06-28T14:12:51,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2022-06-28T14:12:51,245 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2022-06-28T14:12:51,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2022-06-28T14:12:51,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2022-06-28T14:12:51,247 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:51,247 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:51,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2022-06-28T14:12:51,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2022-06-28T14:12:51,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2022-06-28T14:12:51,254 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2022-06-28T14:12:51,255 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,257 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:51,257 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:51,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571195... 2022-06-28T14:12:51,263 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571267.xml... 2022-06-28T14:12:51,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571267.xml... Done. 2022-06-28T14:12:51,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570897.xml 2022-06-28T14:12:51,274 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,276 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,276 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:51,277 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2022-06-28T14:12:51,280 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:12:51,281 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,281 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:51,281 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,282 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,283 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:51,283 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:51,283 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2022-06-28T14:12:51,284 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:51,284 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2022-06-28T14:12:51,284 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Delete factory configuration: bar 2022-06-28T14:12:51,284 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:51,284 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2022-06-28T14:12:51,285 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:51,285 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2022-06-28T14:12:51,285 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Delete factory configuration: foo 2022-06-28T14:12:51,285 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:51,285 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... 2022-06-28T14:12:51,286 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... done 2022-06-28T14:12:51,286 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,287 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571267... 2022-06-28T14:12:51,290 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,293 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,296 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571294.xml... 2022-06-28T14:12:51,299 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571294.xml... Done. 2022-06-28T14:12:51,299 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570955.xml 2022-06-28T14:12:51,299 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,300 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,336 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,337 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:51,338 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:51,338 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,338 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:51,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:51,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:51,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571294... 2022-06-28T14:12:51,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571348.xml... 2022-06-28T14:12:51,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571348.xml... Done. 2022-06-28T14:12:51,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570976.xml 2022-06-28T14:12:51,357 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:51,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:51,357 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:51,358 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:51,358 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@dd48aa0 2022-06-28T14:12:51,358 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:51,361 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,362 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,366 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571348... 2022-06-28T14:12:51,369 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: testDriver and factory pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:51,369 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:51,370 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:51,373 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:51,377 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:51,377 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:51,377 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:51,377 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: testDriver 2022-06-28T14:12:51,377 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configuration: testDriver 2022-06-28T14:12:51,377 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:51,378 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:51,379 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571348... 2022-06-28T14:12:51,385 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571383.xml... 2022-06-28T14:12:51,388 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571383.xml... Done. 2022-06-28T14:12:51,389 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425570995.xml 2022-06-28T14:12:51,389 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:51,389 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,389 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:51,390 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:51,391 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:51,391 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2022-06-28T14:12:51,392 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571383... 2022-06-28T14:12:51,397 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571401.xml... 2022-06-28T14:12:51,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571401.xml... Done. 2022-06-28T14:12:51,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571052.xml 2022-06-28T14:12:51,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,442 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,443 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,444 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,444 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:51,444 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:51,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2022-06-28T14:12:51,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2022-06-28T14:12:51,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:51,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2022-06-28T14:12:51,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2022-06-28T14:12:51,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2022-06-28T14:12:51,452 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2022-06-28T14:12:51,452 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571401... 2022-06-28T14:12:51,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571461.xml... 2022-06-28T14:12:51,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571461.xml... Done. 2022-06-28T14:12:51,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571113.xml 2022-06-28T14:12:51,468 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,470 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,470 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:51,470 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:51,471 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,473 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,476 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,476 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:51,476 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:51,476 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid log1 2022-06-28T14:12:51,476 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2022-06-28T14:12:51,477 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2022-06-28T14:12:51,480 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2022-06-28T14:12:51,484 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2022-06-28T14:12:51,484 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2022-06-28T14:12:51,484 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger log1 2022-06-28T14:12:51,485 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,486 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571461... 2022-06-28T14:12:51,489 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,493 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,495 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571493.xml... 2022-06-28T14:12:51,498 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571493.xml... Done. 2022-06-28T14:12:51,499 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571139.xml 2022-06-28T14:12:51,499 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,499 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,537 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,538 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,538 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:51,539 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:51,539 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,539 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2022-06-28T14:12:51,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:51,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2022-06-28T14:12:51,543 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2022-06-28T14:12:51,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:51,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2022-06-28T14:12:51,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2022-06-28T14:12:51,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2022-06-28T14:12:51,544 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2022-06-28T14:12:51,544 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2022-06-28T14:12:51,545 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,546 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571493... 2022-06-28T14:12:51,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571553.xml... 2022-06-28T14:12:51,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571553.xml... Done. 2022-06-28T14:12:51,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571163.xml 2022-06-28T14:12:51,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,559 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,560 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,563 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,565 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,568 [qtp-1236412107-94] WARN AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:51,575 [qtp-1236412107-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/drivers/factoryPids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,578 [qtp-1236412107-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/drivers/factoryPids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,582 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,583 [qtp-1236412107-94] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,584 [qtp-1236412107-94] WARN AuditLogger - {rest.method=PUT, rest.path=wire/v1/configs, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:51,586 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571553... 2022-06-28T14:12:51,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571593.xml... 2022-06-28T14:12:51,598 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571593.xml... Done. 2022-06-28T14:12:51,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571195.xml 2022-06-28T14:12:51,599 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,599 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,600 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,600 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,642 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,647 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,648 [qtp-1236412107-98] WARN AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:51,650 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571593... 2022-06-28T14:12:51,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571660.xml... 2022-06-28T14:12:51,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571660.xml... Done. 2022-06-28T14:12:51,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571267.xml 2022-06-28T14:12:51,668 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,668 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,668 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,669 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,669 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,670 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:51,670 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:51,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2022-06-28T14:12:51,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2022-06-28T14:12:51,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:51,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2022-06-28T14:12:51,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2022-06-28T14:12:51,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2022-06-28T14:12:51,676 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2022-06-28T14:12:51,677 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571660... 2022-06-28T14:12:51,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571688.xml... 2022-06-28T14:12:51,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571688.xml... Done. 2022-06-28T14:12:51,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571294.xml 2022-06-28T14:12:51,696 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,698 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,698 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:51,698 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:51,698 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,700 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,701 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: test1 2022-06-28T14:12:51,701 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2022-06-28T14:12:51,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:51,741 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2022-06-28T14:12:51,741 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2022-06-28T14:12:51,742 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:51,742 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571688... 2022-06-28T14:12:51,748 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571752.xml... 2022-06-28T14:12:51,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571752.xml... Done. 2022-06-28T14:12:51,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571348.xml 2022-06-28T14:12:51,758 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,758 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,758 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,758 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,759 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,759 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:51,760 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:51,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2022-06-28T14:12:51,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2022-06-28T14:12:51,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:51,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2022-06-28T14:12:51,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2022-06-28T14:12:51,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2022-06-28T14:12:51,767 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2022-06-28T14:12:51,767 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571752... 2022-06-28T14:12:51,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571777.xml... 2022-06-28T14:12:51,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571777.xml... Done. 2022-06-28T14:12:51,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571383.xml 2022-06-28T14:12:51,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,785 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,785 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:51,785 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:51,786 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,787 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,788 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:51,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:51,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:51,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571777... 2022-06-28T14:12:51,799 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571797.xml... 2022-06-28T14:12:51,802 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571797.xml... Done. 2022-06-28T14:12:51,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571401.xml 2022-06-28T14:12:51,803 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:51,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:51,803 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:51,803 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:51,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:51,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:51,804 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@e0bc3662 2022-06-28T14:12:51,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:51,804 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:51,807 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:51,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:51,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:51,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:51,840 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571797... 2022-06-28T14:12:51,840 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:51,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571845.xml... 2022-06-28T14:12:51,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571845.xml... Done. 2022-06-28T14:12:51,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571461.xml 2022-06-28T14:12:51,851 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:51,851 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:51,851 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:51,852 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:51,853 [pool-37-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T14:12:51,855 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/drivers/channelDescriptors, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,857 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/drivers/channelDescriptors, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2022-06-28T14:12:51,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:51,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2022-06-28T14:12:51,872 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2022-06-28T14:12:51,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:51,872 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571845... 2022-06-28T14:12:51,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,880 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571880.xml... 2022-06-28T14:12:51,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571880.xml... Done. 2022-06-28T14:12:51,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571493.xml 2022-06-28T14:12:51,887 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,888 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,888 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,888 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,889 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,889 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:51,889 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:51,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeDeleted 2022-06-28T14:12:51,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeDeleted 2022-06-28T14:12:51,889 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2022-06-28T14:12:51,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted.... 2022-06-28T14:12:51,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeDeleted 2022-06-28T14:12:51,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted....Done 2022-06-28T14:12:51,895 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeDeleted 2022-06-28T14:12:51,895 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeKept 2022-06-28T14:12:51,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeKept 2022-06-28T14:12:51,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2022-06-28T14:12:51,899 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept.... 2022-06-28T14:12:51,902 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeKept 2022-06-28T14:12:51,902 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept....Done 2022-06-28T14:12:51,902 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeKept 2022-06-28T14:12:51,903 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,904 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571880... 2022-06-28T14:12:51,908 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571938.xml... 2022-06-28T14:12:51,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571938.xml... Done. 2022-06-28T14:12:51,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571553.xml 2022-06-28T14:12:51,948 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,951 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,951 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:51,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:51,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,954 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,957 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,957 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:51,957 [qtp-1236412107-98] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:51,958 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted... 2022-06-28T14:12:51,958 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2022-06-28T14:12:51,958 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted...done 2022-06-28T14:12:51,959 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Delete factory configuration: toBeDeleted 2022-06-28T14:12:51,959 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2022-06-28T14:12:51,959 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,960 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571938... 2022-06-28T14:12:51,963 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,966 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:51,968 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571966.xml... 2022-06-28T14:12:51,971 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571966.xml... Done. 2022-06-28T14:12:51,972 [qtp-1236412107-98] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571593.xml 2022-06-28T14:12:51,972 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:51,972 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:51,972 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:51,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:51,973 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:51,974 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,975 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:51,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:51,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:51,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:51,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571966... 2022-06-28T14:12:51,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571981.xml... 2022-06-28T14:12:51,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571981.xml... Done. 2022-06-28T14:12:51,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571660.xml 2022-06-28T14:12:51,988 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:51,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:51,988 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:51,988 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:51,989 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@dd22dc36 2022-06-28T14:12:51,992 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/assets/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:51,993 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/assets/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:51,999 [qtp-1236412107-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/wireComponents/factoryPids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:52,002 [qtp-1236412107-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata/wireComponents/factoryPids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:52,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:52,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:52,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:52,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425571981... 2022-06-28T14:12:52,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572043.xml... 2022-06-28T14:12:52,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572043.xml... Done. 2022-06-28T14:12:52,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571688.xml 2022-06-28T14:12:52,049 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:52,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:52,049 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:52,049 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:52,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:52,050 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:52,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:52,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:52,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:52,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:52,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:52,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:52,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572043... 2022-06-28T14:12:52,061 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:52,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572063.xml... 2022-06-28T14:12:52,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572063.xml... Done. 2022-06-28T14:12:52,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571752.xml 2022-06-28T14:12:52,071 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:52,071 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:52,074 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/drivers/ocds/byFactoryPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:52,075 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/metadata/drivers/ocds/byFactoryPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:52,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept... 2022-06-28T14:12:52,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2022-06-28T14:12:52,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept...done 2022-06-28T14:12:52,078 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: toBeKept 2022-06-28T14:12:52,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2022-06-28T14:12:52,079 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572063... 2022-06-28T14:12:52,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:52,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572087.xml... 2022-06-28T14:12:52,095 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572087.xml... Done. 2022-06-28T14:12:52,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571777.xml 2022-06-28T14:12:52,096 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,096 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,096 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:52,097 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:52,098 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:52,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:52,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:52,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572087... 2022-06-28T14:12:52,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572139.xml... 2022-06-28T14:12:52,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572139.xml... Done. 2022-06-28T14:12:52,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571797.xml 2022-06-28T14:12:52,147 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:52,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:52,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:52,148 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:52,151 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:52,152 [qtp-1236412107-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:52,158 [qtp-1236412107-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/metadata, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:52,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572139... 2022-06-28T14:12:52,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:52,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572187.xml... 2022-06-28T14:12:52,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572187.xml... Done. 2022-06-28T14:12:52,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571845.xml 2022-06-28T14:12:52,193 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,193 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,194 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:52,194 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:52,199 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:52,199 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,200 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572187... 2022-06-28T14:12:52,205 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,208 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:52,210 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572208.xml... 2022-06-28T14:12:52,213 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572208.xml... Done. 2022-06-28T14:12:52,213 [qtp-1236412107-94] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571880.xml 2022-06-28T14:12:52,213 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,213 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,214 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:52,214 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:52,236 [qtp-1236412107-94] INFO AuditLogger - {rest.method=DELETE, rest.path=wire/v1/graph, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:52,238 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:52,242 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:52,243 [qtp-1236412107-98] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:52,246 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572208... 2022-06-28T14:12:52,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:52,255 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572253.xml... 2022-06-28T14:12:52,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572253.xml... Done. 2022-06-28T14:12:52,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571938.xml 2022-06-28T14:12:52,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,260 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:52,261 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:52,261 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:52,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2022-06-28T14:12:52,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2022-06-28T14:12:52,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2022-06-28T14:12:52,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2022-06-28T14:12:52,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2022-06-28T14:12:52,269 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2022-06-28T14:12:52,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2022-06-28T14:12:52,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2022-06-28T14:12:52,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2022-06-28T14:12:52,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2022-06-28T14:12:52,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2022-06-28T14:12:52,275 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2022-06-28T14:12:52,276 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572253... 2022-06-28T14:12:52,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:52,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572284.xml... 2022-06-28T14:12:52,290 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572284.xml... Done. 2022-06-28T14:12:52,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571966.xml 2022-06-28T14:12:52,291 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,291 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:52,291 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:52,291 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:52,292 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:52,293 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:52,293 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:52,295 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:52,295 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:52,296 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:52,296 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2022-06-28T14:12:52,299 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/graph/topology, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:52,300 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/graph/topology, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:52,300 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:12:52,300 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:52,301 [qtp-1236412107-94] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/graph/topology, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:52,305 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2022-06-28T14:12:52,306 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:52,306 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2022-06-28T14:12:52,306 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: foo 2022-06-28T14:12:52,306 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2022-06-28T14:12:52,307 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:52,307 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2022-06-28T14:12:52,307 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: bar 2022-06-28T14:12:52,307 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,308 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572284... 2022-06-28T14:12:52,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:52,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572344.xml... 2022-06-28T14:12:52,348 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572344.xml... Done. 2022-06-28T14:12:52,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425571981.xml 2022-06-28T14:12:52,349 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,349 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:52,349 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:52,350 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:52,351 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:52,351 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:52,354 [qtp-1236412107-98] INFO AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:52,355 [qtp-1236412107-98] WARN AuditLogger - {rest.method=PUT, rest.path=wire/v1/graph/snapshot, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Failure - Request failed 2022-06-28T14:12:52,357 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:52,357 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:52,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:52,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:52,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:52,360 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:52,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:52,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:52,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:52,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572344... 2022-06-28T14:12:52,364 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:52,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572367.xml... 2022-06-28T14:12:52,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572367.xml... Done. 2022-06-28T14:12:52,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572043.xml 2022-06-28T14:12:52,373 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:52,373 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:52,376 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:52,377 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} ConfigurationService - Success - Get component configuration: testDriver 2022-06-28T14:12:52,377 [qtp-1236412107-94] INFO AuditLogger - {rest.method=POST, rest.path=wire/v1/configs/byPid, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:52,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:52,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:52,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:52,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572367... 2022-06-28T14:12:52,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572383.xml... 2022-06-28T14:12:52,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572383.xml... Done. 2022-06-28T14:12:52,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572063.xml 2022-06-28T14:12:52,390 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:52,390 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:52,390 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:52,391 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:52,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:52,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:52,391 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:52,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:52,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:52,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:52,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:52,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:52,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572383... 2022-06-28T14:12:52,399 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:52,404 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572403.xml... 2022-06-28T14:12:52,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572403.xml... Done. 2022-06-28T14:12:52,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572087.xml 2022-06-28T14:12:52,439 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:52,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:52,440 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testAsset does not exist or it is not a Factory Component 2022-06-28T14:12:52,440 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:52,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:52,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:52,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:52,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:52,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:52,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572403... 2022-06-28T14:12:52,445 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:52,445 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:52,446 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2022-06-28T14:12:52,446 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:52,446 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:52,447 [pool-46-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:52,447 [pool-46-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:52,450 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572448.xml... 2022-06-28T14:12:52,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572448.xml... Done. 2022-06-28T14:12:52,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572139.xml 2022-06-28T14:12:52,454 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:52,454 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:52,454 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:52,454 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:52,456 [qtp-1236412107-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/assets/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Password Authentication succeeded 2022-06-28T14:12:52,457 [qtp-1236412107-98] INFO AuditLogger - {rest.method=GET, rest.path=wire/v1/assets/pids, entrypoint=RestService, identity=admin, ip=127.0.0.1} Rest - Success - Rest request succeeded 2022-06-28T14:12:52,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572448... 2022-06-28T14:12:52,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:52,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... Done. 2022-06-28T14:12:52,490 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:12:52,491 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:12:52,491 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:52,491 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:52,491 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:12:52,493 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572490.xml... 2022-06-28T14:12:52,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572490.xml... Done. 2022-06-28T14:12:52,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572187.xml 2022-06-28T14:12:52,497 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:52,497 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:52,497 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:52,498 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572490... 2022-06-28T14:12:52,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:52,504 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance ... Done. 2022-06-28T14:12:52,507 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572504.xml... 2022-06-28T14:12:52,510 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572504.xml... Done. 2022-06-28T14:12:52,511 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572208.xml 2022-06-28T14:12:52,511 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:52,511 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:52,511 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:52,569 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2022-06-28T14:12:52,570 [ConfigurationListener Event Queue] INFO o.e.k.b.a.s.m.ServiceComponent - Starting Artemis 2022-06-28T14:12:52,617 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.i.ProtocolTracker - Adding protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@99c71cde 2022-06-28T14:12:52,618 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerManager - Protocols added - [MQTT] 2022-06-28T14:12:53,096 [ConfigurationListener Event Queue] WARN o.a.a.a.c.server - AMQ222018: AIO was not located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal 2022-06-28T14:12:53,097 [ConfigurationListener Event Queue] WARN o.a.a.a.c.server - AMQ222269: Please use a fixed value for "journal-pool-files". Default changed per https://issues.apache.org/jira/browse/ARTEMIS-1628 2022-06-28T14:12:53,142 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - Loaded components: 1 2022-06-28T14:12:53,142 [ConfigurationListener Event Queue] INFO o.e.k.b.a.c.ServerRunner - core -> ActiveMQServerImpl:: 2022-06-28T14:12:53,170 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) 2022-06-28T14:12:53,188 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,610,612,736 2022-06-28T14:12:53,211 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2022-06-28T14:12:53,212 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2022-06-28T14:12:53,271 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address DLQ supporting [ANYCAST] 2022-06-28T14:12:53,274 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2022-06-28T14:12:53,332 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2022-06-28T14:12:53,333 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2022-06-28T14:12:53,577 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221020: Started NIO Acceptor at localhost:1883 for protocols [MQTT] 2022-06-28T14:12:53,578 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221007: Server is now live 2022-06-28T14:12:53,578 [ConfigurationListener Event Queue] INFO o.a.a.a.c.server - AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.6.4 [simple-mqtt-broker, nodeID=665c4390-f6ec-11ec-a9d8-0a580a28215f] 2022-06-28T14:12:53,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425572504... 2022-06-28T14:12:53,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:53,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.cloud.CloudService ... Done. 2022-06-28T14:12:53,865 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - updated org.eclipse.kura.cloud.CloudService... 2022-06-28T14:12:53,894 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425573864.xml... 2022-06-28T14:12:53,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425573864.xml... Done. 2022-06-28T14:12:53,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572253.xml 2022-06-28T14:12:53,897 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:53,898 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:53,898 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:53,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid observer 2022-06-28T14:12:53,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid observer 2022-06-28T14:12:53,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:53,901 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer.... 2022-06-28T14:12:53,907 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: observer 2022-06-28T14:12:53,907 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - observer....Done 2022-06-28T14:12:53,907 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:53,908 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating observer... 2022-06-28T14:12:53,908 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425573864... 2022-06-28T14:12:53,915 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425573912.xml... 2022-06-28T14:12:53,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425573912.xml... Done. 2022-06-28T14:12:53,918 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572284.xml 2022-06-28T14:12:53,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:53,918 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport observer 2022-06-28T14:12:53,919 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating observer... 2022-06-28T14:12:53,919 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdating 2022-06-28T14:12:53,919 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:53,920 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.DataTransportListenerS - No registered listeners. Ignoring onConfigurationUpdated 2022-06-28T14:12:53,920 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T14:12:53,920 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using file persistence for in-flight messages: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/paho-persistence 2022-06-28T14:12:53,945 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:12:53,945 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T14:12:53,945 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T14:12:53,945 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = test 2022-06-28T14:12:53,945 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T14:12:53,945 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T14:12:53,945 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T14:12:53,945 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 20 2022-06-28T14:12:53,945 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T14:12:53,945 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T14:12:53,946 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/test/MQTT/LWT 2022-06-28T14:12:53,946 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T14:12:53,946 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T14:12:53,946 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T14:12:53,946 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T14:12:54,375 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T14:12:54,375 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:12:54,375 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:12:54,375 [main] INFO o.e.k.c.d.DataServiceImpl - Notified connected 2022-06-28T14:12:54,375 [main] INFO o.e.k.c.d.DataServiceImpl - New session established. Unpublishing all in-flight messages. Disregarding the QoS level, this may cause duplicate messages. 2022-06-28T14:12:54,375 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T14:12:54,454 [main] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T14:12:54,469 [main] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/BIRTH, priority: 0 2022-06-28T14:12:54,477 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/MQTT/BIRTH with QoS: 0 2022-06-28T14:12:54,483 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: $EDC/mqtt/test/# with QoS: 1 2022-06-28T14:12:54,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Creating a new client instance 2022-06-28T14:12:54,530 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Using memory persistence for in-flight messages 2022-06-28T14:12:54,531 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:12:54,532 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connection Properties 2022-06-28T14:12:54,532 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # broker = tcp://localhost:1883 2022-06-28T14:12:54,532 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # clientId = observer 2022-06-28T14:12:54,532 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # username = mqtt 2022-06-28T14:12:54,532 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # password = XXXXXXXXXXXXXX 2022-06-28T14:12:54,532 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # keepAlive = 30 2022-06-28T14:12:54,532 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # timeout = 10 2022-06-28T14:12:54,533 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # cleanSession = true 2022-06-28T14:12:54,533 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # MQTT version = 3.1.1 2022-06-28T14:12:54,533 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willDestination = $EDC/mqtt/observer/MQTT/LWT 2022-06-28T14:12:54,533 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # willMessage = 2022-06-28T14:12:54,533 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # 2022-06-28T14:12:54,533 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connecting... 2022-06-28T14:12:54,534 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED fast blinking 2022-06-28T14:12:54,840 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # Connected! 2022-06-28T14:12:54,840 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - # ------------------------------------------------------------ 2022-06-28T14:12:54,840 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED on 2022-06-28T14:12:54,840 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Subscribing to topic: # with QoS: 0 2022-06-28T14:12:54,847 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:54,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425573912... 2022-06-28T14:12:54,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:54,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:54,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425574860.xml... 2022-06-28T14:12:54,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425574860.xml... Done. 2022-06-28T14:12:54,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572344.xml 2022-06-28T14:12:54,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:54,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:54,867 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:54,868 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:54,870 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:54,887 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:54,928 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:54,929 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:54,929 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:54,929 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:54,929 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:54,929 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:54,933 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:54,936 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:54,936 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:54,936 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:54,937 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:54,938 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425574860... 2022-06-28T14:12:54,941 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:54,944 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:54,947 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425574944.xml... 2022-06-28T14:12:54,950 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425574944.xml... Done. 2022-06-28T14:12:54,950 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572367.xml 2022-06-28T14:12:54,950 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:54,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:54,952 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:54,952 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-174839212, priority: 1 2022-06-28T14:12:54,952 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:54,953 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:54,953 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:54,959 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-174839212, priority: 1 2022-06-28T14:12:54,964 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-174839212 with QoS: 0 2022-06-28T14:12:54,967 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-174839212 2022-06-28T14:12:54,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:54,970 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:54,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:54,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:54,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:54,973 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:54,973 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:54,973 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:54,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425574944... 2022-06-28T14:12:54,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:54,999 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:55,001 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425574999.xml... 2022-06-28T14:12:55,006 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425574999.xml... Done. 2022-06-28T14:12:55,007 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572383.xml 2022-06-28T14:12:55,007 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,007 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,007 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:55,007 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:55,008 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:55,008 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:55,008 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:55,008 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2022-06-28T14:12:55,008 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2022-06-28T14:12:55,009 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:55,011 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2022-06-28T14:12:55,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2022-06-28T14:12:55,015 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2022-06-28T14:12:55,015 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2022-06-28T14:12:55,015 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425574999... 2022-06-28T14:12:55,020 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:55,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575038.xml... 2022-06-28T14:12:55,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575038.xml... Done. 2022-06-28T14:12:55,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572403.xml 2022-06-28T14:12:55,049 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,050 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:55,052 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:55,052 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:55,053 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:55,053 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:55,054 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:55,058 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:55,058 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:55,058 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:55,059 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2022-06-28T14:12:55,060 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:55,060 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2022-06-28T14:12:55,060 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Delete factory configuration: test1 2022-06-28T14:12:55,060 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:55,060 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:55,060 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:55,061 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:55,064 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:55,067 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:55,068 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:55,068 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:55,069 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,071 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575038... 2022-06-28T14:12:55,075 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,079 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:55,083 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575079.xml... 2022-06-28T14:12:55,086 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575079.xml... Done. 2022-06-28T14:12:55,086 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572448.xml 2022-06-28T14:12:55,086 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,087 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:55,087 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-263459582, priority: 1 2022-06-28T14:12:55,088 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:55,088 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:55,089 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:55,089 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:55,092 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-263459582, priority: 1 2022-06-28T14:12:55,098 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-263459582 with QoS: 0 2022-06-28T14:12:55,102 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-263459582 2022-06-28T14:12:55,104 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:55,105 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/wireComponents/definitions/byFactoryPid with QoS: 0 2022-06-28T14:12:55,136 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/wireComponents/definitions/byFactoryPid 2022-06-28T14:12:55,142 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/metadata/wireComponents/definitions/byFactoryPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:55,142 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1755022156, priority: 1 2022-06-28T14:12:55,151 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1755022156, priority: 1 2022-06-28T14:12:55,154 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1755022156 with QoS: 0 2022-06-28T14:12:55,158 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1755022156 2022-06-28T14:12:55,161 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:55,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:55,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575079... 2022-06-28T14:12:55,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575168.xml... 2022-06-28T14:12:55,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575168.xml... Done. 2022-06-28T14:12:55,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572490.xml 2022-06-28T14:12:55,175 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,175 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:55,176 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:55,176 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:55,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:55,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:55,176 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@f200fa23 2022-06-28T14:12:55,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:55,177 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:55,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:55,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:55,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:55,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,183 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:55,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575168... 2022-06-28T14:12:55,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575186.xml... 2022-06-28T14:12:55,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575186.xml... Done. 2022-06-28T14:12:55,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425572504.xml 2022-06-28T14:12:55,194 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,194 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:55,194 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:55,195 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/channelDescriptors/byPid with QoS: 0 2022-06-28T14:12:55,196 [pool-46-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:55,196 [pool-46-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:55,198 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/channelDescriptors/byPid 2022-06-28T14:12:55,240 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/metadata/drivers/channelDescriptors/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:55,241 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-115437701, priority: 1 2022-06-28T14:12:55,248 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-115437701, priority: 1 2022-06-28T14:12:55,252 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-115437701 with QoS: 0 2022-06-28T14:12:55,300 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-115437701 2022-06-28T14:12:55,307 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:55,308 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:55,308 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,309 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575186... 2022-06-28T14:12:55,314 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575312.xml... 2022-06-28T14:12:55,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575312.xml... Done. 2022-06-28T14:12:55,317 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425573864.xml 2022-06-28T14:12:55,318 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:55,318 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:55,318 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:55,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:55,318 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@9428e401 2022-06-28T14:12:55,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:55,318 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:55,318 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:55,321 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:55,324 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:55,324 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:55,324 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,326 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:55,326 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575312... 2022-06-28T14:12:55,332 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575330.xml... 2022-06-28T14:12:55,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575330.xml... Done. 2022-06-28T14:12:55,335 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425573912.xml 2022-06-28T14:12:55,335 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,335 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:55,336 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:55,336 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:55,337 [pool-46-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:55,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:55,337 [pool-46-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:55,337 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575330... 2022-06-28T14:12:55,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575346.xml... 2022-06-28T14:12:55,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575346.xml... Done. 2022-06-28T14:12:55,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425574860.xml 2022-06-28T14:12:55,353 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:55,353 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:55,353 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:55,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:55,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:55,353 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@4a12fd 2022-06-28T14:12:55,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:55,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:55,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,357 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575346... 2022-06-28T14:12:55,358 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:55,358 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:55,358 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T14:12:55,358 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:55,359 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:55,360 [pool-51-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:55,361 [pool-51-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T14:12:55,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575361.xml... 2022-06-28T14:12:55,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575361.xml... Done. 2022-06-28T14:12:55,367 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425574944.xml 2022-06-28T14:12:55,367 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,367 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:55,367 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:55,368 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:55,369 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid with QoS: 0 2022-06-28T14:12:55,374 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2022-06-28T14:12:55,375 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configs/byPid} ConfigurationService - Success - Get component configuration: testAsset 2022-06-28T14:12:55,376 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configs/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:55,377 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1798015036, priority: 1 2022-06-28T14:12:55,382 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1798015036, priority: 1 2022-06-28T14:12:55,390 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1798015036 with QoS: 0 2022-06-28T14:12:55,395 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1798015036 2022-06-28T14:12:55,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:55,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:55,436 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,438 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575361... 2022-06-28T14:12:55,445 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575442.xml... 2022-06-28T14:12:55,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575442.xml... Done. 2022-06-28T14:12:55,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425574999.xml 2022-06-28T14:12:55,448 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:55,449 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:55,449 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:55,449 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@4a12fd 2022-06-28T14:12:55,449 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:55,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:55,450 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:55,450 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:55,450 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:55,450 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:55,450 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575442... 2022-06-28T14:12:55,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:55,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575458.xml... 2022-06-28T14:12:55,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575458.xml... Done. 2022-06-28T14:12:55,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575038.xml 2022-06-28T14:12:55,465 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,465 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,465 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:55,466 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:55,466 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/graph/snapshot with QoS: 0 2022-06-28T14:12:55,469 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/graph/snapshot 2022-06-28T14:12:55,470 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:55,471 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/graph/snapshot} ConfigurationService - Success - Get component configurations: (objectClass=org.eclipse.kura.driver.Driver) 2022-06-28T14:12:55,471 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:55,471 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1945320844, priority: 1 2022-06-28T14:12:55,477 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1945320844, priority: 1 2022-06-28T14:12:55,481 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1945320844 with QoS: 0 2022-06-28T14:12:55,484 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1945320844 2022-06-28T14:12:55,486 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:55,487 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:55,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:55,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:55,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:55,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:55,494 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:55,494 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:55,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,495 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:55,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575458... 2022-06-28T14:12:55,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575543.xml... 2022-06-28T14:12:55,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575543.xml... Done. 2022-06-28T14:12:55,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575079.xml 2022-06-28T14:12:55,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,551 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:55,551 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:55,552 [pool-51-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:55,552 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid with QoS: 0 2022-06-28T14:12:55,552 [pool-51-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:55,554 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid 2022-06-28T14:12:55,555 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/configs/byPid} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:55,556 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:55,557 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:55,557 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:55,557 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/configs/byPid} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:55,557 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,557 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:55,558 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@8a11c07d 2022-06-28T14:12:55,558 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:55,559 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575543... 2022-06-28T14:12:55,566 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575563.xml... 2022-06-28T14:12:55,569 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575563.xml... Done. 2022-06-28T14:12:55,569 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575168.xml 2022-06-28T14:12:55,569 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/configs/byPid} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,569 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/configs/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:55,570 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/875767823, priority: 1 2022-06-28T14:12:55,574 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/875767823, priority: 1 2022-06-28T14:12:55,577 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/875767823 with QoS: 0 2022-06-28T14:12:55,580 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/875767823 2022-06-28T14:12:55,583 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575563... 2022-06-28T14:12:55,593 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,597 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:55,601 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575597.xml... 2022-06-28T14:12:55,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575597.xml... Done. 2022-06-28T14:12:55,640 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575186.xml 2022-06-28T14:12:55,640 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,640 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,640 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:55,640 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:55,641 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:55,641 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:55,641 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:55,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:55,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:55,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:55,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:55,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:55,647 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:55,648 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:55,648 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,649 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575597... 2022-06-28T14:12:55,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:55,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575656.xml... 2022-06-28T14:12:55,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575656.xml... Done. 2022-06-28T14:12:55,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575312.xml 2022-06-28T14:12:55,663 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:55,664 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2022-06-28T14:12:55,665 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:55,666 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:55,667 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:55,667 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:55,668 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2022-06-28T14:12:55,670 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:55,673 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575656... 2022-06-28T14:12:55,677 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:55,680 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent timer ... Done. 2022-06-28T14:12:55,680 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Update configurations: timer 2022-06-28T14:12:55,681 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Update configuration: timer 2022-06-28T14:12:55,681 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,682 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575656... 2022-06-28T14:12:55,688 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575685.xml... 2022-06-28T14:12:55,691 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575685.xml... Done. 2022-06-28T14:12:55,692 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575330.xml 2022-06-28T14:12:55,692 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,692 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:55,692 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1949612339, priority: 1 2022-06-28T14:12:55,696 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1949612339, priority: 1 2022-06-28T14:12:55,702 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1949612339 with QoS: 0 2022-06-28T14:12:55,739 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1949612339 2022-06-28T14:12:55,741 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: timer 2022-06-28T14:12:55,743 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:55,743 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:55,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:55,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:55,744 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:55,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:55,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:55,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:55,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,751 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:55,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575685... 2022-06-28T14:12:55,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575759.xml... 2022-06-28T14:12:55,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575759.xml... Done. 2022-06-28T14:12:55,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575346.xml 2022-06-28T14:12:55,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,770 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:55,771 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:55,771 [pool-51-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:55,772 [pool-51-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:55,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:55,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:55,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,776 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575759... 2022-06-28T14:12:55,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575784.xml... 2022-06-28T14:12:55,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575784.xml... Done. 2022-06-28T14:12:55,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575361.xml 2022-06-28T14:12:55,793 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:55,793 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:55,793 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:55,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:55,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:55,794 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@5cecd8de 2022-06-28T14:12:55,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:55,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:55,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,800 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:55,800 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:55,801 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2022-06-28T14:12:55,801 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:55,802 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:55,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575784... 2022-06-28T14:12:55,861 [pool-55-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:55,869 [pool-55-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 3 ms 2022-06-28T14:12:55,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575870.xml... 2022-06-28T14:12:55,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575870.xml... Done. 2022-06-28T14:12:55,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575442.xml 2022-06-28T14:12:55,884 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:55,884 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:55,885 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:55,886 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:55,888 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid with QoS: 0 2022-06-28T14:12:55,898 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid 2022-06-28T14:12:55,937 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/configs/byPid} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:55,937 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:55,938 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:55,938 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:55,938 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/configs/byPid} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:55,938 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:55,938 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:55,938 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@5cecd8de 2022-06-28T14:12:55,938 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575870... 2022-06-28T14:12:56,001 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575958.xml... 2022-06-28T14:12:56,004 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575958.xml... Done. 2022-06-28T14:12:56,005 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575458.xml 2022-06-28T14:12:56,005 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/configs/byPid} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,005 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/configs/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:56,006 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/276095494, priority: 1 2022-06-28T14:12:56,012 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/276095494, priority: 1 2022-06-28T14:12:56,015 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/276095494 with QoS: 0 2022-06-28T14:12:56,019 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/276095494 2022-06-28T14:12:56,021 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:56,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:56,022 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:56,022 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:56,022 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:56,023 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,024 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425575958... 2022-06-28T14:12:56,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:56,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576045.xml... 2022-06-28T14:12:56,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576045.xml... Done. 2022-06-28T14:12:56,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575543.xml 2022-06-28T14:12:56,054 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,054 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,054 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:56,055 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:56,055 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:56,056 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:56,056 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:56,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2022-06-28T14:12:56,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2022-06-28T14:12:56,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2022-06-28T14:12:56,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2022-06-28T14:12:56,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2022-06-28T14:12:56,063 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2022-06-28T14:12:56,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2022-06-28T14:12:56,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2022-06-28T14:12:56,064 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:56,064 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:56,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2022-06-28T14:12:56,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2022-06-28T14:12:56,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2022-06-28T14:12:56,070 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2022-06-28T14:12:56,071 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576045... 2022-06-28T14:12:56,073 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:56,073 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:56,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:56,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576080.xml... 2022-06-28T14:12:56,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576080.xml... Done. 2022-06-28T14:12:56,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575563.xml 2022-06-28T14:12:56,086 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,087 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:56,088 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:56,088 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2022-06-28T14:12:56,090 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/DEL/graph with QoS: 0 2022-06-28T14:12:56,092 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:12:56,092 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:56,093 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:56,094 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/graph 2022-06-28T14:12:56,095 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2022-06-28T14:12:56,095 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:56,096 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2022-06-28T14:12:56,096 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} ConfigurationService - Success - Delete factory configuration: foo 2022-06-28T14:12:56,096 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:56,097 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2022-06-28T14:12:56,097 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:56,097 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2022-06-28T14:12:56,097 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} ConfigurationService - Success - Delete factory configuration: bar 2022-06-28T14:12:56,097 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:56,098 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,098 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576080... 2022-06-28T14:12:56,137 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,140 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:56,142 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576140.xml... 2022-06-28T14:12:56,145 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576140.xml... Done. 2022-06-28T14:12:56,146 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575597.xml 2022-06-28T14:12:56,146 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,146 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,146 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:56,146 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:56,146 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-122491635, priority: 1 2022-06-28T14:12:56,147 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:56,151 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-122491635, priority: 1 2022-06-28T14:12:56,156 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-122491635 with QoS: 0 2022-06-28T14:12:56,160 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-122491635 2022-06-28T14:12:56,162 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:56,164 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,165 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576140... 2022-06-28T14:12:56,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:56,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576173.xml... 2022-06-28T14:12:56,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576173.xml... Done. 2022-06-28T14:12:56,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575656.xml 2022-06-28T14:12:56,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,181 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:56,181 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:56,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:56,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576173... 2022-06-28T14:12:56,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576187.xml... 2022-06-28T14:12:56,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576187.xml... Done. 2022-06-28T14:12:56,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575685.xml 2022-06-28T14:12:56,193 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:56,193 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:56,193 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:56,193 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:56,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:56,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:56,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:56,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:56,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576187... 2022-06-28T14:12:56,200 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:56,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576203.xml... 2022-06-28T14:12:56,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576203.xml... Done. 2022-06-28T14:12:56,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575759.xml 2022-06-28T14:12:56,240 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,241 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:56,241 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:56,244 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:56,246 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:56,247 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:56,247 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:56,247 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:56,247 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:56,247 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:56,251 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:56,254 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:56,254 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:56,254 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:56,254 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,255 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576203... 2022-06-28T14:12:56,259 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,262 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:56,268 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576262.xml... 2022-06-28T14:12:56,271 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576262.xml... Done. 2022-06-28T14:12:56,271 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575784.xml 2022-06-28T14:12:56,271 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:56,272 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576262... 2022-06-28T14:12:56,275 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:56,278 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2022-06-28T14:12:56,278 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: testDriver 2022-06-28T14:12:56,278 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configuration: testDriver 2022-06-28T14:12:56,278 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,279 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576262... 2022-06-28T14:12:56,280 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:56,280 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:56,280 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:56,280 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:56,282 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2022-06-28T14:12:56,287 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576284.xml... 2022-06-28T14:12:56,290 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576284.xml... Done. 2022-06-28T14:12:56,291 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575870.xml 2022-06-28T14:12:56,291 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,291 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:56,291 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/274650372, priority: 1 2022-06-28T14:12:56,338 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/274650372, priority: 1 2022-06-28T14:12:56,342 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/274650372 with QoS: 0 2022-06-28T14:12:56,347 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/274650372 2022-06-28T14:12:56,348 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2022-06-28T14:12:56,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:56,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,351 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576284... 2022-06-28T14:12:56,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576355.xml... 2022-06-28T14:12:56,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576355.xml... Done. 2022-06-28T14:12:56,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425575958.xml 2022-06-28T14:12:56,363 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:56,363 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:56,363 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,363 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:56,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:56,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:56,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:56,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:56,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:56,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:56,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,370 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:56,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576355... 2022-06-28T14:12:56,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576374.xml... 2022-06-28T14:12:56,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576374.xml... Done. 2022-06-28T14:12:56,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576045.xml 2022-06-28T14:12:56,381 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,381 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:56,382 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testAsset does not exist or it is not a Factory Component 2022-06-28T14:12:56,382 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:56,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:56,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:56,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:56,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:56,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576374... 2022-06-28T14:12:56,388 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:56,388 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:56,389 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2022-06-28T14:12:56,389 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:56,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576391.xml... 2022-06-28T14:12:56,397 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576391.xml... Done. 2022-06-28T14:12:56,397 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576080.xml 2022-06-28T14:12:56,397 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,397 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:56,397 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:56,398 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:56,398 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2022-06-28T14:12:56,400 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2022-06-28T14:12:56,402 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:56,438 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:56,439 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:56,439 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:56,439 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:56,440 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:56,440 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:56,446 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:56,446 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:56,447 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:56,447 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,447 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576391... 2022-06-28T14:12:56,453 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576450.xml... 2022-06-28T14:12:56,455 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576450.xml... Done. 2022-06-28T14:12:56,456 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576140.xml 2022-06-28T14:12:56,456 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,456 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:56,456 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:56,456 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1952121703, priority: 1 2022-06-28T14:12:56,459 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:56,459 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:56,460 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T14:12:56,460 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:56,461 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:56,461 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:56,462 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:56,463 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1952121703, priority: 1 2022-06-28T14:12:56,485 [pool-60-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:56,486 [pool-60-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:56,488 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1952121703 with QoS: 0 2022-06-28T14:12:56,491 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1952121703 2022-06-28T14:12:56,492 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2022-06-28T14:12:56,493 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:56,494 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,494 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576450... 2022-06-28T14:12:56,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576499.xml... 2022-06-28T14:12:56,505 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576499.xml... Done. 2022-06-28T14:12:56,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576173.xml 2022-06-28T14:12:56,506 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:56,506 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:56,506 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:56,506 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@3bb26fb6 2022-06-28T14:12:56,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:56,506 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:56,507 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:56,510 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:56,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:56,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:56,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,539 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:56,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576499... 2022-06-28T14:12:56,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576545.xml... 2022-06-28T14:12:56,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576545.xml... Done. 2022-06-28T14:12:56,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576187.xml 2022-06-28T14:12:56,551 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,551 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:56,551 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:56,552 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/ocds/byFactoryPid with QoS: 0 2022-06-28T14:12:56,552 [pool-60-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:56,552 [pool-60-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:56,555 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/ocds/byFactoryPid 2022-06-28T14:12:56,556 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/metadata/drivers/ocds/byFactoryPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:56,556 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1420864227, priority: 1 2022-06-28T14:12:56,565 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1420864227, priority: 1 2022-06-28T14:12:56,569 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1420864227 with QoS: 0 2022-06-28T14:12:56,573 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1420864227 2022-06-28T14:12:56,576 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/assets/channelDescriptor with QoS: 0 2022-06-28T14:12:56,580 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/assets/channelDescriptor 2022-06-28T14:12:56,582 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/metadata/assets/channelDescriptor} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:56,582 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1839357709, priority: 1 2022-06-28T14:12:56,590 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1839357709, priority: 1 2022-06-28T14:12:56,593 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1839357709 with QoS: 0 2022-06-28T14:12:56,636 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1839357709 2022-06-28T14:12:56,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:56,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,640 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576545... 2022-06-28T14:12:56,649 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576646.xml... 2022-06-28T14:12:56,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576646.xml... Done. 2022-06-28T14:12:56,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576203.xml 2022-06-28T14:12:56,653 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:56,653 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:56,653 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:56,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:56,654 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@17fbfe81 2022-06-28T14:12:56,654 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:56,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:56,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:56,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:56,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,660 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:56,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576646... 2022-06-28T14:12:56,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576663.xml... 2022-06-28T14:12:56,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576663.xml... Done. 2022-06-28T14:12:56,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576262.xml 2022-06-28T14:12:56,669 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,669 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:56,669 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:56,670 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2022-06-28T14:12:56,670 [pool-60-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:56,671 [pool-60-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:56,672 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2022-06-28T14:12:56,673 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:56,674 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576663... 2022-06-28T14:12:56,678 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:56,681 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent testDriver ... Done. 2022-06-28T14:12:56,681 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Update configurations: testDriver 2022-06-28T14:12:56,682 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Update configuration: testDriver 2022-06-28T14:12:56,682 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,682 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - updating 2022-06-28T14:12:56,683 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@571b50a9 2022-06-28T14:12:56,683 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:56,683 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576663... 2022-06-28T14:12:56,684 [pool-60-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:56,685 [pool-60-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:56,690 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576688.xml... 2022-06-28T14:12:56,693 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576688.xml... Done. 2022-06-28T14:12:56,693 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576284.xml 2022-06-28T14:12:56,693 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,693 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:56,694 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/970903402, priority: 1 2022-06-28T14:12:56,697 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/970903402, priority: 1 2022-06-28T14:12:56,739 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/970903402 with QoS: 0 2022-06-28T14:12:56,743 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/970903402 2022-06-28T14:12:56,745 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2022-06-28T14:12:56,746 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/wireComponents/definitions/byFactoryPid with QoS: 0 2022-06-28T14:12:56,750 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/wireComponents/definitions/byFactoryPid 2022-06-28T14:12:56,753 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/metadata/wireComponents/definitions/byFactoryPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:56,754 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2055001433, priority: 1 2022-06-28T14:12:56,760 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-2055001433, priority: 1 2022-06-28T14:12:56,763 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2055001433 with QoS: 0 2022-06-28T14:12:56,766 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-2055001433 2022-06-28T14:12:56,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:56,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576688... 2022-06-28T14:12:56,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576775.xml... 2022-06-28T14:12:56,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576775.xml... Done. 2022-06-28T14:12:56,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576355.xml 2022-06-28T14:12:56,782 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:56,782 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:56,782 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:56,782 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@571b50a9 2022-06-28T14:12:56,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:56,782 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:56,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:56,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:56,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:56,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:56,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,789 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:56,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576775... 2022-06-28T14:12:56,837 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576795.xml... 2022-06-28T14:12:56,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576795.xml... Done. 2022-06-28T14:12:56,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576374.xml 2022-06-28T14:12:56,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:56,842 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:56,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:56,843 [pool-60-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:56,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:56,844 [pool-60-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:56,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576795... 2022-06-28T14:12:56,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576849.xml... 2022-06-28T14:12:56,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576849.xml... Done. 2022-06-28T14:12:56,854 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576391.xml 2022-06-28T14:12:56,854 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,854 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:56,854 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:56,854 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:56,854 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2022-06-28T14:12:56,855 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@484e0a97 2022-06-28T14:12:56,857 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2022-06-28T14:12:56,858 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:56,859 [pool-9-thread-1] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testAsset does not exist or it is not a Factory Component 2022-06-28T14:12:56,859 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:56,860 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:56,860 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:56,863 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:56,864 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:56,864 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:56,864 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,865 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576849... 2022-06-28T14:12:56,866 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:56,866 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:56,866 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 0 ms 2022-06-28T14:12:56,867 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:56,867 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:56,868 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:56,869 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T14:12:56,875 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576871.xml... 2022-06-28T14:12:56,878 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576871.xml... Done. 2022-06-28T14:12:56,879 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576450.xml 2022-06-28T14:12:56,879 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,879 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:56,879 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:56,879 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:56,879 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1164976113, priority: 1 2022-06-28T14:12:56,882 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1164976113, priority: 1 2022-06-28T14:12:56,885 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1164976113 with QoS: 0 2022-06-28T14:12:56,888 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1164976113 2022-06-28T14:12:56,890 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testAsset 2022-06-28T14:12:56,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:56,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,893 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576871... 2022-06-28T14:12:56,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576938.xml... 2022-06-28T14:12:56,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576938.xml... Done. 2022-06-28T14:12:56,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576499.xml 2022-06-28T14:12:56,945 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:56,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:56,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:56,947 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@484e0a97 2022-06-28T14:12:56,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:56,947 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:56,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:56,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:56,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:56,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:56,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,954 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:56,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576938... 2022-06-28T14:12:56,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576957.xml... 2022-06-28T14:12:56,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576957.xml... Done. 2022-06-28T14:12:56,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576545.xml 2022-06-28T14:12:56,963 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:56,963 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:56,964 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:56,964 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/drivers/pids with QoS: 0 2022-06-28T14:12:56,965 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:56,965 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:56,968 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/drivers/pids 2022-06-28T14:12:56,970 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/drivers/pids} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:56,971 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/63770069, priority: 1 2022-06-28T14:12:56,979 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/63770069, priority: 1 2022-06-28T14:12:56,982 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/63770069 with QoS: 0 2022-06-28T14:12:56,985 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/63770069 2022-06-28T14:12:56,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:56,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:56,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:56,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576957... 2022-06-28T14:12:56,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576993.xml... 2022-06-28T14:12:56,999 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576993.xml... Done. 2022-06-28T14:12:57,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576646.xml 2022-06-28T14:12:57,000 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:57,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:57,000 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:57,000 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:57,001 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@aba0a9d7 2022-06-28T14:12:57,001 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:57,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:57,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:57,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:57,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:57,037 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:57,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425576993... 2022-06-28T14:12:57,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:57,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577046.xml... 2022-06-28T14:12:57,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577046.xml... Done. 2022-06-28T14:12:57,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576663.xml 2022-06-28T14:12:57,053 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,053 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,053 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:57,053 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:57,054 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:57,056 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:57,059 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:57,059 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:57,059 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:57,060 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2022-06-28T14:12:57,060 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2022-06-28T14:12:57,060 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:57,063 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2022-06-28T14:12:57,066 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2022-06-28T14:12:57,066 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2022-06-28T14:12:57,066 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2022-06-28T14:12:57,066 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid log1 2022-06-28T14:12:57,067 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2022-06-28T14:12:57,067 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2022-06-28T14:12:57,070 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2022-06-28T14:12:57,072 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2022-06-28T14:12:57,072 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2022-06-28T14:12:57,072 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger log1 2022-06-28T14:12:57,073 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,074 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577046... 2022-06-28T14:12:57,080 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,083 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:57,086 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577083.xml... 2022-06-28T14:12:57,091 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577083.xml... Done. 2022-06-28T14:12:57,092 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576688.xml 2022-06-28T14:12:57,092 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,092 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:57,092 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1466348567, priority: 1 2022-06-28T14:12:57,096 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:57,097 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:57,097 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test1/0 and log1/0... 2022-06-28T14:12:57,098 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1466348567, priority: 1 2022-06-28T14:12:57,101 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1466348567 with QoS: 0 2022-06-28T14:12:57,101 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:12:57,102 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:57,102 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:57,139 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1466348567 2022-06-28T14:12:57,142 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:57,143 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:57,145 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:57,148 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:57,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:57,149 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/drivers/pids with QoS: 0 2022-06-28T14:12:57,156 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/drivers/pids 2022-06-28T14:12:57,157 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/drivers/pids} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:57,158 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-558915973, priority: 1 2022-06-28T14:12:57,173 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-558915973, priority: 1 2022-06-28T14:12:57,178 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-558915973 with QoS: 0 2022-06-28T14:12:57,183 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-558915973 2022-06-28T14:12:57,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2022-06-28T14:12:57,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:57,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2022-06-28T14:12:57,192 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2022-06-28T14:12:57,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2022-06-28T14:12:57,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2022-06-28T14:12:57,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2022-06-28T14:12:57,194 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2022-06-28T14:12:57,195 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577083... 2022-06-28T14:12:57,205 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,212 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:57,216 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577212.xml... 2022-06-28T14:12:57,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577212.xml... Done. 2022-06-28T14:12:57,227 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576775.xml 2022-06-28T14:12:57,227 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,237 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,237 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:57,239 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2022-06-28T14:12:57,239 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:57,240 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:57,241 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:57,241 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:57,242 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:57,249 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:57,253 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:57,253 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:57,253 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:57,253 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:57,253 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:57,253 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:57,259 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:57,266 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:57,266 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:57,266 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:57,267 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,268 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577212... 2022-06-28T14:12:57,273 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,279 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:57,284 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577279.xml... 2022-06-28T14:12:57,290 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577279.xml... Done. 2022-06-28T14:12:57,291 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576795.xml 2022-06-28T14:12:57,291 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,293 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577279... 2022-06-28T14:12:57,293 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:57,293 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:57,294 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:57,294 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:57,298 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: testDriver and factory pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:57,298 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:57,298 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:57,303 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:57,312 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:57,312 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:57,312 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:57,312 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: testDriver 2022-06-28T14:12:57,312 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configuration: testDriver 2022-06-28T14:12:57,313 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:57,314 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:57,315 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577279... 2022-06-28T14:12:57,324 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577320.xml... 2022-06-28T14:12:57,331 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577320.xml... Done. 2022-06-28T14:12:57,332 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576849.xml 2022-06-28T14:12:57,332 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:57,332 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:57,333 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:57,333 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-370662206, priority: 1 2022-06-28T14:12:57,339 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:57,340 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T14:12:57,363 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-370662206, priority: 1 2022-06-28T14:12:57,367 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-370662206 with QoS: 0 2022-06-28T14:12:57,373 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-370662206 2022-06-28T14:12:57,379 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2022-06-28T14:12:57,381 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/wireComponents/definitions with QoS: 0 2022-06-28T14:12:57,389 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/wireComponents/definitions 2022-06-28T14:12:57,394 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/metadata/wireComponents/definitions} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:57,396 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1648569063, priority: 1 2022-06-28T14:12:57,407 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1648569063, priority: 1 2022-06-28T14:12:57,413 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1648569063 with QoS: 0 2022-06-28T14:12:57,459 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1648569063 2022-06-28T14:12:57,470 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:57,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:57,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:57,472 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:57,472 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,473 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:57,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577320... 2022-06-28T14:12:57,482 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:57,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577486.xml... 2022-06-28T14:12:57,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577486.xml... Done. 2022-06-28T14:12:57,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576871.xml 2022-06-28T14:12:57,500 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,502 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,503 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:57,503 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:57,508 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:57,516 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:57,520 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:57,521 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:57,521 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:57,521 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:57,521 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:57,521 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:57,528 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:57,532 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:57,532 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:57,533 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:57,534 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,535 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577486... 2022-06-28T14:12:57,540 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,547 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:57,552 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577547.xml... 2022-06-28T14:12:57,559 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577547.xml... Done. 2022-06-28T14:12:57,559 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576938.xml 2022-06-28T14:12:57,559 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,560 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:57,560 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1609179732, priority: 1 2022-06-28T14:12:57,562 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:57,563 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:57,563 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:57,563 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:57,570 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1609179732, priority: 1 2022-06-28T14:12:57,579 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1609179732 with QoS: 0 2022-06-28T14:12:57,584 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1609179732 2022-06-28T14:12:57,588 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:57,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:57,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:57,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:57,592 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:57,592 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577547... 2022-06-28T14:12:57,600 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,619 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:57,646 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577621.xml... 2022-06-28T14:12:57,650 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577621.xml... Done. 2022-06-28T14:12:57,650 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576957.xml 2022-06-28T14:12:57,651 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,651 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,654 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:57,655 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:57,656 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:57,657 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:57,662 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:57,666 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:57,670 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:57,670 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1569869563, priority: 1 2022-06-28T14:12:57,689 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1569869563, priority: 1 2022-06-28T14:12:57,699 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1569869563 with QoS: 0 2022-06-28T14:12:57,703 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1569869563 2022-06-28T14:12:57,707 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,708 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577621... 2022-06-28T14:12:57,714 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,722 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:57,727 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577722.xml... 2022-06-28T14:12:57,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577722.xml... Done. 2022-06-28T14:12:57,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425576993.xml 2022-06-28T14:12:57,747 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,748 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,748 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:57,748 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:57,750 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:57,755 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:57,760 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:57,761 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:57,761 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1750597497, priority: 1 2022-06-28T14:12:57,772 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1750597497, priority: 1 2022-06-28T14:12:57,784 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1750597497 with QoS: 0 2022-06-28T14:12:57,790 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1750597497 2022-06-28T14:12:57,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:57,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:57,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:57,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577722... 2022-06-28T14:12:57,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577801.xml... 2022-06-28T14:12:57,812 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577801.xml... Done. 2022-06-28T14:12:57,812 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577046.xml 2022-06-28T14:12:57,812 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:57,813 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:57,813 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:57,813 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:57,813 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:57,813 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:57,813 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:57,813 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@a79723f1 2022-06-28T14:12:57,814 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:57,817 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:57,820 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:57,820 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:57,821 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:57,822 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577801... 2022-06-28T14:12:57,824 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:57,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577838.xml... 2022-06-28T14:12:57,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577838.xml... Done. 2022-06-28T14:12:57,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577083.xml 2022-06-28T14:12:57,855 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:57,855 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:57,856 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:57,856 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/drivers/ocds with QoS: 0 2022-06-28T14:12:57,857 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:57,857 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:57,863 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/drivers/ocds 2022-06-28T14:12:57,864 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/metadata/drivers/ocds} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:57,865 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1607909162, priority: 1 2022-06-28T14:12:57,881 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1607909162, priority: 1 2022-06-28T14:12:57,886 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1607909162 with QoS: 0 2022-06-28T14:12:57,894 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1607909162 2022-06-28T14:12:57,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:57,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:57,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:57,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577838... 2022-06-28T14:12:57,907 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577904.xml... 2022-06-28T14:12:57,910 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577904.xml... Done. 2022-06-28T14:12:57,910 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577212.xml 2022-06-28T14:12:57,911 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:57,911 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:57,911 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:57,911 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:57,911 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@12d7f568 2022-06-28T14:12:57,911 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:57,912 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:57,912 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:57,912 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:57,914 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:57,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:57,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:57,917 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:57,918 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:57,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577904... 2022-06-28T14:12:57,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577941.xml... 2022-06-28T14:12:57,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577941.xml... Done. 2022-06-28T14:12:57,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577279.xml 2022-06-28T14:12:57,947 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:57,947 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:57,947 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:57,948 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:57,948 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:57,948 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/channelDescriptors/byPid with QoS: 0 2022-06-28T14:12:57,950 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/channelDescriptors/byPid 2022-06-28T14:12:57,954 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/metadata/drivers/channelDescriptors/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:57,954 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1291129685, priority: 1 2022-06-28T14:12:57,957 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1291129685, priority: 1 2022-06-28T14:12:57,960 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1291129685 with QoS: 0 2022-06-28T14:12:57,964 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1291129685 2022-06-28T14:12:57,968 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577941... 2022-06-28T14:12:57,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:57,984 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577980.xml... 2022-06-28T14:12:57,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577980.xml... Done. 2022-06-28T14:12:57,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577320.xml 2022-06-28T14:12:57,988 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,988 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:57,988 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:57,988 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:57,989 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:57,990 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:57,990 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:57,990 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid timer 2022-06-28T14:12:57,990 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid timer 2022-06-28T14:12:57,990 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:57,997 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer.... 2022-06-28T14:12:58,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: timer 2022-06-28T14:12:58,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - timer....Done 2022-06-28T14:12:58,000 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer timer 2022-06-28T14:12:58,001 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,002 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425577980... 2022-06-28T14:12:58,008 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,011 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578011.xml... 2022-06-28T14:12:58,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578011.xml... Done. 2022-06-28T14:12:58,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577486.xml 2022-06-28T14:12:58,047 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,048 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid with QoS: 0 2022-06-28T14:12:58,049 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,050 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:58,050 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:58,050 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,051 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/configs/byPid 2022-06-28T14:12:58,052 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/configs/byPid} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,053 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/configs/byPid} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:58,053 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-174954411, priority: 1 2022-06-28T14:12:58,057 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-174954411, priority: 1 2022-06-28T14:12:58,060 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-174954411 with QoS: 0 2022-06-28T14:12:58,064 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-174954411 2022-06-28T14:12:58,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer... 2022-06-28T14:12:58,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:58,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid timer...done 2022-06-28T14:12:58,067 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: timer 2022-06-28T14:12:58,067 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid timer 2022-06-28T14:12:58,068 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578011... 2022-06-28T14:12:58,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578078.xml... 2022-06-28T14:12:58,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578078.xml... Done. 2022-06-28T14:12:58,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577547.xml 2022-06-28T14:12:58,085 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,085 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,085 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,086 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,086 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,087 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:58,087 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:58,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2022-06-28T14:12:58,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2022-06-28T14:12:58,090 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2022-06-28T14:12:58,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2022-06-28T14:12:58,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2022-06-28T14:12:58,093 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2022-06-28T14:12:58,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2022-06-28T14:12:58,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2022-06-28T14:12:58,095 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:58,095 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:58,097 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2022-06-28T14:12:58,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2022-06-28T14:12:58,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2022-06-28T14:12:58,099 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2022-06-28T14:12:58,100 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,101 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578078... 2022-06-28T14:12:58,137 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,140 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,143 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578140.xml... 2022-06-28T14:12:58,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578140.xml... Done. 2022-06-28T14:12:58,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577621.xml 2022-06-28T14:12:58,147 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,149 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:58,149 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:58,151 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,151 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:58,152 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2022-06-28T14:12:58,153 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:58,155 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:12:58,156 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:58,156 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:58,157 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,158 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,158 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:58,158 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:58,159 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2022-06-28T14:12:58,159 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:58,159 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2022-06-28T14:12:58,159 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Delete factory configuration: bar 2022-06-28T14:12:58,160 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2022-06-28T14:12:58,160 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:58,160 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2022-06-28T14:12:58,160 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Delete factory configuration: foo 2022-06-28T14:12:58,161 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... 2022-06-28T14:12:58,161 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Removing wire between foo and bar ... done 2022-06-28T14:12:58,161 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,162 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578140... 2022-06-28T14:12:58,167 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,170 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,173 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578170.xml... 2022-06-28T14:12:58,176 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578170.xml... Done. 2022-06-28T14:12:58,177 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577722.xml 2022-06-28T14:12:58,177 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,177 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:58,177 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:58,178 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/864536404, priority: 1 2022-06-28T14:12:58,178 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:58,179 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,180 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:58,180 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:58,180 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,184 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/864536404, priority: 1 2022-06-28T14:12:58,190 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/864536404 with QoS: 0 2022-06-28T14:12:58,192 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/864536404 2022-06-28T14:12:58,194 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,195 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:58,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:58,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:58,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578170... 2022-06-28T14:12:58,236 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578203.xml... 2022-06-28T14:12:58,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578203.xml... Done. 2022-06-28T14:12:58,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577801.xml 2022-06-28T14:12:58,240 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:58,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:58,240 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:58,240 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2022-06-28T14:12:58,240 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:58,240 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@ec091dab 2022-06-28T14:12:58,240 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:58,243 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2022-06-28T14:12:58,244 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,246 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578203... 2022-06-28T14:12:58,250 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: testDriver and factory pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:58,250 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:58,250 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:58,254 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:58,257 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:58,257 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:58,257 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:58,257 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Update configurations: testDriver 2022-06-28T14:12:58,257 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Update configuration: testDriver 2022-06-28T14:12:58,258 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:58,258 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:58,259 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578203... 2022-06-28T14:12:58,266 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578263.xml... 2022-06-28T14:12:58,269 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578263.xml... Done. 2022-06-28T14:12:58,270 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577838.xml 2022-06-28T14:12:58,270 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:58,270 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:58,270 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2058889712, priority: 1 2022-06-28T14:12:58,271 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:58,272 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:58,273 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T14:12:58,280 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2058889712, priority: 1 2022-06-28T14:12:58,285 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2058889712 with QoS: 0 2022-06-28T14:12:58,337 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2058889712 2022-06-28T14:12:58,339 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: testDriver 2022-06-28T14:12:58,340 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578263... 2022-06-28T14:12:58,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578357.xml... 2022-06-28T14:12:58,364 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578357.xml... Done. 2022-06-28T14:12:58,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577904.xml 2022-06-28T14:12:58,365 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,365 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,365 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,366 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,368 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,369 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:58,369 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:58,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2022-06-28T14:12:58,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2022-06-28T14:12:58,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:58,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2022-06-28T14:12:58,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2022-06-28T14:12:58,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2022-06-28T14:12:58,375 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2022-06-28T14:12:58,376 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578357... 2022-06-28T14:12:58,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578385.xml... 2022-06-28T14:12:58,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578385.xml... Done. 2022-06-28T14:12:58,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577941.xml 2022-06-28T14:12:58,392 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,393 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:58,437 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,438 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:58,439 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:58,439 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,439 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:58,442 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,443 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:58,443 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:58,443 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid log1 2022-06-28T14:12:58,443 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid log1 2022-06-28T14:12:58,443 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2022-06-28T14:12:58,448 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1.... 2022-06-28T14:12:58,450 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: log1 2022-06-28T14:12:58,450 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - log1....Done 2022-06-28T14:12:58,450 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger log1 2022-06-28T14:12:58,451 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,452 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578385... 2022-06-28T14:12:58,455 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,458 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,461 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578458.xml... 2022-06-28T14:12:58,464 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578458.xml... Done. 2022-06-28T14:12:58,464 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425577980.xml 2022-06-28T14:12:58,464 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,465 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:58,465 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/51408689, priority: 1 2022-06-28T14:12:58,466 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,467 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:58,468 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:58,468 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,470 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/51408689, priority: 1 2022-06-28T14:12:58,474 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/51408689 with QoS: 0 2022-06-28T14:12:58,478 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/51408689 2022-06-28T14:12:58,481 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,482 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2022-06-28T14:12:58,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:58,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2022-06-28T14:12:58,484 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2022-06-28T14:12:58,536 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1... 2022-06-28T14:12:58,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2022-06-28T14:12:58,537 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid log1...done 2022-06-28T14:12:58,537 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: log1 2022-06-28T14:12:58,538 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:58,538 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578458... 2022-06-28T14:12:58,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578548.xml... 2022-06-28T14:12:58,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578548.xml... Done. 2022-06-28T14:12:58,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578011.xml 2022-06-28T14:12:58,553 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,554 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,554 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid log1 2022-06-28T14:12:58,555 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,556 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,556 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2022-06-28T14:12:58,559 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2022-06-28T14:12:58,562 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,563 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:58,563 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-610160097, priority: 1 2022-06-28T14:12:58,568 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-610160097, priority: 1 2022-06-28T14:12:58,571 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-610160097 with QoS: 0 2022-06-28T14:12:58,575 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-610160097 2022-06-28T14:12:58,577 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/drivers/factoryPids with QoS: 0 2022-06-28T14:12:58,636 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/drivers/factoryPids 2022-06-28T14:12:58,638 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/metadata/drivers/factoryPids} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:58,638 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1180200665, priority: 1 2022-06-28T14:12:58,645 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1180200665, priority: 1 2022-06-28T14:12:58,649 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1180200665 with QoS: 0 2022-06-28T14:12:58,653 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1180200665 2022-06-28T14:12:58,656 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs with QoS: 0 2022-06-28T14:12:58,659 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/configs 2022-06-28T14:12:58,660 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,661 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/configs} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:58,661 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2044440479, priority: 1 2022-06-28T14:12:58,667 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/2044440479, priority: 1 2022-06-28T14:12:58,669 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2044440479 with QoS: 0 2022-06-28T14:12:58,672 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/2044440479 2022-06-28T14:12:58,674 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,675 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578548... 2022-06-28T14:12:58,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,685 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578682.xml... 2022-06-28T14:12:58,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578682.xml... Done. 2022-06-28T14:12:58,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578078.xml 2022-06-28T14:12:58,688 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,688 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,688 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,689 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,689 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:58,691 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:58,693 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,693 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:58,693 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/262483628, priority: 1 2022-06-28T14:12:58,741 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/262483628, priority: 1 2022-06-28T14:12:58,745 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/262483628 with QoS: 0 2022-06-28T14:12:58,748 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/262483628 2022-06-28T14:12:58,750 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578682... 2022-06-28T14:12:58,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578758.xml... 2022-06-28T14:12:58,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578758.xml... Done. 2022-06-28T14:12:58,768 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578140.xml 2022-06-28T14:12:58,768 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,768 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,768 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,768 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,769 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,770 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:58,770 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:58,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2022-06-28T14:12:58,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2022-06-28T14:12:58,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:58,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2022-06-28T14:12:58,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2022-06-28T14:12:58,775 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2022-06-28T14:12:58,775 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2022-06-28T14:12:58,776 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578758... 2022-06-28T14:12:58,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578782.xml... 2022-06-28T14:12:58,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578782.xml... Done. 2022-06-28T14:12:58,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578170.xml 2022-06-28T14:12:58,788 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,788 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid with QoS: 0 2022-06-28T14:12:58,789 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,790 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:58,790 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:58,790 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,792 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2022-06-28T14:12:58,793 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configs/byPid} ConfigurationService - Success - Get component configuration: test1 2022-06-28T14:12:58,794 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configs/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:58,795 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-392842305, priority: 1 2022-06-28T14:12:58,800 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-392842305, priority: 1 2022-06-28T14:12:58,802 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-392842305 with QoS: 0 2022-06-28T14:12:58,838 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-392842305 2022-06-28T14:12:58,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2022-06-28T14:12:58,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:58,844 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2022-06-28T14:12:58,844 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2022-06-28T14:12:58,844 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:58,844 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578782... 2022-06-28T14:12:58,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,856 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578852.xml... 2022-06-28T14:12:58,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578852.xml... Done. 2022-06-28T14:12:58,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578203.xml 2022-06-28T14:12:58,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,859 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,859 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,861 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:58,861 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:58,861 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:58,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Timer and pid test1 2022-06-28T14:12:58,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test1 2022-06-28T14:12:58,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Timer 2022-06-28T14:12:58,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1.... 2022-06-28T14:12:58,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test1 2022-06-28T14:12:58,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test1....Done 2022-06-28T14:12:58,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Timer test1 2022-06-28T14:12:58,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578852... 2022-06-28T14:12:58,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:58,880 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578877.xml... 2022-06-28T14:12:58,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578877.xml... Done. 2022-06-28T14:12:58,883 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578263.xml 2022-06-28T14:12:58,883 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:58,884 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid with QoS: 0 2022-06-28T14:12:58,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:58,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:58,886 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:58,886 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:58,887 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2022-06-28T14:12:58,887 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configs/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:58,887 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1395006180, priority: 1 2022-06-28T14:12:58,892 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1395006180, priority: 1 2022-06-28T14:12:58,894 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1395006180 with QoS: 0 2022-06-28T14:12:58,897 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1395006180 2022-06-28T14:12:58,899 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:58,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:58,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:58,901 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578877... 2022-06-28T14:12:58,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578938.xml... 2022-06-28T14:12:58,946 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578938.xml... Done. 2022-06-28T14:12:58,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578357.xml 2022-06-28T14:12:58,947 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:58,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:58,947 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:58,947 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:58,947 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@28a1e6 2022-06-28T14:12:58,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:58,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:58,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:58,947 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:58,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:58,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:58,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:58,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:58,953 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:58,953 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578938... 2022-06-28T14:12:58,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578957.xml... 2022-06-28T14:12:58,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578957.xml... Done. 2022-06-28T14:12:58,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578385.xml 2022-06-28T14:12:58,963 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:58,963 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:58,963 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:58,964 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/drivers/channelDescriptors with QoS: 0 2022-06-28T14:12:58,964 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:58,965 [pool-62-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 1 ms 2022-06-28T14:12:58,967 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/drivers/channelDescriptors 2022-06-28T14:12:58,970 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/metadata/drivers/channelDescriptors} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:58,970 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/880103092, priority: 1 2022-06-28T14:12:58,975 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/880103092, priority: 1 2022-06-28T14:12:58,978 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/880103092 with QoS: 0 2022-06-28T14:12:59,022 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/880103092 2022-06-28T14:12:59,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1... 2022-06-28T14:12:59,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:59,027 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test1...done 2022-06-28T14:12:59,027 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test1 2022-06-28T14:12:59,027 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test1 2022-06-28T14:12:59,028 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,028 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425578957... 2022-06-28T14:12:59,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:59,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579044.xml... 2022-06-28T14:12:59,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579044.xml... Done. 2022-06-28T14:12:59,051 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578458.xml 2022-06-28T14:12:59,051 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,051 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,051 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:59,051 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:59,052 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:59,052 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:59,052 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:59,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeDeleted 2022-06-28T14:12:59,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeDeleted 2022-06-28T14:12:59,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2022-06-28T14:12:59,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted.... 2022-06-28T14:12:59,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeDeleted 2022-06-28T14:12:59,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeDeleted....Done 2022-06-28T14:12:59,058 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeDeleted 2022-06-28T14:12:59,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Logger and pid toBeKept 2022-06-28T14:12:59,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid toBeKept 2022-06-28T14:12:59,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Logger 2022-06-28T14:12:59,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept.... 2022-06-28T14:12:59,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: toBeKept 2022-06-28T14:12:59,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - toBeKept....Done 2022-06-28T14:12:59,063 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Logger toBeKept 2022-06-28T14:12:59,064 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579044... 2022-06-28T14:12:59,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:59,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579075.xml... 2022-06-28T14:12:59,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579075.xml... Done. 2022-06-28T14:12:59,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578548.xml 2022-06-28T14:12:59,082 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,084 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:59,084 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:59,084 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:59,085 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:59,085 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:59,087 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:59,088 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:59,088 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:59,089 [pool-9-thread-1] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:59,089 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted... 2022-06-28T14:12:59,089 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2022-06-28T14:12:59,089 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeDeleted...done 2022-06-28T14:12:59,089 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Delete factory configuration: toBeDeleted 2022-06-28T14:12:59,089 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeDeleted 2022-06-28T14:12:59,090 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,091 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579075... 2022-06-28T14:12:59,095 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,098 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:59,102 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579099.xml... 2022-06-28T14:12:59,104 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579099.xml... Done. 2022-06-28T14:12:59,105 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578682.xml 2022-06-28T14:12:59,105 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,105 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:59,105 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:59,105 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:59,105 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:59,106 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:59,105 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1038117625, priority: 1 2022-06-28T14:12:59,144 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1038117625, priority: 1 2022-06-28T14:12:59,147 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1038117625 with QoS: 0 2022-06-28T14:12:59,151 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1038117625 2022-06-28T14:12:59,153 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:59,154 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:59,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset... 2022-06-28T14:12:59,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:59,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:59,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579099... 2022-06-28T14:12:59,165 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579162.xml... 2022-06-28T14:12:59,168 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579162.xml... Done. 2022-06-28T14:12:59,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578758.xml 2022-06-28T14:12:59,169 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:59,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testAsset...done 2022-06-28T14:12:59,169 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:59,169 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:59,169 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/assets/pids with QoS: 0 2022-06-28T14:12:59,169 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@635acbf9 2022-06-28T14:12:59,172 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/assets/pids 2022-06-28T14:12:59,173 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/assets/pids} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:59,173 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-222020852, priority: 1 2022-06-28T14:12:59,178 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-222020852, priority: 1 2022-06-28T14:12:59,181 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-222020852 with QoS: 0 2022-06-28T14:12:59,184 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-222020852 2022-06-28T14:12:59,188 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/wireComponents/factoryPids with QoS: 0 2022-06-28T14:12:59,191 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata/wireComponents/factoryPids 2022-06-28T14:12:59,193 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/metadata/wireComponents/factoryPids} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:59,193 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1215841211, priority: 1 2022-06-28T14:12:59,202 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1215841211, priority: 1 2022-06-28T14:12:59,205 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1215841211 with QoS: 0 2022-06-28T14:12:59,239 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1215841211 2022-06-28T14:12:59,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:59,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:59,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:59,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579162... 2022-06-28T14:12:59,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579248.xml... 2022-06-28T14:12:59,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579248.xml... Done. 2022-06-28T14:12:59,255 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578782.xml 2022-06-28T14:12:59,255 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:59,255 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:59,255 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:59,255 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:59,255 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:59,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:59,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:59,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:59,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:59,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:59,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:59,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:59,262 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579248... 2022-06-28T14:12:59,262 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:59,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579265.xml... 2022-06-28T14:12:59,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579265.xml... Done. 2022-06-28T14:12:59,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578852.xml 2022-06-28T14:12:59,271 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:59,271 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:59,272 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/ocds/byFactoryPid with QoS: 0 2022-06-28T14:12:59,275 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/metadata/drivers/ocds/byFactoryPid 2022-06-28T14:12:59,276 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/metadata/drivers/ocds/byFactoryPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:59,277 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1039032587, priority: 1 2022-06-28T14:12:59,281 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1039032587, priority: 1 2022-06-28T14:12:59,283 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1039032587 with QoS: 0 2022-06-28T14:12:59,285 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1039032587 2022-06-28T14:12:59,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept... 2022-06-28T14:12:59,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2022-06-28T14:12:59,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid toBeKept...done 2022-06-28T14:12:59,288 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: toBeKept 2022-06-28T14:12:59,288 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid toBeKept 2022-06-28T14:12:59,288 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579265... 2022-06-28T14:12:59,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,295 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:59,298 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579296.xml... 2022-06-28T14:12:59,301 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579296.xml... Done. 2022-06-28T14:12:59,301 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578877.xml 2022-06-28T14:12:59,301 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,301 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,301 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:59,302 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:59,303 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:59,303 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:59,303 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:59,304 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579296... 2022-06-28T14:12:59,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579340.xml... 2022-06-28T14:12:59,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579340.xml... Done. 2022-06-28T14:12:59,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578938.xml 2022-06-28T14:12:59,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:59,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:59,346 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:59,346 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:59,346 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata with QoS: 0 2022-06-28T14:12:59,346 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:59,348 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/metadata 2022-06-28T14:12:59,355 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/metadata} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:59,356 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-180114105, priority: 1 2022-06-28T14:12:59,360 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-180114105, priority: 1 2022-06-28T14:12:59,365 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-180114105 with QoS: 0 2022-06-28T14:12:59,409 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-180114105 2022-06-28T14:12:59,417 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,417 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579340... 2022-06-28T14:12:59,421 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,424 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:59,427 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579424.xml... 2022-06-28T14:12:59,430 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579424.xml... Done. 2022-06-28T14:12:59,431 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425578957.xml 2022-06-28T14:12:59,431 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,431 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,436 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:59,436 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:59,437 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/DEL/graph with QoS: 0 2022-06-28T14:12:59,439 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/DEL/graph 2022-06-28T14:12:59,439 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,440 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579424... 2022-06-28T14:12:59,443 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,446 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:59,449 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579446.xml... 2022-06-28T14:12:59,452 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579446.xml... Done. 2022-06-28T14:12:59,452 [pool-9-thread-1] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579044.xml 2022-06-28T14:12:59,452 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,452 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,452 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:59,452 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=DEL/graph} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:59,453 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/932129077, priority: 1 2022-06-28T14:12:59,453 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:59,456 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/932129077, priority: 1 2022-06-28T14:12:59,458 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/932129077 with QoS: 0 2022-06-28T14:12:59,461 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/932129077 2022-06-28T14:12:59,463 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:59,464 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid with QoS: 0 2022-06-28T14:12:59,467 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2022-06-28T14:12:59,468 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configs/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:59,468 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1331969974, priority: 1 2022-06-28T14:12:59,472 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1331969974, priority: 1 2022-06-28T14:12:59,476 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1331969974 with QoS: 0 2022-06-28T14:12:59,479 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1331969974 2022-06-28T14:12:59,480 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579446... 2022-06-28T14:12:59,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:59,492 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579490.xml... 2022-06-28T14:12:59,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579490.xml... Done. 2022-06-28T14:12:59,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579075.xml 2022-06-28T14:12:59,496 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,496 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,496 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:59,496 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:59,496 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:59,536 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:12:59,536 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:12:59,536 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid foo 2022-06-28T14:12:59,536 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid foo 2022-06-28T14:12:59,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo.... 2022-06-28T14:12:59,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: foo 2022-06-28T14:12:59,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - foo....Done 2022-06-28T14:12:59,542 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver foo 2022-06-28T14:12:59,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid bar 2022-06-28T14:12:59,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid bar 2022-06-28T14:12:59,543 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:59,543 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:59,545 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar.... 2022-06-28T14:12:59,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: bar 2022-06-28T14:12:59,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - bar....Done 2022-06-28T14:12:59,547 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver bar 2022-06-28T14:12:59,548 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579490... 2022-06-28T14:12:59,549 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:12:59,549 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:12:59,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:59,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579553.xml... 2022-06-28T14:12:59,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579553.xml... Done. 2022-06-28T14:12:59,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579099.xml 2022-06-28T14:12:59,559 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,560 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:59,560 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:12:59,560 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between foo/0 and bar/0... 2022-06-28T14:12:59,561 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/graph/topology with QoS: 0 2022-06-28T14:12:59,564 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:12:59,564 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/graph/topology 2022-06-28T14:12:59,564 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:12:59,564 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:59,564 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/graph/topology} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:12:59,570 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/graph/topology} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:59,570 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-876769955, priority: 1 2022-06-28T14:12:59,575 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-876769955, priority: 1 2022-06-28T14:12:59,577 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-876769955 with QoS: 0 2022-06-28T14:12:59,580 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-876769955 2022-06-28T14:12:59,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo... 2022-06-28T14:12:59,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:59,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid foo...done 2022-06-28T14:12:59,583 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: foo 2022-06-28T14:12:59,583 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid foo 2022-06-28T14:12:59,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar... 2022-06-28T14:12:59,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:59,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid bar...done 2022-06-28T14:12:59,584 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: bar 2022-06-28T14:12:59,584 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid bar 2022-06-28T14:12:59,585 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579553... 2022-06-28T14:12:59,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:12:59,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579596.xml... 2022-06-28T14:12:59,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579596.xml... Done. 2022-06-28T14:12:59,603 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579162.xml 2022-06-28T14:12:59,603 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,603 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,603 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:12:59,603 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:12:59,637 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot with QoS: 0 2022-06-28T14:12:59,639 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/PUT/graph/snapshot 2022-06-28T14:12:59,640 [pool-9-thread-1] WARN AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=PUT/graph/snapshot} CloudCall - Failure - Execute RequestHandler call 2022-06-28T14:12:59,640 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/214677360, priority: 1 2022-06-28T14:12:59,643 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/214677360, priority: 1 2022-06-28T14:12:59,645 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/214677360 with QoS: 0 2022-06-28T14:12:59,650 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/214677360 2022-06-28T14:12:59,653 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testDriver does not exist or it is not a Factory Component 2022-06-28T14:12:59,653 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:59,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:59,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:59,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:59,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:59,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:59,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:59,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:59,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579596... 2022-06-28T14:12:59,660 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:59,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579664.xml... 2022-06-28T14:12:59,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579664.xml... Done. 2022-06-28T14:12:59,669 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579248.xml 2022-06-28T14:12:59,669 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:59,670 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:59,670 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid with QoS: 0 2022-06-28T14:12:59,672 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/POST/configs/byPid 2022-06-28T14:12:59,672 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configs/byPid} ConfigurationService - Success - Get component configuration: testDriver 2022-06-28T14:12:59,673 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=POST/configs/byPid} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:59,673 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1910876641, priority: 1 2022-06-28T14:12:59,678 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/1910876641, priority: 1 2022-06-28T14:12:59,681 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1910876641 with QoS: 0 2022-06-28T14:12:59,686 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/1910876641 2022-06-28T14:12:59,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver... 2022-06-28T14:12:59,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:59,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:59,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579664... 2022-06-28T14:12:59,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579695.xml... 2022-06-28T14:12:59,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579695.xml... Done. 2022-06-28T14:12:59,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579265.xml 2022-06-28T14:12:59,745 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:59,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid testDriver...done 2022-06-28T14:12:59,745 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testDriver 2022-06-28T14:12:59,745 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:59,745 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:59,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver and pid testDriver 2022-06-28T14:12:59,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testDriver 2022-06-28T14:12:59,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver 2022-06-28T14:12:59,748 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver.... 2022-06-28T14:12:59,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: testDriver 2022-06-28T14:12:59,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testDriver....Done 2022-06-28T14:12:59,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:59,751 [ConfigurationListener Event Queue] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - activating 2022-06-28T14:12:59,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579695... 2022-06-28T14:12:59,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579754.xml... 2022-06-28T14:12:59,759 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579754.xml... Done. 2022-06-28T14:12:59,759 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579296.xml 2022-06-28T14:12:59,759 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:59,759 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver testDriver 2022-06-28T14:12:59,760 [main] WARN o.e.k.c.c.ConfigurationServiceImpl - The component with kura.service.pid testAsset does not exist or it is not a Factory Component 2022-06-28T14:12:59,760 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: testAsset 2022-06-28T14:12:59,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.WireAsset and pid testAsset 2022-06-28T14:12:59,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid testAsset 2022-06-28T14:12:59,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset.... 2022-06-28T14:12:59,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - testAsset....Done 2022-06-28T14:12:59,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:12:59,764 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating... 2022-06-28T14:12:59,764 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration... 2022-06-28T14:12:59,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425579754... 2022-06-28T14:12:59,765 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - loading asset configuration...done in 1 ms 2022-06-28T14:12:59,765 [ConfigurationListener Event Queue] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been found by the driver tracker... ==> adding service 2022-06-28T14:12:59,765 [ConfigurationListener Event Queue] INFO o.e.k.a.p.BaseAsset - activating...done 2022-06-28T14:12:59,767 [pool-71-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration... 2022-06-28T14:12:59,767 [pool-71-thread-1] INFO o.e.k.i.a.p.BaseAssetConfiguration - updating asset configuration...done in 0 ms 2022-06-28T14:12:59,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579768.xml... 2022-06-28T14:12:59,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579768.xml... Done. 2022-06-28T14:12:59,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/kura/user/snapshots/snapshot_1656425579340.xml 2022-06-28T14:12:59,773 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:12:59,773 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.WireAsset testAsset 2022-06-28T14:12:59,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset.... 2022-06-28T14:12:59,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering SelfConfiguringComponent - testAsset....Done 2022-06-28T14:12:59,774 [main] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/GET/assets/pids with QoS: 0 2022-06-28T14:12:59,776 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/GET/assets/pids 2022-06-28T14:12:59,776 [pool-9-thread-1] INFO AuditLogger - {cloud.connection.pid=org.eclipse.kura.cloud.CloudService, cloud.app.id=WIRE-V1, entrypoint=DefaultCloudConnectionService, cloud.app.topic=GET/assets/pids} CloudCall - Success - Execute RequestHandler call 2022-06-28T14:12:59,776 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1346943393, priority: 1 2022-06-28T14:12:59,782 [pool-9-thread-1] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/test/WIRE-V1/REPLY/-1346943393, priority: 1 2022-06-28T14:12:59,785 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1346943393 with QoS: 0 2022-06-28T14:12:59,789 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/WIRE-V1/REPLY/-1346943393 Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.119 s - in org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest fillDefaultRenderingPropertiesIfNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.301 s updateWireComponentConfigurationProperty[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.21 s getWireComponentDefinitionsNotExisting[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.064 s getDriverChannelDescriptorsByPid[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.197 s getConfigsAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.298 s getEmptyGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.252 s deleteDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.115 s updateConfigsWireComponent[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.143 s deleteAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.137 s deleteGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.202 s updateNonGraphFactoryConfiguration[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.178 s updateConfigModifyAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.116 s getDriverOCDsByFactoryPidNotFound[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.078 s getAssetChannelDescriptor[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.01 s updateConfigModifyDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.102 s getWireComponentDefinitionsByFactoryPid[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.011 s updateConfigCreateAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.112 s getDriverPidsSingleDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.087 s createGraphFromEmptyState[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.152 s getDriverPidsNoDrivers[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.006 s createNonGraphFactoryConfiguration[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.13 s getWireComponentDefinitions[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.02 s createWireComponentWithModifiedConfigurationProperty[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.082 s rejectUpdateIfInputPortCountIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.059 s rejectUpdateIfConfigurationForComponentToBeCreatedIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.024 s getDriverOCDs[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.076 s getDriverChannelDescriptorsByPidNotFound[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.08 s deleteComponentInGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.056 s deleteGraphWithUpdateRequest[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.154 s updateConfigCreateDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.052 s addWireComponentToExistingGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.149 s updateConfigsWireComponentNotInGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.029 s getDriverFactoryPids[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.008 s updateConfigUnpermitted[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.006 s rejectUpdateIfOutputPortCountIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.063 s getConfigsWireComponent[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.089 s getGraphConfigsNotFound[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.049 s getDriverChannelDescriptors[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.08 s deleteExistingComponentNotReferencedByProvidedGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.105 s getAssetPidsNoAssets[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.018 s getWireComponentFactoryPids[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.008 s getDriverOCDsByFactoryPid[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.039 s getMetadata[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.102 s deleteEmptyGraph[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.059 s getConfigsUnpermitted[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.006 s getGraphTopology[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.058 s rejectUpdateIfFactoryPidForComponentToBeCreatedIsNotSpecified[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.052 s getConfigsDriver[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.022 s getAssetPidsSingleAsset[0](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.078 s fillDefaultRenderingPropertiesIfNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.125 s updateWireComponentConfigurationProperty[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.133 s getWireComponentDefinitionsNotExisting[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.055 s getDriverChannelDescriptorsByPid[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.144 s getConfigsAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.092 s getEmptyGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.087 s deleteDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.096 s updateConfigsWireComponent[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.158 s deleteAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.278 s deleteGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.143 s updateNonGraphFactoryConfiguration[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.185 s updateConfigModifyAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.143 s getDriverOCDsByFactoryPidNotFound[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.082 s getAssetChannelDescriptor[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.062 s updateConfigModifyDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.107 s getWireComponentDefinitionsByFactoryPid[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.022 s updateConfigCreateAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.122 s getDriverPidsSingleDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.095 s createGraphFromEmptyState[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.16 s getDriverPidsNoDrivers[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.042 s createNonGraphFactoryConfiguration[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.19 s getWireComponentDefinitions[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.086 s createWireComponentWithModifiedConfigurationProperty[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.12 s rejectUpdateIfInputPortCountIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.116 s rejectUpdateIfConfigurationForComponentToBeCreatedIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.085 s getDriverOCDs[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.102 s getDriverChannelDescriptorsByPidNotFound[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.071 s deleteComponentInGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.098 s deleteGraphWithUpdateRequest[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.128 s updateConfigCreateDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.144 s addWireComponentToExistingGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.143 s updateConfigsWireComponentNotInGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.093 s getDriverFactoryPids[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.077 s updateConfigUnpermitted[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.018 s rejectUpdateIfOutputPortCountIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.075 s getConfigsWireComponent[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.091 s getGraphConfigsNotFound[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.056 s getDriverChannelDescriptors[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.127 s deleteExistingComponentNotReferencedByProvidedGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.128 s getAssetPidsNoAssets[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.032 s getWireComponentFactoryPids[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.053 s getDriverOCDsByFactoryPid[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.044 s getMetadata[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.129 s deleteEmptyGraph[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.046 s getConfigsUnpermitted[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.015 s getGraphTopology[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.101 s rejectUpdateIfFactoryPidForComponentToBeCreatedIsNotSpecified[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.07 s getConfigsDriver[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.035 s getAssetPidsSingleAsset[1](org.eclipse.kura.rest.wire.provider.test.WireGraphRestServiceTest) Time elapsed: 0.102 s Results: Tests run: 98, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:12:59,946 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:59,947 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testAsset 2022-06-28T14:12:59,947 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.i.a.p.DriverTrackerCustomizer - Driver has been removed by the driver tracker... org.eclipse.kura.util.test.driver.ChannelDescriptorTestDriver@7ef77c50 2022-06-28T14:12:59,949 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:59,949 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:59,949 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:59,949 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:59,949 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:59,950 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:12:59,950 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:12:59,950 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:12:59,950 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.DataServiceImpl - Storing message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T14:12:59,953 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.DataServiceImpl - Stored message on topic: $EDC/#account-name/#client-id/MQTT/DC, priority: 0 2022-06-28T14:12:59,955 [DataServiceImpl:Submit] INFO o.e.k.c.d.t.m.MqttDataTransport - Publishing message on topic: $EDC/mqtt/test/MQTT/DC with QoS: 0 2022-06-28T14:12:59,958 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Message arrived on topic: $EDC/mqtt/test/MQTT/DC 2022-06-28T14:12:59,958 [MQTT Call: test] INFO o.e.k.c.c.CloudServiceImpl - Ignoring feedback message from $EDC/mqtt/test/MQTT/DC 2022-06-28T14:12:59,963 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid testDriver 2022-06-28T14:12:59,963 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.u.t.d.ChannelDescriptorTestDriver - deactivating 2022-06-28T14:12:59,965 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:12:59,965 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:12:59,965 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:12:59,967 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:12:59,967 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:12:59,968 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T14:12:59,968 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T14:12:59,968 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnecting 2022-06-28T14:12:59,968 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:12:59,968 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:12:59,968 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:12:59,969 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:12:59,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T14:12:59,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified disconnected 2022-06-28T14:12:59,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:12:59,970 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:12:59,970 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:12:59,970 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:59,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:12:59,971 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:12:59,971 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:12:59,971 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:12:59,971 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:12:59,971 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:12:59,974 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:12:59,974 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T14:12:59,974 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T14:12:59,975 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:12:59,975 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:12:59,975 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:12:59,975 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:12:59,976 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:12:59,976 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:12:59,976 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:12:59,976 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:12:59,976 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:12:59,976 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:12:59,976 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.http.server.manager.HttpService 2022-06-28T14:12:59,976 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance 2022-06-28T14:12:59,977 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:12:59,977 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:12:59,977 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid observer 2022-06-28T14:12:59,982 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:12:59,983 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:12:59,995 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:13:00,065 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:13:00,066 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:13:00,066 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:00,174 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:13:01,066 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:13:01,068 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnecting... 2022-06-28T14:13:01,069 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.d.t.m.MqttDataTransport - Disconnected 2022-06-28T14:13:01,073 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:13:01,076 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.b.a.s.m.ServiceComponent - Stopping Artemis 2022-06-28T14:13:01,087 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.a.a.a.c.server - AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.4 [665c4390-f6ec-11ec-a9d8-0a580a28215f] stopped, uptime 7.928 seconds 2022-06-28T14:13:01,087 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.b.a.c.i.ProtocolTracker - Removing protocol - MQTT -> org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManagerFactory@99c71cde 2022-06-28T14:13:01,089 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.b.a.c.ServerManager - Protocols removed - [MQTT] 2022-06-28T14:13:01,090 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:13:01,091 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.h.s.m.HttpService - Deactivating HttpService 2022-06-28T14:13:01,091 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance... 2022-06-28T14:13:01,102 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.j.s.AbstractConnector - Stopped ServerConnector@5523ce59{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2022-06-28T14:13:01,102 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.j.s.session - node0 Stopped scavenging 2022-06-28T14:13:01,113 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.j.s.h.ContextHandler - Stopped o.e.j.s.ServletContextHandler@ea46a45{/,null,STOPPED} 2022-06-28T14:13:01,118 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.h.s.m.HttpService - stopping Jetty instance...done 2022-06-28T14:13:01,120 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:13:01,121 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:13:01,150 [Framework stop - Equinox Container: 41dd3ec2-5ce9-4c4e-9439-91d7e8d06e9a] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.broker.artemis.core' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.broker.artemis.simple.mqtt' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.driver.helper.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.http.server.manager' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.request.handler.jaxrs' with 8 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.configuration.provider' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.wire.provider' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.util.test.driver' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.util.wire.test' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/org.eclipse.kura.rest.wire.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider.test/5.1.2/org.eclipse.kura.rest.wire.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider.test/5.1.2/org.eclipse.kura.rest.wire.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/org.eclipse.kura.rest.wire.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider.test/5.1.2/org.eclipse.kura.rest.wire.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider.test/5.1.2/org.eclipse.kura.rest.wire.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.rest.wire.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.rest.wire.provider.test/5.1.2/org.eclipse.kura.rest.wire.provider.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.rest.wire.provider.test --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.container.orchestration.provider.test >-- [INFO] Building org.eclipse.kura.container.orchestration.provider.test 1.0.2-SNAPSHOT [175/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationServiceImplTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.357 s - in org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationServiceImplTest [INFO] Running org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationServiceOptionsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.kura.container.orchestration.provider.ContainerOrchestrationServiceOptionsTest [INFO] Running org.eclipse.kura.container.orchestration.provider.ContainerConfigurationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kura.container.orchestration.provider.ContainerConfigurationTest [INFO] Running org.eclipse.kura.container.orchestration.provider.ContainerInstanceDescriptorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.container.orchestration.provider.ContainerInstanceDescriptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/org.eclipse.kura.container.orchestration.provider.test-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/org.eclipse.kura.container.orchestration.provider.test-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.container.orchestration.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/org.eclipse.kura.container.orchestration.provider.test-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider.test/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider.test-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider.test/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider.test-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/org.eclipse.kura.container.orchestration.provider.test-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider.test/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider.test-1.0.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider.test/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider.test-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.orchestration.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.orchestration.provider.test/1.0.2-SNAPSHOT/org.eclipse.kura.container.orchestration.provider.test-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.container.orchestration.provider.test --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.wire.ai.component.provider.test >-- [INFO] Building org.eclipse.kura.wire.ai.component.provider.test 5.1.2 [176/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.wire.ai.component.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/src/test/java/org/eclipse/kura/wire/ai/component/provider/AIComponentTest.java:[260] private void thenExceptionsOccurred() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method thenExceptionsOccurred() from the type AIComponentTest is never used locally 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/org.eclipse.kura.wire.ai.component.provider.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/org.eclipse.kura.wire.ai.component.provider.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.wire.ai.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.ai.component.provider.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/surefire.properties] 2022-06-28T14:13:11,522 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:13:11,938 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:13:11,950 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-254191 2022-06-28T14:13:12,023 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:13:12,023 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:13:12,023 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:13:12,023 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:13:12,023 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:13:12,024 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura 2022-06-28T14:13:12,024 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:13:12,024 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:13:12,024 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots 2022-06-28T14:13:12,024 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/tmp 2022-06-28T14:13:12,024 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:13:12,027 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:13:12,070 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:13:12,153 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:13:12,155 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:13:12,303 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:13:12,303 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:13:12,349 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:13:12,462 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:13:12,475 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:13:12,475 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:13:12,510 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:12,511 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:12,511 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:12,518 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:13:12,518 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:13:12,519 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:12,519 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:13:12,519 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:13:12,520 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:13:12,523 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:13:12,523 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:13:12,523 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:13:12,526 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:12,526 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:12,526 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:12,529 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:13:12,529 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:13:12,529 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:12,529 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:13:12,529 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:13:12,530 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:13:12,532 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:13:12,532 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:13:12,533 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:13:12,535 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:12,535 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:12,536 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:12,539 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:13:12,539 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:13:12,539 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:12,547 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:13:12,548 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:13:12,548 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:13:12,551 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:13:12,551 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:13:12,551 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:13:12,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:13:12,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:13:12,568 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:13:12,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:13:12,588 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:13:12,590 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:13:12,660 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:13:12,663 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:12,666 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:12,666 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:13:12,666 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:13:12,667 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:12,686 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:12,686 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:13:12,687 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:13:12,690 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:13:12,690 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:13:12,690 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:13:12,695 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:13:12,695 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:13:12,696 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:13:12,699 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:13:12,699 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:13:12,700 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:13:12,700 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:12,703 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:12,708 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:13:12,708 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:13:12,711 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:13:12,739 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:13:12,740 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:13:12,744 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:13:12,759 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:13:12,762 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:13:12,766 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:13:12,766 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:13:12,770 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:13:12,772 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:13:12,775 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:13:12,776 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:13:12,779 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:13:12,779 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:13:12,783 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:13:12,799 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:13:12,799 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:13:12,799 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:13:12,799 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:13:12,799 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:13:12,800 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:13:12,838 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:13:12,838 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:13:12,841 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:13:12,845 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:13:12,850 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:13:12,851 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:13:12,851 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:13:12,851 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:13:12,851 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:13:12,851 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:13:12,855 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:13:12,858 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:13:12,858 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:13:12,859 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:13:12,860 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:13:12,893 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots/snapshot_1656425592879.xml... 2022-06-28T14:13:12,896 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/kura/user/snapshots/snapshot_1656425592879.xml... Done. 2022-06-28T14:13:12,896 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:13:12,896 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:13:12,896 [Start Level: Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:13:12,897 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:13:12,897 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:13:12,949 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:13:12,966 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:13:12,969 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:13:12,969 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:12,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:13:12,970 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:13:12,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.AIComponent ... 2022-06-28T14:13:13,041 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:13:13,056 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:13:13,067 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:13:13,067 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Running org.eclipse.kura.wire.ai.component.provider.AIComponentTest 2022-06-28T14:13:13,079 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:13:13,080 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:13:13,082 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:13:13,082 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:13,082 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:13:13,082 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:13:13,084 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:13:13,085 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:13:13,085 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:13,085 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:13:13,085 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:13:13,093 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:13:13,093 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:13:13,093 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:13:13,093 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:13:13,094 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:13:13,095 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:13:13,095 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:13:13,151 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:13:13,153 [ConfigurationListener Event Queue] INFO o.e.k.c.d.i.InstallImpl - Ready to send Confirmations 2022-06-28T14:13:13,155 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2.... 2022-06-28T14:13:13,155 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2....Done 2022-06-28T14:13:13,469 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2022-06-28T14:13:13,471 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2022-06-28T14:13:13,472 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2022-06-28T14:13:13,472 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2022-06-28T14:13:13,479 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating... 2022-06-28T14:13:13,481 [ConfigurationListener Event Queue] INFO o.e.k.i.r.p.RestService - activating...done 2022-06-28T14:13:13,481 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService.... 2022-06-28T14:13:13,481 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.rest.provider.RestService....Done 2022-06-28T14:13:13,499 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2022-06-28T14:13:13,499 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2022-06-28T14:13:13,499 [main] INFO o.e.k.w.a.c.p.AIComponent - Selected InferenceEngineService not ready yet. 2022-06-28T14:13:13,499 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2022-06-28T14:13:13,499 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2022-06-28T14:13:13,499 [main] INFO o.e.k.w.a.c.p.AIComponent - Selected InferenceEngineService not ready yet. 2022-06-28T14:13:13,548 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:13:13,548 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:13:13,554 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:13:13,555 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:13:13,555 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:13:13,555 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:13:13,556 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:13:13,556 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done 2022-06-28T14:13:13,559 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2022-06-28T14:13:13,559 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2022-06-28T14:13:13,559 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2022-06-28T14:13:13,559 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2022-06-28T14:13:13,563 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating... 2022-06-28T14:13:13,564 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - activating...done 2022-06-28T14:13:13,565 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating... 2022-06-28T14:13:13,565 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance found 2022-06-28T14:13:13,566 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - Opening database with url: jdbc:h2:mem:kuradb 2022-06-28T14:13:13,588 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2022-06-28T14:13:13,588 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2022-06-28T14:13:13,589 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2022-06-28T14:13:13,589 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2022-06-28T14:13:13,649 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... 2022-06-28T14:13:13,650 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... 2022-06-28T14:13:13,650 [main] INFO o.e.k.w.a.c.p.AIComponent - Selected InferenceEngineService not ready yet. 2022-06-28T14:13:13,650 [main] INFO o.e.k.w.a.c.p.AIComponent - Updating AIComponent... Done 2022-06-28T14:13:13,650 [main] INFO o.e.k.w.a.c.p.AIComponent - Activating AIComponent... Done 2022-06-28T14:13:13,650 [main] INFO o.e.k.w.a.c.p.AIComponent - Selected InferenceEngineService not ready yet. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 s - in org.eclipse.kura.wire.ai.component.provider.AIComponentTest shouldInferTwice(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.288 s missingInferenceEngineShouldNotActivate(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.06 s shouldInferOnce(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.023 s shouldInfer3Times(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.029 s shouldNotInferBecauseEngineIsNotReady(org.eclipse.kura.wire.ai.component.provider.AIComponentTest) Time elapsed: 0.06 s Running org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest org.eclipse.kura.KuraException: Not found. at org.eclipse.kura.wire.ai.component.provider.TensorListAdapter.getTypedValueByNameFromMap(TensorListAdapter.java:133) at org.eclipse.kura.wire.ai.component.provider.TensorListAdapter.fromWireRecord(TensorListAdapter.java:73) at org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest.whenTensorListAdapterConvertsFromWireRecord(TensorListAdapterTest.java:348) at org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest.adapterShouldThrowIfChannelAndTensorNamesDontMatch(TensorListAdapterTest.java:157) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest adapterShouldWorkWithDoubleTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithLongWiredRecord(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithDoubleWiredRecord(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithMultipleDifferentTypeTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0.001 s adapterShouldWorkWithBooleanWiredRecord(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithStringWiredRecord(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithFloatWiredRecord(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithFloatTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithBooleanTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithByteArrayTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithMultipleDifferentTypeWiredRecord(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithByteArrayWiredRecord(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldThrowIfChannelAndTensorNamesDontMatch(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0.003 s adapterShouldWorkWithIntegerTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithLongTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithIntegerWiredRecord(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s adapterShouldWorkWithStringTensor(org.eclipse.kura.wire.ai.component.provider.TensorListAdapterTest) Time elapsed: 0 s Running org.eclipse.kura.wire.ai.component.provider.AIComponentOptionsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kura.wire.ai.component.provider.AIComponentOptionsTest getPropertiesWorksWhenAllFieldsAreSpecified(org.eclipse.kura.wire.ai.component.provider.AIComponentOptionsTest) Time elapsed: 0 s getPropertiesWorksWhenFieldsAreSpecifiedWithAdditionalSpaces(org.eclipse.kura.wire.ai.component.provider.AIComponentOptionsTest) Time elapsed: 0 s getPropertiesWorksWhenOnlyMandatoryFieldsAreSpecified(org.eclipse.kura.wire.ai.component.provider.AIComponentOptionsTest) Time elapsed: 0 s getPropertiesWorksWhenAllFieldsAreEmpty(org.eclipse.kura.wire.ai.component.provider.AIComponentOptionsTest) Time elapsed: 0 s Results: Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:13:13,783 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:13:13,784 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:13:13,784 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:13:13,784 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:13:13,785 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:13,785 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:13:13,785 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:13:13,790 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:13:13,791 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:13:13,791 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:13:13,792 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:13:13,837 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:13:13,838 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:13:13,838 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:13:13,838 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:13:13,840 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:13:13,840 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:13,840 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:13:13,840 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:13:13,841 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:13:13,841 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:13:13,842 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:13:13,843 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.i.r.p.RestService - deactivating... 2022-06-28T14:13:13,843 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.i.r.p.RestService - deactivating...done 2022-06-28T14:13:13,843 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:13:13,844 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:13:13,844 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:13:13,844 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:13:13,846 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:13,846 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:13:13,846 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:13,846 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:13:13,846 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:13:13,846 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:13:13,846 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:13:13,846 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:13:13,849 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:13:13,850 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:13:13,851 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:13:13,853 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:13:13,854 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:13:13,854 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:14,011 [pool-16-thread-1] INFO o.e.k.c.d.H2DbServiceImpl - updating...done 2022-06-28T14:13:14,056 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:13:14,057 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - H2DbService instance removed 2022-06-28T14:13:14,057 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:14,057 [ConfigurationListener Event Queue] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:13:14,058 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate... 2022-06-28T14:13:14,259 [ConfigurationListener Event Queue] INFO o.e.k.c.d.H2DbServiceImpl - deactivate...done 2022-06-28T14:13:14,855 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:13:14,858 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:13:14,860 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:13:14,863 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:13:14,865 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:13:14,885 [Framework stop - Equinox Container: 810e26e9-da89-4a05-9f33-4f9e29bbe415] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.ai.component.provider' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/org.eclipse.kura.wire.ai.component.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider.test/5.1.2/org.eclipse.kura.wire.ai.component.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider.test/5.1.2/org.eclipse.kura.wire.ai.component.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/org.eclipse.kura.wire.ai.component.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider.test/5.1.2/org.eclipse.kura.wire.ai.component.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider.test/5.1.2/org.eclipse.kura.wire.ai.component.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.wire.ai.component.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.ai.component.provider.test/5.1.2/org.eclipse.kura.wire.ai.component.provider.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.wire.ai.component.provider.test --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.container.provider.test >------ [INFO] Building org.eclipse.kura.container.provider.test 1.0.2-SNAPSHOT [177/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.container.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.container.provider.test --- [INFO] The project's OSGi version is 1.0.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.container.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.container.provider.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.container.provider.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.container.provider.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.container.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.container.provider.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.container.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.container.provider.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.container.provider.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.container.provider.ContainerInstanceOptionsTest [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.kura.container.provider.ContainerInstanceOptionsTest [INFO] Running org.eclipse.kura.container.provider.ContainerInstanceTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.944 s - in org.eclipse.kura.container.provider.ContainerInstanceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.container.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/org.eclipse.kura.container.provider.test-1.0.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.container.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.container.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/org.eclipse.kura.container.provider.test-1.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.container.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.container.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.container.provider.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.container.provider.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.container.provider' with 6 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.container.provider.test --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.container.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/org.eclipse.kura.container.provider.test-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider.test/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider.test-1.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider.test/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider.test-1.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/org.eclipse.kura.container.provider.test-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider.test/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider.test-1.0.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider.test/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider.test-1.0.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.container.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.container.provider.test/1.0.2-SNAPSHOT/org.eclipse.kura.container.provider.test-1.0.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.container.provider.test --- [INFO] [INFO] ------< org.eclipse.kura:org.eclipse.kura.ai.triton.server.test >------- [INFO] Building org.eclipse.kura.ai.triton.server.test 5.1.2 [178/180] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Could not transfer metadata io.grpc:grpc-core/maven-metadata.xml from/to kura_addons (https://kura-repo.s3.us-west-2.amazonaws.com/kura_addons/): Access denied to: https://kura-repo.s3.us-west-2.amazonaws.com/kura_addons/io/grpc/grpc-core/maven-metadata.xml , ReasonPhrase:Forbidden. [WARNING] Could not transfer metadata io.grpc:grpc-api/maven-metadata.xml from/to kura_addons (https://kura-repo.s3.us-west-2.amazonaws.com/kura_addons/): Access denied to: https://kura-repo.s3.us-west-2.amazonaws.com/kura_addons/io/grpc/grpc-api/maven-metadata.xml , ReasonPhrase:Forbidden. [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.ai.triton.server.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.ai.triton.server.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.ai.triton.server.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.ai.triton.server.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.ai.triton.server.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/jacoco.exec,append=true [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.ai.triton.server.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.ai.triton.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.ai.triton.server.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.ai.triton.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.ai.triton.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.kura.ai.triton.server.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceEngineTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.933 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceEngineTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceBundleTest Jun 28, 2022 2:13:30 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=14, target=localhost:4002} was not shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. java.lang.RuntimeException: ManagedChannel allocation site at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:93) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:53) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:44) at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:596) at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.setGrpcResources(TritonServerServiceImpl.java:123) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.activate(TritonServerServiceImpl.java:90) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.whenTritonServerIsActivated(TritonServerServiceStepDefinitions.java:165) at org.eclipse.kura.ai.triton.server.TritonServerServiceBundleTest.shouldBeActivatedWithLocalManager(TritonServerServiceBundleTest.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at io.grpc.testing.GrpcCleanupRule$1.evaluate(GrpcCleanupRule.java:125) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceBundleTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest Jun 28, 2022 2:13:30 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=34, target=localhost:4002} was not shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. java.lang.RuntimeException: ManagedChannel allocation site at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:93) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:53) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:44) at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:596) at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.setGrpcResources(TritonServerServiceImpl.java:123) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.updated(TritonServerServiceImpl.java:106) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.whenUpdatedIsInvokedOnTritonServer(TritonServerServiceStepDefinitions.java:181) at org.eclipse.kura.ai.triton.server.TritonServerServiceBundleTest.shouldBeUpdated(TritonServerServiceBundleTest.java:56) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at io.grpc.testing.GrpcCleanupRule$1.evaluate(GrpcCleanupRule.java:125) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Jun 28, 2022 2:13:30 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=52, target=localhost:4001} was not shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. java.lang.RuntimeException: ManagedChannel allocation site at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:93) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:53) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:44) at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:596) at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.setGrpcResources(TritonServerServiceImpl.java:123) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.activate(TritonServerServiceImpl.java:90) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:336) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:100) at org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest.shouldGetModelNamesList(TritonServerServiceModelTest.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at io.grpc.testing.GrpcCleanupRule$1.evaluate(GrpcCleanupRule.java:125) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Jun 28, 2022 2:13:30 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=42, target=localhost:4001} was not shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. java.lang.RuntimeException: ManagedChannel allocation site at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:93) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:53) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:44) at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:596) at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.setGrpcResources(TritonServerServiceImpl.java:123) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.activate(TritonServerServiceImpl.java:90) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:336) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:100) at org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest.shouldNotLoadModel(TritonServerServiceModelTest.java:25) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at io.grpc.testing.GrpcCleanupRule$1.evaluate(GrpcCleanupRule.java:125) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Jun 28, 2022 2:13:30 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=26, target=localhost:4001} was not shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. java.lang.RuntimeException: ManagedChannel allocation site at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:93) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:53) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:44) at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:596) at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.setGrpcResources(TritonServerServiceImpl.java:123) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.activate(TritonServerServiceImpl.java:90) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:336) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:100) at org.eclipse.kura.ai.triton.server.TritonServerServiceBundleTest.shouldBeUpdated(TritonServerServiceBundleTest.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at io.grpc.testing.GrpcCleanupRule$1.evaluate(GrpcCleanupRule.java:125) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Jun 28, 2022 2:13:30 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=82, target=localhost:4001} was not shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. java.lang.RuntimeException: ManagedChannel allocation site at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:93) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:53) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:44) at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:596) at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.setGrpcResources(TritonServerServiceImpl.java:123) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.activate(TritonServerServiceImpl.java:90) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:336) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:100) at org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest.shouldNotGetModelLoadState(TritonServerServiceModelTest.java:61) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at io.grpc.testing.GrpcCleanupRule$1.evaluate(GrpcCleanupRule.java:125) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Jun 28, 2022 2:13:30 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=62, target=localhost:4001} was not shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. java.lang.RuntimeException: ManagedChannel allocation site at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:93) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:53) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:44) at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:596) at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.setGrpcResources(TritonServerServiceImpl.java:123) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.activate(TritonServerServiceImpl.java:90) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:336) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:100) at org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest.shouldGetModelInfo(TritonServerServiceModelTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at io.grpc.testing.GrpcCleanupRule$1.evaluate(GrpcCleanupRule.java:125) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Jun 28, 2022 2:13:30 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=72, target=localhost:4001} was not shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. java.lang.RuntimeException: ManagedChannel allocation site at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:93) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:53) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:44) at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:596) at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.setGrpcResources(TritonServerServiceImpl.java:123) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.activate(TritonServerServiceImpl.java:90) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:336) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:100) at org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest.shouldLoadModel(TritonServerServiceModelTest.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at io.grpc.testing.GrpcCleanupRule$1.evaluate(GrpcCleanupRule.java:125) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest [INFO] Running org.eclipse.kura.ai.triton.server.TritonServerServiceInferTest Jun 28, 2022 2:13:30 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=92, target=localhost:4001} was not shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. java.lang.RuntimeException: ManagedChannel allocation site at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:93) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:53) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:44) at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:596) at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.setGrpcResources(TritonServerServiceImpl.java:123) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.activate(TritonServerServiceImpl.java:90) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:336) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:100) at org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest.shouldNotUnloadModel(TritonServerServiceModelTest.java:43) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at io.grpc.testing.GrpcCleanupRule$1.evaluate(GrpcCleanupRule.java:125) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Jun 28, 2022 2:13:30 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=102, target=localhost:4001} was not shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true. java.lang.RuntimeException: ManagedChannel allocation site at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:93) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:53) at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:44) at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:596) at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.setGrpcResources(TritonServerServiceImpl.java:123) at org.eclipse.kura.ai.triton.server.TritonServerServiceImpl.activate(TritonServerServiceImpl.java:90) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.createTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:336) at org.eclipse.kura.ai.triton.server.TritonServerServiceStepDefinitions.givenTritonServerServiceImpl(TritonServerServiceStepDefinitions.java:100) at org.eclipse.kura.ai.triton.server.TritonServerServiceModelTest.shouldUnloadModel(TritonServerServiceModelTest.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at io.grpc.testing.GrpcCleanupRule$1.evaluate(GrpcCleanupRule.java:125) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.kura.ai.triton.server.TritonServerServiceInferTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.ai.triton.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/org.eclipse.kura.ai.triton.server.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.ai.triton.server.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.ai.triton.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/org.eclipse.kura.ai.triton.server.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.ai.triton.server.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.ai.triton.server.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.ai.triton.server.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/jacoco.exec,append=true, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dkura.home=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura, -Dkura.plugins=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/plugins, -Dkura.packages=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/data/packages, -Dkura.data=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura, -Dkura.tmp=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/tmp, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dorg.eclipse.kura.mode=emulator, -Dorg.eclipse.equinox.http.jetty.customizer.class=org.eclipse.kura.jetty.customizer.KuraJettyCustomizer, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.console=5002, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/surefire.properties] 2022-06-28T14:13:34,559 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:13:34,949 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:13:34,963 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.e.Emulator - generated new client-id: kura-emulator-636668 2022-06-28T14:13:35,043 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:13:35,044 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:13:35,044 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:13:35,044 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:13:35,044 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:13:35,044 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura 2022-06-28T14:13:35,044 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:13:35,045 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:13:35,045 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots 2022-06-28T14:13:35,045 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/tmp 2022-06-28T14:13:35,045 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:13:35,048 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:13:35,092 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.i.InventoryHandlerV1 - Inventory v1 is starting 2022-06-28T14:13:35,169 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Activating CloudConnectionStatus service... 2022-06-28T14:13:35,171 [pool-3-thread-1] INFO o.e.k.c.s.r.LogStatusRunnable - Notification LED off 2022-06-28T14:13:35,309 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:13:35,309 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:13:35,349 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Unable to decrypt snapshot! Fallback to unencrypted snapshots mode. 2022-06-28T14:13:35,450 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots/snapshot_0.xml... 2022-06-28T14:13:35,459 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots/snapshot_0.xml... Done. 2022-06-28T14:13:35,459 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:13:35,498 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and factory pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:35,499 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport and pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:35,499 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:35,505 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport.... 2022-06-28T14:13:35,505 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport....Done 2022-06-28T14:13:35,506 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:35,506 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.data.DataService and factory pid: org.eclipse.kura.data.DataService 2022-06-28T14:13:35,506 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.data.DataService and pid org.eclipse.kura.data.DataService 2022-06-28T14:13:35,506 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:13:35,510 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService.... 2022-06-28T14:13:35,510 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.data.DataService....Done 2022-06-28T14:13:35,510 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.data.DataService org.eclipse.kura.data.DataService 2022-06-28T14:13:35,513 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.cloud.CloudService and factory pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:35,513 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.CloudService and pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:35,513 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:35,516 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService.... 2022-06-28T14:13:35,516 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.CloudService....Done 2022-06-28T14:13:35,516 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.CloudService org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:35,516 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: heaterPublisher and factory pid: org.eclipse.kura.cloud.publisher.CloudPublisher 2022-06-28T14:13:35,517 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.cloud.publisher.CloudPublisher and pid heaterPublisher 2022-06-28T14:13:35,517 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid heaterPublisher 2022-06-28T14:13:35,519 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher.... 2022-06-28T14:13:35,520 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - heaterPublisher....Done 2022-06-28T14:13:35,520 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.cloud.publisher.CloudPublisher heaterPublisher 2022-06-28T14:13:35,522 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: org.eclipse.kura.ssl.SslManagerService and factory pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:35,523 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.ssl.SslManagerService and pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:35,523 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:35,525 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService.... 2022-06-28T14:13:35,526 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.ssl.SslManagerService....Done 2022-06-28T14:13:35,526 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.ssl.SslManagerService org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:35,532 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService.... 2022-06-28T14:13:35,532 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.watchdog.WatchdogService....Done 2022-06-28T14:13:35,539 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating configuration with pid: SSLKeystore and factory pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:13:35,539 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl and pid SSLKeystore 2022-06-28T14:13:35,539 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid SSLKeystore 2022-06-28T14:13:35,542 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore.... 2022-06-28T14:13:35,542 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - SSLKeystore....Done 2022-06-28T14:13:35,542 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl SSLKeystore 2022-06-28T14:13:35,554 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Activating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:13:35,569 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Activating org.eclipse.kura.data.DataService... 2022-06-28T14:13:35,570 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:13:35,574 [DataServiceImpl:Submit] INFO o.e.k.c.d.DataServiceImpl - DataPublisherService not connected 2022-06-28T14:13:35,642 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.CloudService ... 2022-06-28T14:13:35,645 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:35,648 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:35,648 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.subscriber.CloudSubscriber ... 2022-06-28T14:13:35,648 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.publisher.CloudPublisher ... 2022-06-28T14:13:35,651 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: heaterPublisher 2022-06-28T14:13:35,652 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.cloud.app.command.CommandCloudApp ... 2022-06-28T14:13:35,652 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:13:35,657 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:13:35,660 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:13:35,661 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:35,675 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:35,676 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:13:35,676 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:13:35,676 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:13:35,679 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.data.DataService 2022-06-28T14:13:35,680 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:13:35,680 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:13:35,680 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:35,683 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:35,688 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 ... 2022-06-28T14:13:35,688 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:13:35,691 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2 2022-06-28T14:13:35,697 [ConfigurationListener Event Queue] INFO o.e.k.c.c.c.CloudCallServiceImpl - Activating... 2022-06-28T14:13:35,697 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:13:35,698 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl 2022-06-28T14:13:35,701 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: SSLKeystore 2022-06-28T14:13:35,738 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.rest.provider.RestService ... 2022-06-28T14:13:35,741 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.rest.provider.RestService 2022-06-28T14:13:35,746 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.position.PositionService ... 2022-06-28T14:13:35,746 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:13:35,749 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.position.PositionService 2022-06-28T14:13:35,751 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.watchdog.WatchdogService ... 2022-06-28T14:13:35,754 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:13:35,758 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl ... 2022-06-28T14:13:35,758 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:13:35,761 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:13:35,790 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudSubscriber ... 2022-06-28T14:13:35,790 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.RegexFilter ... 2022-06-28T14:13:35,791 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Logger ... 2022-06-28T14:13:35,791 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Fifo ... 2022-06-28T14:13:35,791 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Timer ... 2022-06-28T14:13:35,791 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.CloudPublisher ... 2022-06-28T14:13:35,794 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:13:35,794 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:13:35,797 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:13:35,841 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.ScriptFilter ... 2022-06-28T14:13:35,844 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:13:35,844 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:13:35,844 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:13:35,845 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:13:35,845 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:13:35,845 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:13:35,848 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:13:35,851 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:13:35,851 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:13:35,852 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:13:35,853 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 0... 2022-06-28T14:13:35,879 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots/snapshot_1656425615870.xml... 2022-06-28T14:13:35,883 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/kura/user/snapshots/snapshot_1656425615870.xml... Done. 2022-06-28T14:13:35,883 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:13:35,883 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:13:35,883 [Start Level: Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:13:35,883 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService.... 2022-06-28T14:13:35,883 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.position.PositionService....Done 2022-06-28T14:13:35,902 [ConfigurationListener Event Queue] INFO o.e.k.c.c.CloudServiceImpl - activate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:13:35,953 [ConfigurationListener Event Queue] INFO o.e.k.c.s.SslManagerServiceImpl - activate... 2022-06-28T14:13:35,956 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:13:35,957 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:35,957 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:13:35,957 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:13:35,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ai.triton.server.TritonServerService ... 2022-06-28T14:13:35,995 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating... 2022-06-28T14:13:36,046 [ConfigurationListener Event Queue] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - activating...done 2022-06-28T14:13:36,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl.... 2022-06-28T14:13:36,059 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl....Done Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:13:36,072 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is starting! 2022-06-28T14:13:36,073 [ConfigurationListener Event Queue] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore has started! 2022-06-28T14:13:36,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:13:36,075 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:36,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:13:36,075 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:13:36,080 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:13:36,080 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:13:36,081 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.CloudService 2022-06-28T14:13:36,081 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.CloudServiceImpl - framework is stopping.. not republishing app certificate 2022-06-28T14:13:36,081 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.CloudServiceImpl - deactivate org.eclipse.kura.cloud.CloudService... 2022-06-28T14:13:36,084 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:13:36,086 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 has started with config! 2022-06-28T14:13:36,086 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... 2022-06-28T14:13:36,086 [ConfigurationListener Event Queue] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 updated... Done. 2022-06-28T14:13:36,087 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:13:36,088 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:13:36,088 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:13:36,088 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:13:36,088 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp.... 2022-06-28T14:13:36,088 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.cloud.app.command.CommandCloudApp....Done 2022-06-28T14:13:36,089 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Updating org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport... 2022-06-28T14:13:36,090 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:13:36,090 [ConfigurationListener Event Queue] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:36,090 [ConfigurationListener Event Queue] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:13:36,090 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:13:36,091 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updating... 2022-06-28T14:13:36,091 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:36,091 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.d.t.m.MqttDataTransport - Building new configuration... 2022-06-28T14:13:36,091 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.d.DataServiceImpl - Notified DataTransportService configuration updated. 2022-06-28T14:13:36,091 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid SSLKeystore 2022-06-28T14:13:36,092 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Updating org.eclipse.kura.data.DataService... 2022-06-28T14:13:36,092 [ConfigurationListener Event Queue] INFO o.e.k.c.d.DataServiceImpl - Get Throttle with burst length 1 and send a message every 1000000000 nanoseconds 2022-06-28T14:13:36,092 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.k.FilesystemKeystoreServiceImpl - Bundle SSLKeystore is deactivating! 2022-06-28T14:13:36,093 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl 2022-06-28T14:13:36,093 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating... 2022-06-28T14:13:36,093 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.i.u.s.RoleRepositoryStoreImpl - deactivating...done 2022-06-28T14:13:36,093 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:13:36,094 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.ssl.SslManagerService 2022-06-28T14:13:36,094 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.watchdog.WatchdogService 2022-06-28T14:13:36,094 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport 2022-06-28T14:13:36,094 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.data.DataService 2022-06-28T14:13:36,095 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.position.PositionService 2022-06-28T14:13:36,095 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid heaterPublisher 2022-06-28T14:13:36,095 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.cloud.app.command.CommandCloudApp 2022-06-28T14:13:36,137 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.c.c.CloudCallServiceImpl - Deactivating... 2022-06-28T14:13:36,138 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.a.c.CommandCloudApp - Request handler CMD-V1 is deactivating! 2022-06-28T14:13:36,143 [ConfigurationListener Event Queue] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Cloud Deployment v2 is starting 2022-06-28T14:13:36,147 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.d.CloudDeploymentHandlerV2 - Bundle DEPLOY-V2 is deactivating! 2022-06-28T14:13:36,149 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:13:36,149 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service 2022-06-28T14:13:36,149 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.d.DataServiceImpl - Deactivating org.eclipse.kura.data.DataService... 2022-06-28T14:13:36,150 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] WARN o.e.k.c.d.t.m.MqttDataTransport - MQTT client already disconnected 2022-06-28T14:13:36,170 [ConfigurationListener Event Queue] INFO o.e.k.e.p.PositionServiceImpl - Updating position service. Done. 2022-06-28T14:13:37,150 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.d.s.DbDataStore - Canceling the Housekeeper Task... 2022-06-28T14:13:37,154 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.i.InventoryHandlerV1 - Bundle INVENTORY-V1 is deactivating! 2022-06-28T14:13:37,156 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.CloudConnectionStatusServiceImpl - Deactivating CloudConnectionStatus service... 2022-06-28T14:13:37,159 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.s.SslManagerServiceImpl - deactivate... 2022-06-28T14:13:37,160 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:13:37,183 [Framework stop - Equinox Container: 10dd370d-91a4-46f9-b480-1b5c51eb2756] INFO o.e.k.e.p.PositionServiceImpl - Stopping position service [WARNING] No tests found. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (report) @ org.eclipse.kura.ai.triton.server.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.kura.ai.triton.server' with 331 classes [INFO] Analyzed bundle 'org.eclipse.kura.api' with 225 classes [INFO] Analyzed bundle 'org.eclipse.kura.core' with 118 classes [INFO] Analyzed bundle 'org.eclipse.kura.util' with 9 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.testutil' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.asset.provider' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.configuration' with 32 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud' with 45 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.cloud.factory' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.comm' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.crypto' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.deployment' with 30 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.inventory' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.keystore' with 25 classes [INFO] Analyzed bundle 'org.eclipse.kura.rest.provider' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.net' with 22 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.status' with 11 classes [INFO] Analyzed bundle 'org.eclipse.kura.core.system' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.deployment.agent' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.gpio' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.net' with 1 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.position' with 3 classes [INFO] Analyzed bundle 'org.eclipse.kura.emulator.watchdog' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.json.marshaller.unmarshaller.provider' with 13 classes [INFO] Analyzed bundle 'org.eclipse.kura.useradmin.store' with 4 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.component.provider' with 36 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.helper.provider' with 10 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.provider' with 2 classes [INFO] Analyzed bundle 'org.eclipse.kura.wire.script.filter.provider' with 5 classes [INFO] Analyzed bundle 'org.eclipse.kura.xml.marshaller.unmarshaller.provider' with 10 classes [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.ai.triton.server.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.ai.triton.server.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/org.eclipse.kura.ai.triton.server.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server.test/5.1.2/org.eclipse.kura.ai.triton.server.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server.test/5.1.2/org.eclipse.kura.ai.triton.server.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/org.eclipse.kura.ai.triton.server.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server.test/5.1.2/org.eclipse.kura.ai.triton.server.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server.test/5.1.2/org.eclipse.kura.ai.triton.server.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/test/org.eclipse.kura.ai.triton.server.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.ai.triton.server.test/5.1.2/org.eclipse.kura.ai.triton.server.test-5.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.ai.triton.server.test --- [INFO] [INFO] -------------< org.eclipse.kura:org.eclipse.kura.web2.ext >------------- [INFO] Building org.eclipse.kura.web2.ext 1.1.2-SNAPSHOT [179/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.web2.ext --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.web2.ext --- [INFO] The project's OSGi version is 1.1.2.202206281342 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.web2.ext --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.web2.ext --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.web2.ext --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.web2.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 23 resources [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.web2.ext --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/src/main/java/org/eclipse/kura/web2/ext/internal/TriConsumerAdapter.java:[30] @SuppressWarnings("checkstyle:lineLength") ^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("checkstyle:lineLength") 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.web2.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.web2.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/org.eclipse.kura.web2.ext-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.web2.ext --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.web2.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/org.eclipse.kura.web2.ext-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.web2.ext --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.web2.ext --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.web2.ext --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.web2.ext --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/org.eclipse.kura.web2.ext-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2.ext/1.1.2-SNAPSHOT/org.eclipse.kura.web2.ext-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2.ext/1.1.2-SNAPSHOT/org.eclipse.kura.web2.ext-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/org.eclipse.kura.web2.ext-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2.ext/1.1.2-SNAPSHOT/org.eclipse.kura.web2.ext-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2.ext/1.1.2-SNAPSHOT/org.eclipse.kura.web2.ext-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2.ext/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2.ext/1.1.2-SNAPSHOT/org.eclipse.kura.web2.ext-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.web2.ext --- [INFO] [INFO] ---------------< org.eclipse.kura:org.eclipse.kura.web2 >--------------- [INFO] Building org.eclipse.kura.web2 2.1.2 [180/180] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.kura.web2 --- [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.1.2 [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:3.1.0:check (checkstyle-validation) @ org.eclipse.kura.web2 --- [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 16 resources [INFO] [INFO] --- yuicompressor-maven-plugin:1.5.1:compress (compress_js_css) @ org.eclipse.kura.web2 --- [INFO] generate aggregation : /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/webapp/login.all.js [INFO] login.all.js (1380b) [INFO] generate aggregation : /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/webapp/denali.all.js [INFO] denali.all.js (425681b) [INFO] generate aggregation : /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/webapp/denali.all.css [INFO] denali.all.css (66004b) [INFO] login.all.js (1380b) -> login.all-min.js (664b)[48%] [INFO] denali.all.js (425681b) -> denali.all-min.js (421701b)[99%] [INFO] denali.all.css (66004b) -> denali.all-min.css (59683b)[90%] [INFO] login.all.js (1380b) -> login.all-min.js (664b)[48%] [INFO] denali.all.js (425681b) -> denali.all-min.js (421701b)[99%] [INFO] denali.all.css (66004b) -> denali.all-min.css (59683b)[90%] [INFO] total input (986130b) -> output (964096b)[97%] [INFO] nb warnings: 0, nb errors: 0 [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 196 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/servlet/AuditServlet.java:[28] public class AuditServlet extends HttpServlet { ^^^^^^^^^^^^ The serializable class AuditServlet does not declare a static final serialVersionUID field of type long [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[174] final Collection> cloudServiceReferences = ServiceLocator.getInstance() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[175] .getServiceReferences(CloudService.class, null); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[177] List> cloudServiceReferencesList = new ArrayList<>(cloudServiceReferences); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[179] for (ServiceReference cloudServiceReference : cloudServiceReferencesList) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[209] private GwtCloudConnectionInfo fillFromCloudService(ServiceReference cloudServiceReference, ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[215] final CloudService cloudService = ServiceLocator.getInstance().getService(cloudServiceReference); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtStatusServiceImpl.java:[217] result.addConnectionProperty("Service Status", cloudService.isConnected() ? "CONNECTED" : "DISCONNECTED"); ^^^^^^^^^^^^^ The method isConnected() from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/UserManager.java:[140] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[41] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[42] import org.eclipse.kura.cloud.factory.CloudServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[141] } else if (service instanceof CloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[142] cloudConnectionEntry.setState(((CloudService) service).isConnected() ? CONNECTED : DISCONNECTED); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[142] cloudConnectionEntry.setState(((CloudService) service).isConnected() ? CONNECTED : DISCONNECTED); ^^^^^^^^^^^^^ The method isConnected() from the type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[445] } else if (o instanceof CloudServiceFactory) { ^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[446] final CloudServiceFactory f = (CloudServiceFactory) o; ^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[446] final CloudServiceFactory f = (CloudServiceFactory) o; ^^^^^^^^^^^^^^^^^^^ The type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[452] return f.getStackComponentsPids(pid); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getStackComponentsPids(String) from the type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[457] return f.getManagedCloudServicePids(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManagedCloudServicePids() from the type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[462] return f.getFactoryPid(); ^^^^^^^^^^^^^^^ The method getFactoryPid() from the type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[467] f.deleteConfiguration(pid); ^^^^^^^^^^^^^^^^^^^^^^^^ The method deleteConfiguration(String) from the type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[472] f.createConfiguration(pid); ^^^^^^^^^^^^^^^^^^^^^^^^ The method createConfiguration(String) from the type CloudServiceFactory is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[505] final HttpSession session = request.getSession(false); ^^^^^^^ The value of the local variable session is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[507] Collection> cloudServiceReferences = ServiceLocator.getInstance() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[508] .getServiceReferences(CloudService.class, null); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[510] for (ServiceReference cloudServiceReference : cloudServiceReferences) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[578] final HttpSession session = request.getSession(false); ^^^^^^^ The value of the local variable session is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[580] Collection> cloudServiceReferences = ServiceLocator.getInstance() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[581] .getServiceReferences(CloudService.class, null); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[583] for (ServiceReference cloudServiceReference : cloudServiceReferences) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[627] Collection> cloudServiceReferences = ServiceLocator.getInstance() ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[628] .getServiceReferences(CloudService.class, null); ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtCloudConnectionServiceImpl.java:[630] for (ServiceReference cloudServiceReference : cloudServiceReferences) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/SelfConfiguringComponentProperty.java:[181] return Optional.of((T) extractScalar(scalar, defaultValue)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to T [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/SelfConfiguringComponentProperty.java:[186] return Optional.of((T) result.toArray()); ^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object[] to T [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/service/GwtCloudConnectionService.java:[18] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/service/GwtCloudConnectionService.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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/service/GwtCloudConnectionService.java:[24] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/servlet/WiresSnapshotServlet.java:[59] private static final String JSON_FORMAT = "json"; ^^^^^^^^^^^ The value of the field WiresSnapshotServlet.JSON_FORMAT is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/servlet/WiresSnapshotServlet.java:[60] private static final String XML_FORMAT = "xml"; ^^^^^^^^^^ The value of the field WiresSnapshotServlet.XML_FORMAT is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/servlet/WiresSnapshotServlet.java:[69] private String toSnapshot(XmlComponentConfigurations configs) throws GwtKuraException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method toSnapshot(XmlComponentConfigurations) from the type WiresSnapshotServlet is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/servlet/LogServlet.java:[50] import com.google.gwt.user.client.Cookies; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import com.google.gwt.user.client.Cookies is never used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[30] import org.eclipse.kura.core.util.NetUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NetUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[190] logger.debug("MAC: {}", NetUtil.hardwareAddressToString(netIfConfig.getHardwareAddress())); ^^^^^^^ Discouraged access: The type 'NetUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[190] logger.debug("MAC: {}", NetUtil.hardwareAddressToString(netIfConfig.getHardwareAddress())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NetUtil.hardwareAddressToString(byte[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[191] gwtNetConfig.setHwAddress(NetUtil.hardwareAddressToString(netIfConfig.getHardwareAddress())); ^^^^^^^ Discouraged access: The type 'NetUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[191] gwtNetConfig.setHwAddress(NetUtil.hardwareAddressToString(netIfConfig.getHardwareAddress())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NetUtil.hardwareAddressToString(byte[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.core/target/classes') [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[722] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[723] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[724] ((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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[727] 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[727] List technologyTypes = ((ModemInterface) netIfConfig).getTechnologyTypes(); ^^^^^^^^^^^^^^ ModemInterface is a raw type. References to generic type ModemInterface should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/GwtNetworkServiceImpl.java:[1530] wifiConfig.setBroadcast(!gwtWifiConfig.ignoreSSID()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBroadcast(boolean) from the type WifiConfig is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/server/BaseGwtRestrictedComponentService.java:[28] public class BaseGwtRestrictedComponentService extends OsgiRemoteServiceServlet ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The serializable class BaseGwtRestrictedComponentService does not declare a static final serialVersionUID field of type long 55 problems (55 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.1.2] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/webapp] [INFO] Webapp assembled in [163 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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/test/resources [INFO] [INFO] --- gwt-maven-plugin:2.8.2:compile (default) @ org.eclipse.kura.web2 --- [INFO] auto discovered modules [org.eclipse.kura.web.login, org.eclipse.kura.web.denali] [ERROR] Jun 28, 2022 2:13:55 PM java.util.prefs.FileSystemPreferences$1 run [ERROR] INFO: Created user preferences directory. [INFO] Compiling module org.eclipse.kura.web.login [INFO] Compiling 8 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 permutation 5... [INFO] Compiling [INFO] Compiling permutation 6... [INFO] Compiling permutation 7... [INFO] Compile of permutations succeeded [INFO] Compilation succeeded -- 70.541s [INFO] Linking into /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/webapp/login [INFO] Link succeeded [INFO] Linking succeeded -- 0.425s [INFO] Compiling module org.eclipse.kura.web.denali [INFO] Compiling 8 permutations [INFO] Compiling permutation 0... [INFO] Process output [INFO] Compiling [INFO] Compiling permutation 1... [INFO] Compiling permutation 2... [INFO] Compiling permutation 3... [INFO] Compiling [INFO] Compiling permutation 4... [INFO] Compiling permutation 5... [INFO] Compiling [INFO] Compiling permutation 6... [INFO] Compiling permutation 7... [INFO] Compile of permutations succeeded [INFO] Compilation succeeded -- 101.881s [INFO] Linking into /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/src/main/webapp/denali [INFO] Link succeeded [INFO] Linking succeeded -- 0.746s [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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.1.2.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] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.web2 --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.1.2/org.eclipse.kura.web2-2.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.1.2/org.eclipse.kura.web2-2.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/target/org.eclipse.kura.web2-2.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.1.2/org.eclipse.kura.web2-2.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.1.2/org.eclipse.kura.web2-2.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/org.eclipse.kura.web2/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.web2/2.1.2/org.eclipse.kura.web2-2.1.2-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.web2 --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] kura 5.1.2 ......................................... SUCCESS [ 2.745 s] [INFO] Kura Target Definition ............................. SUCCESS [ 0.628 s] [INFO] org.eclipse.kura.api 2.3.2-SNAPSHOT ................ SUCCESS [ 12.030 s] [INFO] org.eclipse.kura.util 1.2.2-SNAPSHOT ............... SUCCESS [ 0.742 s] [INFO] org.eclipse.kura.asset.cloudlet.provider 1.1.2-SNAPSHOT SUCCESS [ 0.454 s] [INFO] org.eclipse.kura.core 1.1.2 ........................ SUCCESS [ 1.360 s] [INFO] org.eclipse.kura.core.configuration 2.1.2-SNAPSHOT . SUCCESS [ 0.740 s] [INFO] org.eclipse.kura.asset.provider 2.1.2-SNAPSHOT ..... SUCCESS [ 0.507 s] [INFO] org.eclipse.kura.asset.helper.provider 1.1.2-SNAPSHOT SUCCESS [ 0.281 s] [INFO] org.eclipse.kura.broker.artemis.core 1.2.2-SNAPSHOT SUCCESS [ 0.797 s] [INFO] org.eclipse.kura.broker.artemis.simple.mqtt 1.1.2-SNAPSHOT SUCCESS [ 0.294 s] [INFO] org.eclipse.kura.broker.artemis.xml 1.1.2-SNAPSHOT . SUCCESS [ 0.301 s] [INFO] org.eclipse.kura.camel 1.4.2-SNAPSHOT .............. SUCCESS [ 0.773 s] [INFO] org.eclipse.kura.camel.cloud.factory 1.2.2-SNAPSHOT SUCCESS [ 0.328 s] [INFO] org.eclipse.kura.camel.xml 1.2.2-SNAPSHOT .......... SUCCESS [ 0.269 s] [INFO] org.eclipse.kura.rest.provider 1.2.2-SNAPSHOT ...... SUCCESS [ 0.313 s] [INFO] org.eclipse.kura.core.certificates 1.1.2-SNAPSHOT .. SUCCESS [ 0.318 s] [INFO] org.eclipse.kura.core.keystore 1.1.2-SNAPSHOT ...... SUCCESS [ 0.589 s] [INFO] org.eclipse.kura.core.cloud 1.2.2-SNAPSHOT ......... SUCCESS [ 0.789 s] [INFO] org.eclipse.kura.core.cloud.factory 1.1.2-SNAPSHOT . SUCCESS [ 0.200 s] [INFO] org.eclipse.kura.core.comm 1.1.2-SNAPSHOT .......... SUCCESS [ 0.241 s] [INFO] org.eclipse.kura.core.crypto 1.1.2-SNAPSHOT ........ SUCCESS [ 0.247 s] [INFO] org.eclipse.kura.core.inventory 1.1.2-SNAPSHOT ..... SUCCESS [ 0.214 s] [INFO] org.eclipse.kura.core.deployment 1.2.2-SNAPSHOT .... SUCCESS [ 0.397 s] [INFO] org.eclipse.kura.core.net 1.1.2-SNAPSHOT ........... SUCCESS [ 0.530 s] [INFO] org.eclipse.kura.core.status 1.1.2-SNAPSHOT ........ SUCCESS [ 0.289 s] [INFO] org.eclipse.kura.core.system 1.1.2-SNAPSHOT ........ SUCCESS [ 0.424 s] [INFO] org.eclipse.kura.deployment.agent 1.1.2-SNAPSHOT ... SUCCESS [ 0.284 s] [INFO] org.eclipse.kura.hook.file.move.provider 1.1.2-SNAPSHOT SUCCESS [ 0.224 s] [INFO] org.eclipse.kura.driver.helper.provider 1.1.2-SNAPSHOT SUCCESS [ 0.243 s] [INFO] org.eclipse.kura.driver.opcua.provider 1.1.2-SNAPSHOT SUCCESS [ 10.488 s] [INFO] org.eclipse.kura.driver.block 1.1.2-SNAPSHOT ....... SUCCESS [ 0.403 s] [INFO] org.eclipse.kura.driver.s7plc.provider 1.1.2-SNAPSHOT SUCCESS [ 1.409 s] [INFO] org.eclipse.kura.driver.ble.sensortag.provider 1.1.2-SNAPSHOT SUCCESS [ 0.318 s] [INFO] org.eclipse.kura.driver.ble.xdk 1.1.2-SNAPSHOT ..... SUCCESS [ 0.296 s] [INFO] org.eclipse.kura.ble.ibeacon.provider 1.1.2-SNAPSHOT SUCCESS [ 0.228 s] [INFO] org.eclipse.kura.driver.ibeacon.provider 1.1.2-SNAPSHOT SUCCESS [ 0.214 s] [INFO] org.eclipse.kura.driver.gpio.provider 1.1.2-SNAPSHOT SUCCESS [ 0.258 s] [INFO] org.eclipse.kura.ble.eddystone.provider 1.1.2-SNAPSHOT SUCCESS [ 0.223 s] [INFO] org.eclipse.kura.driver.eddystone.provider 1.1.2-SNAPSHOT SUCCESS [ 0.164 s] [INFO] org.eclipse.kura.linux.bluetooth 1.1.2-SNAPSHOT .... SUCCESS [ 0.847 s] [INFO] org.eclipse.kura.ble.provider 1.1.2-SNAPSHOT ....... SUCCESS [ 0.310 s] [INFO] org.eclipse.kura.linux.clock 1.2.2-SNAPSHOT ........ SUCCESS [ 0.281 s] [INFO] org.eclipse.kura.linux.command 1.1.2-SNAPSHOT ...... SUCCESS [ 0.210 s] [INFO] org.eclipse.kura.linux.gpio 1.1.2-SNAPSHOT ......... SUCCESS [ 0.249 s] [INFO] org.eclipse.kura.linux.net 2.1.2-SNAPSHOT .......... SUCCESS [ 0.901 s] [INFO] org.eclipse.kura.linux.position 1.1.2-SNAPSHOT ..... SUCCESS [ 0.309 s] [INFO] org.eclipse.kura.linux.usb 1.1.2-SNAPSHOT .......... SUCCESS [ 0.221 s] [INFO] org.eclipse.kura.linux.usb.armv6hf 1.1.2-SNAPSHOT .. SUCCESS [ 0.123 s] [INFO] org.eclipse.kura.linux.usb.x86_64 1.1.2-SNAPSHOT ... SUCCESS [ 0.149 s] [INFO] org.eclipse.kura.linux.usb.aarch64 1.1.2-SNAPSHOT .. SUCCESS [ 0.127 s] [INFO] org.eclipse.kura.linux.watchdog 1.1.2-SNAPSHOT ..... SUCCESS [ 0.211 s] [INFO] org.eclipse.kura.localization 1.1.2-SNAPSHOT ....... SUCCESS [ 0.210 s] [INFO] org.eclipse.kura.localization.resources 1.1.2-SNAPSHOT SUCCESS [ 0.201 s] [INFO] org.eclipse.kura.net.admin 1.1.2-SNAPSHOT .......... SUCCESS [ 1.494 s] [INFO] org.eclipse.kura.protocol.modbus 2.1.2-SNAPSHOT .... SUCCESS [ 0.391 s] [INFO] org.eclipse.kura.stress 1.1.2-SNAPSHOT ............. SUCCESS [ 0.206 s] [INFO] org.eclipse.kura.wire.camel 1.1.2-SNAPSHOT ......... SUCCESS [ 0.212 s] [INFO] org.eclipse.kura.wire.script.filter.provider 1.1.2-SNAPSHOT SUCCESS [ 0.244 s] [INFO] org.eclipse.kura.wire.h2db.component.provider 2.1.2-SNAPSHOT SUCCESS [ 0.242 s] [INFO] org.eclipse.kura.wire.component.provider 1.1.2-SNAPSHOT SUCCESS [ 0.458 s] [INFO] org.eclipse.kura.wire.helper.provider 1.1.2-SNAPSHOT SUCCESS [ 0.228 s] [INFO] org.eclipse.kura.wire.provider 1.1.2-SNAPSHOT ...... SUCCESS [ 0.227 s] [INFO] org.eclipse.kura.rest.asset.provider 1.1.2-SNAPSHOT SUCCESS [ 0.210 s] [INFO] org.eclipse.kura.misc.cloudcat 1.1.2-SNAPSHOT ...... SUCCESS [ 0.287 s] [INFO] org.eclipse.kura.json.marshaller.unmarshaller.provider 1.1.2-SNAPSHOT SUCCESS [ 0.278 s] [INFO] org.eclipse.kura.xml.marshaller.unmarshaller.provider 1.1.2-SNAPSHOT SUCCESS [ 0.270 s] [INFO] org.eclipse.kura.wire.component.conditional.provider 1.1.2-SNAPSHOT SUCCESS [ 0.204 s] [INFO] org.eclipse.kura.wire.component.join.provider 1.1.2-SNAPSHOT SUCCESS [ 0.196 s] [INFO] org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider 1.1.2-SNAPSHOT SUCCESS [ 0.404 s] [INFO] org.eclipse.kura.cloudconnection.raw.mqtt.provider 1.1.2-SNAPSHOT SUCCESS [ 0.316 s] [INFO] org.eclipse.kura.linux.sysv.provider 1.1.2-SNAPSHOT SUCCESS [ 0.190 s] [INFO] org.eclipse.kura.linux.systemd.provider 1.1.2-SNAPSHOT SUCCESS [ 0.189 s] [INFO] org.eclipse.kura.linux.debian.provider 1.1.2-SNAPSHOT SUCCESS [ 0.206 s] [INFO] org.eclipse.kura.linux.redhat.provider 1.1.2-SNAPSHOT SUCCESS [ 0.194 s] [INFO] org.eclipse.kura.http.server.manager 1.1.2-SNAPSHOT SUCCESS [ 0.204 s] [INFO] org.eclipse.kura.useradmin.store 1.1.2-SNAPSHOT .... SUCCESS [ 0.238 s] [INFO] org.eclipse.kura.network.threat.manager 1.1.2-SNAPSHOT SUCCESS [ 0.206 s] [INFO] org.eclipse.kura.core.tamper.detection 1.1.2-SNAPSHOT SUCCESS [ 0.212 s] [INFO] org.eclipse.kura.log.filesystem.provider 1.0.2-SNAPSHOT SUCCESS [ 0.189 s] [INFO] org.eclipse.kura.request.handler.jaxrs 1.0.2-SNAPSHOT SUCCESS [ 0.210 s] [INFO] org.eclipse.kura.rest.configuration.provider 1.0.2-SNAPSHOT SUCCESS [ 0.338 s] [INFO] org.eclipse.kura.rest.wire.provider 1.0.2-SNAPSHOT . SUCCESS [ 0.242 s] [INFO] org.eclipse.kura.container.orchestration.provider 1.0.2-SNAPSHOT SUCCESS [ 13.030 s] [INFO] org.eclipse.kura.ai.triton.server 1.0.2-SNAPSHOT ... SUCCESS [ 21.963 s] [INFO] org.eclipse.kura.wire.ai.component.provider 1.0.2-SNAPSHOT SUCCESS [ 0.163 s] [INFO] org.eclipse.kura.container.provider 1.0.2-SNAPSHOT . SUCCESS [ 0.193 s] [INFO] features ........................................... SUCCESS [ 0.098 s] [INFO] org.eclipse.kura.api.feature ....................... SUCCESS [ 0.330 s] [INFO] org.eclipse.kura.camel.feature ..................... SUCCESS [ 0.175 s] [INFO] org.eclipse.kura.runtime.feature ................... SUCCESS [ 0.113 s] [INFO] org.eclipse.kura.driver.opcua 1.1.2-SNAPSHOT ....... SUCCESS [ 0.419 s] [INFO] org.eclipse.kura.driver.s7plc 1.1.2-SNAPSHOT ....... SUCCESS [ 0.128 s] [INFO] org.eclipse.kura.driver.ble.sensortag 1.1.2-SNAPSHOT SUCCESS [ 0.113 s] [INFO] org.eclipse.kura.driver.ble.xdk 1.1.2-SNAPSHOT ..... SUCCESS [ 0.140 s] [INFO] org.eclipse.kura.driver.eddystone 1.1.2-SNAPSHOT ... SUCCESS [ 0.136 s] [INFO] org.eclipse.kura.driver.ibeacon 1.1.2-SNAPSHOT ..... SUCCESS [ 0.167 s] [INFO] org.eclipse.kura.wire.script.filter 1.1.2-SNAPSHOT . SUCCESS [ 0.133 s] [INFO] org.eclipse.kura.driver.gpio 1.1.2-SNAPSHOT ........ SUCCESS [ 0.108 s] [INFO] org.eclipse.kura.wire.ai.component.provider 1.0.2-SNAPSHOT SUCCESS [ 0.095 s] [INFO] org.eclipse.kura.ai.triton.server 1.0.2-SNAPSHOT ... SUCCESS [ 0.453 s] [INFO] emulator ........................................... SUCCESS [ 0.093 s] [INFO] org.eclipse.kura.emulator 1.1.2-SNAPSHOT ........... SUCCESS [ 0.185 s] [INFO] org.eclipse.kura.emulator.gpio 1.1.2-SNAPSHOT ...... SUCCESS [ 0.141 s] [INFO] org.eclipse.kura.emulator.clock 1.1.2-SNAPSHOT ..... SUCCESS [ 0.165 s] [INFO] org.eclipse.kura.emulator.net 1.1.2-SNAPSHOT ....... SUCCESS [ 0.165 s] [INFO] org.eclipse.kura.emulator.position 1.1.2-SNAPSHOT .. SUCCESS [ 0.223 s] [INFO] org.eclipse.kura.emulator.usb 1.1.2-SNAPSHOT ....... SUCCESS [ 0.158 s] [INFO] org.eclipse.kura.emulator.watchdog 1.1.2-SNAPSHOT .. SUCCESS [ 0.188 s] [INFO] org.eclipse.kura ................................... SUCCESS [ 3.777 s] [INFO] test-util .......................................... SUCCESS [ 0.066 s] [INFO] org.eclipse.kura.util.wire.test .................... SUCCESS [ 0.213 s] [INFO] test ............................................... SUCCESS [ 3.121 s] [INFO] org.eclipse.kura.test .............................. SUCCESS [ 3.017 s] [INFO] org.eclipse.kura.asset.provider.test ............... SUCCESS [ 9.074 s] [INFO] org.eclipse.kura.asset.helper.provider.test ........ SUCCESS [ 10.274 s] [INFO] org.eclipse.kura.core.testutil ..................... SUCCESS [ 1.252 s] [INFO] org.eclipse.kura.camel.test ........................ SUCCESS [ 17.260 s] [INFO] org.eclipse.kura.core.certificates.test ............ SUCCESS [ 10.278 s] [INFO] org.eclipse.kura.core.comm.test .................... SUCCESS [ 9.224 s] [INFO] org.eclipse.kura.core.configuration.test ........... SUCCESS [ 18.584 s] [INFO] org.eclipse.kura.core.cloud.test ................... SUCCESS [01:36 min] [INFO] org.eclipse.kura.core.cloud.factory.test ........... SUCCESS [ 9.703 s] [INFO] org.eclipse.kura.core.crypto.test .................. SUCCESS [ 7.966 s] [INFO] org.eclipse.kura.core.db.test ...................... SUCCESS [ 13.687 s] [INFO] org.eclipse.kura.core.deployment.test .............. SUCCESS [ 11.482 s] [INFO] org.eclipse.kura.core.inventory.test ............... SUCCESS [ 11.217 s] [INFO] org.eclipse.kura.core.net.test ..................... SUCCESS [ 11.954 s] [INFO] org.eclipse.kura.core.ssl.test ..................... SUCCESS [ 10.277 s] [INFO] org.eclipse.kura.core.status.test .................. SUCCESS [ 9.753 s] [INFO] org.eclipse.kura.core.system.test .................. SUCCESS [ 10.164 s] [INFO] org.eclipse.kura.core.test ......................... SUCCESS [05:57 min] [INFO] org.eclipse.kura.core.util.test .................... SUCCESS [ 9.209 s] [INFO] org.eclipse.kura.deployment.agent.test ............. SUCCESS [ 9.712 s] [INFO] org.eclipse.kura.driver.block.test ................. SUCCESS [ 10.142 s] [INFO] org.eclipse.kura.driver.helper.test ................ SUCCESS [ 10.705 s] [INFO] org.eclipse.kura.emulator.position.test ............ SUCCESS [ 2.358 s] [INFO] org.eclipse.kura.emulator.watchdog.test ............ SUCCESS [ 11.153 s] [INFO] org.eclipse.kura.internal.asset.cloudlet.test ...... SUCCESS [ 9.382 s] [INFO] org.eclipse.kura.internal.ble.test ................. SUCCESS [ 9.393 s] [INFO] org.eclipse.kura.internal.ble.eddystone.test ....... SUCCESS [ 9.837 s] [INFO] org.eclipse.kura.internal.ble.ibeacon.test ......... SUCCESS [ 9.654 s] [INFO] org.eclipse.kura.internal.driver.ble.sensortag.test SUCCESS [ 44.465 s] [INFO] org.eclipse.kura.internal.driver.eddystone.test .... SUCCESS [ 9.760 s] [INFO] org.eclipse.kura.internal.driver.ibeacon.test ...... SUCCESS [ 9.662 s] [INFO] org.eclipse.kura.internal.driver.opcua.test ........ SUCCESS [ 29.878 s] [INFO] org.eclipse.kura.internal.driver.s7plc.test ........ SUCCESS [ 9.550 s] [INFO] org.eclipse.kura.linux.clock.test .................. SUCCESS [ 12.937 s] [INFO] org.eclipse.kura.linux.gpio.test ................... SUCCESS [ 9.577 s] [INFO] org.eclipse.kura.linux.net.test .................... SUCCESS [ 17.440 s] [INFO] org.eclipse.kura.linux.position.test ............... SUCCESS [ 34.837 s] [INFO] org.eclipse.kura.linux.usb.test .................... SUCCESS [ 9.465 s] [INFO] org.eclipse.kura.linux.watchdog.test ............... SUCCESS [ 11.319 s] [INFO] org.eclipse.kura.net.admin.test .................... SUCCESS [ 40.834 s] [INFO] org.eclipse.kura.rest.asset.provider.test .......... SUCCESS [ 9.702 s] [INFO] org.eclipse.kura.protocol.modbus.test .............. SUCCESS [ 9.333 s] [INFO] org.eclipse.kura.stress.test ....................... SUCCESS [ 17.774 s] [INFO] org.eclipse.kura.util.test ......................... SUCCESS [ 8.798 s] [INFO] org.eclipse.kura.watchdog.criticaltest ............. SUCCESS [ 0.939 s] [INFO] org.eclipse.kura.wire.component.provider.test ...... SUCCESS [01:22 min] [INFO] org.eclipse.kura.wire.h2db.component.provider.test . SUCCESS [ 26.292 s] [INFO] org.eclipse.kura.wire.script.filter.provider.test .. SUCCESS [ 11.213 s] [INFO] org.eclipse.kura.wire.provider.test ................ SUCCESS [ 10.136 s] [INFO] org.eclipse.kura.json.marshaller.unmarshaller.provider.test SUCCESS [ 9.403 s] [INFO] org.eclipse.kura.xml.marshaller.unmarshaller.provider.test SUCCESS [ 10.290 s] [INFO] org.eclipse.kura.http.server.manager.test .......... SUCCESS [02:48 min] [INFO] org.eclipse.kura.network.threat.manager.test ....... SUCCESS [ 11.262 s] [INFO] org.eclipse.kura.core.tamper.detection.test ........ SUCCESS [ 26.664 s] [INFO] org.eclipse.kura.useradmin.store.test .............. SUCCESS [02:38 min] [INFO] org.eclipse.kura.core.keystore.test ................ SUCCESS [01:47 min] [INFO] org.eclipse.kura.log.filesystem.provider.test ...... SUCCESS [ 9.366 s] [INFO] org.eclipse.kura.rest.configuration.provider.test .. SUCCESS [ 30.717 s] [INFO] org.eclipse.kura.util.test.driver .................. SUCCESS [ 0.954 s] [INFO] org.eclipse.kura.rest.wire.provider.test ........... SUCCESS [ 35.927 s] [INFO] org.eclipse.kura.container.orchestration.provider.test 1.0.2-SNAPSHOT SUCCESS [ 5.334 s] [INFO] org.eclipse.kura.wire.ai.component.provider.test ... SUCCESS [ 8.205 s] [INFO] org.eclipse.kura.container.provider.test 1.0.2-SNAPSHOT SUCCESS [ 2.951 s] [INFO] org.eclipse.kura.ai.triton.server.test ............. SUCCESS [ 20.522 s] [INFO] org.eclipse.kura.web2.ext 1.1.2-SNAPSHOT ........... SUCCESS [ 0.503 s] [INFO] org.eclipse.kura.web2 2.1.2 ........................ SUCCESS [03:11 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 34:27 min [INFO] Finished at: 2022-06-28T14:16:51Z [INFO] ------------------------------------------------------------------------ [kura-5-1-0-release-candidate] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f kura/examples/pom.xml "-DMAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m" -Dmaven.repo.local=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository clean install -Pcheck-exists-plugin Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /opt/tools/apache-maven/3.5.4 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] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.demo.heater:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.demo.heater:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.demo.modbus:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.api/2.3.2.202206281342 [WARNING] org.eclipse.kura.protocol.modbus/2.1.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.demo.modbus:2.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.project:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.project:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.publisher:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.publisher:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.serial.publisher:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.gpio:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.dbus:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag.dbus:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag.dbus:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.beacon.scanner:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ibeacon.advertiser:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.ibeacon.scanner:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.ble.eddystone.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.eddystone.advertiser:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.ble.eddystone.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.eddystone.scanner:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.4.2.202206281342 [WARNING] org.eclipse.kura.util/1.2.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.quickstart:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.4.2.202206281342 [WARNING] org.eclipse.kura.util/1.2.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.publisher:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.4.2.202206281342 [WARNING] org.eclipse.kura.util/1.2.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.camel.aggregation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat.example:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.logic.multiport.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.logic.multiport.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.logic.multiport.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.multiport.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.multiport.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.singleport.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.wire.math.trig:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.trig:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.wire.math.trig:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.driver.sensehat:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.util/1.2.2.202206281342 [WARNING] org.eclipse.kura.core.configuration/2.1.2.202206281342 [WARNING] org.eclipse.kura.core/1.1.2 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.driver.sensehat:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.util/1.2.2.202206281342 [WARNING] org.eclipse.kura.core.configuration/2.1.2.202206281342 [WARNING] org.eclipse.kura.core/1.1.2 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.wire.devel.component.provider:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.web.extension:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.web.extension:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.deployment.agent/1.1.2.202206281342 [WARNING] org.eclipse.kura.request.handler.jaxrs/1.0.2.202206281342 [WARNING] org.eclipse.kura.core.net/1.1.2.202206281342 [WARNING] org.eclipse.kura.util/1.2.2.202206281342 [WARNING] org.eclipse.kura.core.configuration/2.1.2.202206281342 [WARNING] org.eclipse.kura.web2.ext/1.1.2.202206281342 [WARNING] org.eclipse.kura.wire.component.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.web2/2.1.2 [WARNING] org.eclipse.kura.core/1.1.2 [WARNING] org.eclipse.kura.core.keystore/1.1.2.202206281342 [WARNING] org.eclipse.kura.rest.configuration.provider/1.0.2.202206281342 [WARNING] org.eclipse.kura.rest.provider/1.2.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [WARNING] org.eclipse.kura.asset.provider/2.1.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.web.extension:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.gpio.led:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.gpio.led:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.gpio.led:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura:org.eclipse.kura.example.tamper.detection:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/../../target-definition/equinox_3.16.0/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/../../target-definition/common/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura:org.eclipse.kura.example.tamper.detection:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.util/1.2.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura:org.eclipse.kura.example.tamper.detection:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/../../../target-definition/equinox_3.16.0/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.core.system/1.1.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.wire.math.singleport.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/../../../target-definition/test-deps/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/../../../target-definition/equinox_3.16.0/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.math.singleport.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.core.crypto/1.1.2.202206281342 [WARNING] org.eclipse.kura.core.inventory/1.1.2.202206281342 [WARNING] org.eclipse.kura.util.wire.test/5.1.2 [WARNING] org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.core.net/1.1.2.202206281342 [WARNING] org.eclipse.kura.wire.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.util/1.2.2.202206281342 [WARNING] org.eclipse.kura.core.configuration/2.1.2.202206281342 [WARNING] org.eclipse.kura.json.marshaller.unmarshaller.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.emulator.net/1.1.2.202206281342 [WARNING] org.eclipse.kura.core/1.1.2 [WARNING] org.eclipse.kura.core.keystore/1.1.2.202206281342 [WARNING] org.eclipse.kura.rest.provider/1.2.2.202206281342 [WARNING] org.eclipse.kura.core.system/1.1.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [WARNING] org.eclipse.kura.wire.helper.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.emulator/1.1.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.math.singleport.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.dbus.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/../../../target-definition/test-deps/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/../../../target-definition/equinox_3.16.0/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.dbus.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.core.system/1.1.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.dbus.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.testutil:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/../../../target-definition/test-deps/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/../../../target-definition/equinox_3.16.0/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.testutil:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.core.system/1.1.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.testutil:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.logic.multiport.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/../../../target-definition/test-deps/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/../../../target-definition/equinox_3.16.0/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.logic.multiport.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.core.crypto/1.1.2.202206281342 [WARNING] org.eclipse.kura.core.inventory/1.1.2.202206281342 [WARNING] org.eclipse.kura.util.wire.test/5.1.2 [WARNING] org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.core.net/1.1.2.202206281342 [WARNING] org.eclipse.kura.wire.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.util/1.2.2.202206281342 [WARNING] org.eclipse.kura.core.configuration/2.1.2.202206281342 [WARNING] org.eclipse.kura.json.marshaller.unmarshaller.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.emulator.net/1.1.2.202206281342 [WARNING] org.eclipse.kura.core/1.1.2 [WARNING] org.eclipse.kura.core.keystore/1.1.2.202206281342 [WARNING] org.eclipse.kura.rest.provider/1.2.2.202206281342 [WARNING] org.eclipse.kura.core.system/1.1.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [WARNING] org.eclipse.kura.wire.helper.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.emulator/1.1.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.logic.multiport.provider.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.math.trig.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/pom.xml [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/../../../target-definition/common/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/../../../target-definition/test-deps/repository [INFO] Adding repository file://home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/../../../target-definition/equinox_3.16.0/repository [INFO] Resolving dependencies of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.math.trig.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.kura.core.crypto/1.1.2.202206281342 [WARNING] org.eclipse.kura.core.inventory/1.1.2.202206281342 [WARNING] org.eclipse.kura.util.wire.test/5.1.2 [WARNING] org.eclipse.kura.xml.marshaller.unmarshaller.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.core.net/1.1.2.202206281342 [WARNING] org.eclipse.kura.wire.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.util/1.2.2.202206281342 [WARNING] org.eclipse.kura.core.configuration/2.1.2.202206281342 [WARNING] org.eclipse.kura.json.marshaller.unmarshaller.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.emulator.net/1.1.2.202206281342 [WARNING] org.eclipse.kura.core/1.1.2 [WARNING] org.eclipse.kura.core.keystore/1.1.2.202206281342 [WARNING] org.eclipse.kura.rest.provider/1.2.2.202206281342 [WARNING] org.eclipse.kura.core.system/1.1.2.202206281342 [WARNING] org.eclipse.kura.api/2.3.2.202206281342 [WARNING] org.eclipse.kura.wire.helper.provider/1.1.2.202206281342 [WARNING] org.eclipse.kura.emulator/1.1.2.202206281342 [INFO] Resolving class path of MavenProject: org.eclipse.kura.example:org.eclipse.kura.example.wire.math.trig.test:5.1.2 @ /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/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.dbus [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.logic.multiport.provider [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.wire.math.trig [eclipse-plugin] [INFO] org.eclipse.kura.example.driver.sensehat [eclipse-plugin] [INFO] org.eclipse.kura.wire.devel.component.provider [eclipse-plugin] [INFO] org.eclipse.kura.example.web.extension [eclipse-plugin] [INFO] org.eclipse.kura.example.gpio.led [eclipse-plugin] [INFO] org.eclipse.kura.example.tamper.detection [eclipse-plugin] [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.wire.math.singleport.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.example.ble.tisensortag.dbus.test [eclipse-test-plugin] [INFO] org.eclipse.kura.example.wire.logic.multiport.provider.test [eclipse-test-plugin] [INFO] org.eclipse.kura.example.wire.math.trig.test [eclipse-test-plugin] [INFO] [INFO] ---------------------< org.eclipse.kura:examples >---------------------- [INFO] Building examples 5.1.2 [1/36] [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: 5.1.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/target/examples_5.1.2.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-candidates/kura-5-1-0-release-candidate/kura/examples/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/examples/5.1.2/examples-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/target/examples_5.1.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/examples/5.1.2/examples-5.1.2.dp [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.demo.heater >------------ [INFO] Building org.eclipse.kura.demo.heater 1.1.2-SNAPSHOT [2/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.demo.heater:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.1.2-SNAPSHOT/org.eclipse.kura.demo.heater-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.1.2-SNAPSHOT/org.eclipse.kura.demo.heater-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.1.2-SNAPSHOT/org.eclipse.kura.demo.heater-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.1.2-SNAPSHOT/org.eclipse.kura.demo.heater-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.1.2-SNAPSHOT/org.eclipse.kura.demo.heater-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.heater/target/org.eclipse.kura.demo.heater_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.heater/1.1.2-SNAPSHOT/org.eclipse.kura.demo.heater-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.demo.heater --- [INFO] [INFO] -----------< org.eclipse.kura:org.eclipse.kura.demo.modbus >------------ [INFO] Building org.eclipse.kura.demo.modbus 2.1.2-SNAPSHOT [3/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.demo.modbus:2.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus_2.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.demo.modbus-2.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.demo.modbus-2.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.demo.modbus-2.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.demo.modbus-2.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.demo.modbus-2.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.demo.modbus/target/org.eclipse.kura.demo.modbus_2.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.demo.modbus/2.1.2-SNAPSHOT/org.eclipse.kura.demo.modbus-2.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.demo.modbus --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.example.project >---------- [INFO] Building org.eclipse.kura.example.project 1.1.2-SNAPSHOT [4/36] [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.1.2.202206281416 [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] [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[31] import org.eclipse.kura.cloud.CloudClient; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[32] import org.eclipse.kura.cloud.CloudClientListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[33] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[49] public class ExampleComponent implements CloudClientListener, EventHandler { ^^^^^^^^^^^^^^^^^^^ The type CloudClientListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[54] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[57] private CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[57] private CloudService cloudService; ^^^^^^^^^^^^ The value of the field ExampleComponent.cloudService is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[59] private ConfigurationService configurationService; ^^^^^^^^^^^^^^^^^^^^ The value of the field ExampleComponent.configurationService is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[60] private ClockService clockService; ^^^^^^^^^^^^ The value of the field ExampleComponent.clockService is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[61] private CloudClient cloudClient; ^^^^^^^^^^^ The type CloudClient is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[69] private ScheduledThreadPoolExecutor systemPropsWorker; ^^^^^^^^^^^^^^^^^ The value of the field ExampleComponent.systemPropsWorker is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[70] private ScheduledFuture systemPropsHandle; ^^^^^^^^^^^^^^^^^ The value of the field ExampleComponent.systemPropsHandle is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[71] private Thread serialThread; ^^^^^^^^^^^^ The value of the field ExampleComponent.serialThread is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[79] public void setCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[83] public void unsetCloudService(CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[127] private boolean clockIsSynced = false; ^^^^^^^^^^^^^ The value of the field ExampleComponent.clockIsSynced is not used [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[317] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[341] .withParity(parity).withTimeout(2000).build().toString(); ^^^^^^^^^^^^^^^^^ The method withTimeout(int) from the type CommURI.Builder is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[363] private void doSerial() { ^^^^^^^^^^ The method doSerial() from the type ExampleComponent is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[389] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[420] private void doUpdate() { ^^^^^^^^^^ The method doUpdate() from the type ExampleComponent is never used locally [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[450] s_logger.debug("Time: " + ExampleComponent.this.positionService.getNmeaTime()); ^^^^^^^^^^^^^ The method getNmeaTime() from the type PositionService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[451] s_logger.debug("Date: " + ExampleComponent.this.positionService.getNmeaDate()); ^^^^^^^^^^^^^ The method getNmeaDate() from the type PositionService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[452] s_logger.debug("Last Sentence: " + ExampleComponent.this.positionService.getLastSentence()); ^^^^^^^^^^^^^^^^^ The method getLastSentence() from the type PositionService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/src/org/eclipse/kura/example/project/ExampleComponent.java:[463] this.cloudClient.publish("sensor", payload, 0, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method publish(String, KuraPayload, int, boolean) from the type CloudClient is deprecated 25 problems (25 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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.project:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.1.2-SNAPSHOT/org.eclipse.kura.example.project-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.1.2-SNAPSHOT/org.eclipse.kura.example.project-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.1.2-SNAPSHOT/org.eclipse.kura.example.project-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.1.2-SNAPSHOT/org.eclipse.kura.example.project-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.1.2-SNAPSHOT/org.eclipse.kura.example.project-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.project/target/org.eclipse.kura.example.project_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.project/1.1.2-SNAPSHOT/org.eclipse.kura.example.project-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.project --- [INFO] [INFO] --------< org.eclipse.kura:org.eclipse.kura.example.publisher >--------- [INFO] Building org.eclipse.kura.example.publisher 1.1.2-SNAPSHOT [5/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.publisher:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.publisher-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.publisher-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.publisher-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.publisher-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.publisher-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.publisher/target/org.eclipse.kura.example.publisher_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.publisher-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ 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.1.2-SNAPSHOT [6/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/src/main/java/org/eclipse/kura/example/serial/publisher/ExampleSerialPublisher.java:[211] .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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.serial.publisher:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.serial.publisher/target/org.eclipse.kura.example.serial.publisher_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.serial.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.serial.publisher-1.1.2-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] -----------< org.eclipse.kura:org.eclipse.kura.example.gpio >----------- [INFO] Building org.eclipse.kura.example.gpio 1.1.2-SNAPSHOT [7/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.gpio:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio/target/org.eclipse.kura.example.gpio_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ 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.1.2-SNAPSHOT [8/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.BluetoothDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.BluetoothGatt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.BluetoothGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.BluetoothGattSecurityLevel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.BluetoothGattService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[25] import org.eclipse.kura.bluetooth.BluetoothLeNotificationListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[32] public class TiSensorTag implements BluetoothLeNotificationListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeNotificationListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[42] private BluetoothGatt bluetoothGatt; ^^^^^^^^^^^^^ The type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[43] private BluetoothDevice device; ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[50] public TiSensorTag(BluetoothDevice bluetoothDevice) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[53] if (this.device.getName().contains("CC2650 SensorTag")) { ^^^^^^^^^ The method getName() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[60] public BluetoothDevice getBluetoothDevice() { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[64] public void setBluetoothDevice(BluetoothDevice device) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[74] this.bluetoothGatt = this.device.getBluetoothGatt(); ^^^^^^^^^^^^^^^^^^ The method getBluetoothGatt() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[77] connected = this.bluetoothGatt.connect(adapterName); ^^^^^^^^^^^^^^^^^^^^ The method connect(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[82] this.bluetoothGatt.setBluetoothLeNotificationListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBluetoothLeNotificationListener(BluetoothLeNotificationListener) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[88] this.bluetoothGatt.disconnect(); ^^^^^^^^^^^^ The method disconnect() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[96] this.bluetoothGatt.disconnect(); ^^^^^^^^^^^^ The method disconnect() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[105] connected = this.bluetoothGatt.checkConnection(); ^^^^^^^^^^^^^^^^^ The method checkConnection() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[114] this.bluetoothGatt.disconnect(); ^^^^^^^^^^^^ The method disconnect() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[124] public void setSecurityLevel(BluetoothGattSecurityLevel level) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[126] this.bluetoothGatt.setSecurityLevel(level); ^^^^^^^^^^^^^^^^^^^^^^^ The method setSecurityLevel(BluetoothGattSecurityLevel) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[130] public BluetoothGattSecurityLevel getSecurityLevel() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[131] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[131] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattSecurityLevel is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[131] BluetoothGattSecurityLevel level = BluetoothGattSecurityLevel.UNKNOWN; ^^^^^^^ The field BluetoothGattSecurityLevel.UNKNOWN is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[134] level = this.bluetoothGatt.getSecurityLevel(); ^^^^^^^^^^^^^^^^^^ The method getSecurityLevel() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[159] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[162] .readCharacteristicValue(TiSensorTagGatt.HANDLE_FIRMWARE_REVISION_2541); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readCharacteristicValue(String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[173] public List discoverServices() { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[174] return this.bluetoothGatt.getServices(); ^^^^^^^^^^^^^ The method getServices() from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[177] public List getCharacteristics(String startHandle, String endHandle) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[179] return this.bluetoothGatt.getCharacteristics(startHandle, endHandle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCharacteristics(String, String) from the type BluetoothGatt is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[193] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[195] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[205] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[207] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[220] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[223] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[238] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[252] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[255] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[267] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[270] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[279] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[344] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[348] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[358] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[361] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[374] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[377] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[393] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[396] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[411] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[414] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[426] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[429] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[439] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[441] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[490] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[492] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[502] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[504] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[517] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[520] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[535] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[549] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[552] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[564] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[567] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[576] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[611] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[614] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[624] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[627] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[640] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[643] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[659] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[662] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[677] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[680] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[692] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[695] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[705] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[707] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[758] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[761] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[763] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[774] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[777] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[779] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[791] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[793] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[809] .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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[812] .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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[829] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[832] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[835] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[850] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTag.java:[864] 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-candidates/kura-5-1-0-release-candidate/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.BluetoothAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.BluetoothDevice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.BluetoothGattCharacteristic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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.BluetoothGattService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[33] import org.eclipse.kura.bluetooth.BluetoothLeScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[34] import org.eclipse.kura.bluetooth.BluetoothService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[43] public class BluetoothLe implements ConfigurableComponent, BluetoothLeScanListener, TiSensorTagNotificationListener { ^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothLeScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[51] private BluetoothService bluetoothService; ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[52] private BluetoothAdapter bluetoothAdapter; ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[72] public void setBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[76] public void unsetBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[110] if (this.bluetoothAdapter != null && this.bluetoothAdapter.isScanning()) { ^^^^^^^^^^^^ The method isScanning() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[111] this.bluetoothAdapter.killLeScan(); ^^^^^^^^^^^^ The method killLeScan() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[151] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[154] if (!this.bluetoothAdapter.isEnabled()) { ^^^^^^^^^^^ The method isEnabled() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[156] this.bluetoothAdapter.enable(); ^^^^^^^^ The method enable() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[158] logger.info("Bluetooth adapter address => {}", this.bluetoothAdapter.getAddress()); ^^^^^^^^^^^^ The method getAddress() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[178] if (this.bluetoothAdapter.isScanning()) { ^^^^^^^^^^^^ The method isScanning() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[181] this.bluetoothAdapter.killLeScan(); ^^^^^^^^^^^^ The method killLeScan() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[186] this.bluetoothAdapter.startLeScan(this); ^^^^^^^^^^^^^^^^^ The method startLeScan(BluetoothLeScanListener) from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[227] for (BluetoothGattService bgs : tiSensorTag.discoverServices()) { ^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[228] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[228] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[228] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[233] List lbgc = tiSensorTag.getCharacteristics("0x0001", "0x0100"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[234] for (BluetoothGattCharacteristic bgc : lbgc) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothGattCharacteristic is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[235] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[235] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[235] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[242] if (tiSensorTag.getBluetoothDevice().getAdress().equals(address)) { ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[265] for (BluetoothDevice bluetoothDevice : scanResults) { ^^^^^^^^^^^^^^^ The type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[266] logger.info("Address {} Name {}", bluetoothDevice.getAdress(), bluetoothDevice.getName()); ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[266] logger.info("Address {} Name {}", bluetoothDevice.getAdress(), bluetoothDevice.getName()); ^^^^^^^^^ The method getName() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[268] if (bluetoothDevice.getName().contains("SensorTag") && !isSensorTagInList(bluetoothDevice.getAdress())) { ^^^^^^^^^ The method getName() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[268] if (bluetoothDevice.getName().contains("SensorTag") && !isSensorTagInList(bluetoothDevice.getAdress())) { ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[301] logger.warn("Cannot connect to TI SensorTag {}.", myTiSensorTag.getBluetoothDevice().getAdress()); ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[318] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[336] "Cannot read firmware version for TI SensorTag " + myTiSensorTag.getBluetoothDevice().getAdress(), ^^^^^^^^^^^ The method getAdress() from the type BluetoothDevice is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/src/main/java/org/eclipse/kura/example/ble/tisensortag/BluetoothLe.java:[344] logger.info("Connecting to TiSensorTag {}...", 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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.ble.tisensortag:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag/target/org.eclipse.kura.example.ble.tisensortag_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag-1.1.2-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] ---< org.eclipse.kura:org.eclipse.kura.example.ble.tisensortag.dbus >--- [INFO] Building org.eclipse.kura.example.ble.tisensortag.dbus 1.1.2-SNAPSHOT [9/36] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] The project's OSGi version is 1.1.2.202206281416 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [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.dbus --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] Building DP - Version: 1.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.ble.tisensortag.dbus:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus_1.1.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ble.tisensortag.dbus/target/org.eclipse.kura.example.ble.tisensortag.dbus_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ble.tisensortag.dbus/1.1.2-SNAPSHOT/org.eclipse.kura.example.ble.tisensortag.dbus-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.ble.tisensortag.dbus --- [INFO] [INFO] ----------< org.eclipse.kura:org.eclipse.kura.example.beacon >---------- [INFO] Building org.eclipse.kura.example.beacon 1.1.2-SNAPSHOT [10/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[17] import org.eclipse.kura.bluetooth.BluetoothAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[18] import org.eclipse.kura.bluetooth.BluetoothBeaconCommandListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[19] import org.eclipse.kura.bluetooth.BluetoothService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[25] public class BeaconExample implements ConfigurableComponent, BluetoothBeaconCommandListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconCommandListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[50] private BluetoothService bluetoothService; ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[51] private BluetoothAdapter bluetoothAdapter; ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[67] public void setBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[71] public void unsetBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[86] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[89] logger.info("Bluetooth adapter address => {}", this.bluetoothAdapter.getAddress()); ^^^^^^^^^^^^ The method getAddress() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[90] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[92] if (!this.bluetoothAdapter.isEnabled()) { ^^^^^^^^^^^ The method isEnabled() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[94] this.bluetoothAdapter.enable(); ^^^^^^^^ The method enable() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[95] logger.info("Bluetooth adapter address => {}", this.bluetoothAdapter.getAddress()); ^^^^^^^^^^^^ The method getAddress() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[111] this.bluetoothAdapter.stopBeaconAdvertising(); ^^^^^^^^^^^^^^^^^^^^^^^ The method stopBeaconAdvertising() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[124] this.bluetoothAdapter.stopBeaconAdvertising(); ^^^^^^^^^^^^^^^^^^^^^^^ The method stopBeaconAdvertising() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[130] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[133] logger.info("Bluetooth adapter address => {}", this.bluetoothAdapter.getAddress()); ^^^^^^^^^^^^ The method getAddress() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[134] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[136] if (!this.bluetoothAdapter.isEnabled()) { ^^^^^^^^^^^ The method isEnabled() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[138] this.bluetoothAdapter.enable(); ^^^^^^^^ The method enable() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[139] logger.info("Bluetooth adapter address => {}", this.bluetoothAdapter.getAddress()); ^^^^^^^^^^^^ The method getAddress() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[215] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[218] this.bluetoothAdapter.startBeaconAdvertising(); ^^^^^^^^^^^^^^^^^^^^^^^^ The method startBeaconAdvertising() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[222] 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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/src/main/java/org/eclipse/kura/example/beacon/BeaconExample.java:[228] 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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.beacon:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon/target/org.eclipse.kura.example.beacon_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ 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.1.2-SNAPSHOT [11/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[20] import org.eclipse.kura.bluetooth.BluetoothAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[21] import org.eclipse.kura.bluetooth.BluetoothBeaconData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[22] import org.eclipse.kura.bluetooth.BluetoothBeaconScanListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[23] import org.eclipse.kura.bluetooth.BluetoothService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[32] public class BeaconScannerExample implements ConfigurableComponent, BluetoothBeaconScanListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconScanListener is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[50] private BluetoothService bluetoothService; ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[51] private BluetoothAdapter bluetoothAdapter; ^^^^^^^^^^^^^^^^ The type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[57] public void setBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[61] public void unsetBluetoothService(BluetoothService bluetoothService) { ^^^^^^^^^^^^^^^^ The type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[145] this.bluetoothAdapter = this.bluetoothService.getBluetoothAdapter(this.adapterName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBluetoothAdapter(String) from the type BluetoothService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[147] this.bluetoothAdapter.startBeaconScan(this.companyCode, this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method startBeaconScan(String, BluetoothBeaconScanListener) from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[154] this.bluetoothAdapter.killLeScan(); ^^^^^^^^^^^^ The method killLeScan() from the type BluetoothAdapter is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[172] public void onBeaconDataReceived(BluetoothBeaconData beaconData) { ^^^^^^^^^^^^^^^^^^^ The type BluetoothBeaconData is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[174] logger.debug("Beacon from {} detected.", beaconData.address); ^^^^^^^ The field BluetoothBeaconData.address is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[177] Long lastPublishTime = this.publishTimes.get(beaconData.address); ^^^^^^^ The field BluetoothBeaconData.address is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[183] this.publishTimes.put(beaconData.address, now); ^^^^^^^ The field BluetoothBeaconData.address is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[192] kp.addMetric("uuid", beaconData.uuid); ^^^^ The field BluetoothBeaconData.uuid is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[193] kp.addMetric("txpower", beaconData.txpower); ^^^^^^^ The field BluetoothBeaconData.txpower is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[194] kp.addMetric("rssi", beaconData.rssi); ^^^^ The field BluetoothBeaconData.rssi is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[195] kp.addMetric("major", beaconData.major); ^^^^^ The field BluetoothBeaconData.major is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[196] kp.addMetric("minor", beaconData.minor); ^^^^^ The field BluetoothBeaconData.minor is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[197] kp.addMetric("distance", calculateDistance(beaconData.rssi, beaconData.txpower)); ^^^^ The field BluetoothBeaconData.rssi is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[197] kp.addMetric("distance", calculateDistance(beaconData.rssi, beaconData.txpower)); ^^^^^^^ The field BluetoothBeaconData.txpower is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/src/main/java/org/eclipse/kura/example/beacon/scanner/BeaconScannerExample.java:[200] 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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.beacon.scanner:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.beacon.scanner/target/org.eclipse.kura.example.beacon.scanner_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.beacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.beacon.scanner-1.1.2-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] ----< org.eclipse.kura:org.eclipse.kura.example.ibeacon.advertiser >---- [INFO] Building org.eclipse.kura.example.ibeacon.advertiser 1.1.2-SNAPSHOT [12/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.ibeacon.advertiser:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.advertiser/target/org.eclipse.kura.example.ibeacon.advertiser_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.advertiser-1.1.2-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] -----< org.eclipse.kura:org.eclipse.kura.example.ibeacon.scanner >------ [INFO] Building org.eclipse.kura.example.ibeacon.scanner 1.1.2-SNAPSHOT [13/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.ibeacon.scanner:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.ibeacon.scanner/target/org.eclipse.kura.example.ibeacon.scanner_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.ibeacon.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.ibeacon.scanner-1.1.2-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] ---< org.eclipse.kura:org.eclipse.kura.example.eddystone.advertiser >--- [INFO] Building org.eclipse.kura.example.eddystone.advertiser 1.1.2-SNAPSHOT [14/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.eddystone.advertiser:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.advertiser/target/org.eclipse.kura.example.eddystone.advertiser_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.advertiser/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.advertiser-1.1.2-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] ----< org.eclipse.kura:org.eclipse.kura.example.eddystone.scanner >----- [INFO] Building org.eclipse.kura.example.eddystone.scanner 1.1.2-SNAPSHOT [15/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.eddystone.scanner:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.eddystone.scanner/target/org.eclipse.kura.example.eddystone.scanner_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.eddystone.scanner/1.1.2-SNAPSHOT/org.eclipse.kura.example.eddystone.scanner-1.1.2-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] -----< org.eclipse.kura:org.eclipse.kura.example.camel.quickstart >----- [INFO] Building org.eclipse.kura.example.camel.quickstart 1.2.2-SNAPSHOT [16/36] [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.2.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterXml.java:[20] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterXml.java:[32] private CloudService cloudService; ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterXml.java:[38] public void setCloudService(final CloudService cloudService) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterJava.java:[31] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterJava.java:[123] new ServiceConsumer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterJava.java:[126] public void consume(final CamelContext context, final CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/src/main/java/org/eclipse/kura/example/camel/quickstart/GatewayRouterJava.java:[147] CloudService.class.getName(), filterPid); ^^^^^^^^^^^^ 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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.2.2-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.2.2.202206281416 [INFO] Added: org.eclipse.kura.example.camel.quickstart:1.2.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart_1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.2.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.quickstart/target/org.eclipse.kura.example.camel.quickstart_1.2.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.quickstart/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.quickstart-1.2.2-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] -----< org.eclipse.kura:org.eclipse.kura.example.camel.publisher >------ [INFO] Building org.eclipse.kura.example.camel.publisher 1.1.2-SNAPSHOT [17/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/src/org/eclipse/kura/example/camel/publisher/AbstractSimplePublisher.java:[25] import org.eclipse.kura.cloud.CloudService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/src/org/eclipse/kura/example/camel/publisher/AbstractSimplePublisher.java:[147] new ServiceConsumer() { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/src/org/eclipse/kura/example/camel/publisher/AbstractSimplePublisher.java:[150] public void consume(final CamelContext context, final CloudService service) { ^^^^^^^^^^^^ The type CloudService is deprecated [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/src/org/eclipse/kura/example/camel/publisher/AbstractSimplePublisher.java:[171] 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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.camel.publisher:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.publisher/target/org.eclipse.kura.example.camel.publisher_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.publisher/1.1.2-SNAPSHOT/org.eclipse.kura.example.camel.publisher-1.1.2-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] ----< org.eclipse.kura:org.eclipse.kura.example.camel.aggregation >----- [INFO] Building org.eclipse.kura.example.camel.aggregation 1.2.2-SNAPSHOT [18/36] [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.2.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.2.2-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.2.2.202206281416 [INFO] Added: org.eclipse.kura.example.camel.aggregation:1.2.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation_1.2.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.2.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.2.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.2.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.camel.aggregation/target/org.eclipse.kura.example.camel.aggregation_1.2.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.camel.aggregation/1.2.2-SNAPSHOT/org.eclipse.kura.example.camel.aggregation-1.2.2-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] -------< org.eclipse.kura:org.eclipse.kura.raspberrypi.sensehat >------- [INFO] Building org.eclipse.kura.raspberrypi.sensehat 1.1.2-SNAPSHOT [19/36] [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.1.2.202206281416 [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] [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat/target/org.eclipse.kura.raspberrypi.sensehat_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ 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.1.2-SNAPSHOT [20/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.raspberrypi.sensehat.example:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.raspberrypi.sensehat.example/target/org.eclipse.kura.raspberrypi.sensehat.example_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.raspberrypi.sensehat.example/1.1.2-SNAPSHOT/org.eclipse.kura.raspberrypi.sensehat.example-1.1.2-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] --< org.eclipse.kura:org.eclipse.kura.example.wire.logic.multiport.provider >-- [INFO] Building org.eclipse.kura.example.wire.logic.multiport.provider 1.1.2-SNAPSHOT [21/36] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] The project's OSGi version is 1.1.2.202206281416 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] Building DP - Version: 1.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.wire.logic.multiport.provider:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider_1.1.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.logic.multiport.provider/target/org.eclipse.kura.example.wire.logic.multiport.provider_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.logic.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.logic.multiport.provider-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.wire.logic.multiport.provider --- [INFO] [INFO] --< org.eclipse.kura:org.eclipse.kura.example.wire.math.multiport.provider >-- [INFO] Building org.eclipse.kura.example.wire.math.multiport.provider 1.1.2-SNAPSHOT [22/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/src/main/java/org/eclipse/kura/example/wire/math/multiport/AbstractDualportMathComponent.java:[57] (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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.wire.math.multiport.provider:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.multiport.provider/target/org.eclipse.kura.example.wire.math.multiport.provider_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.multiport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.multiport.provider-1.1.2-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] --< org.eclipse.kura:org.eclipse.kura.example.wire.math.singleport.provider >-- [INFO] Building org.eclipse.kura.example.wire.math.singleport.provider 1.1.2-SNAPSHOT [23/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/src/main/java/org/eclipse/kura/example/wire/math/singleport/AbstractSingleportMathComponent.java:[56] (ServiceReference) componentContext.getServiceReference()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ServiceReference to ServiceReference [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/src/main/java/org/eclipse/kura/example/wire/math/singleport/gainoffset/GainOffsetComponent.java:[56] (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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.wire.math.singleport.provider:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.singleport.provider/target/org.eclipse.kura.example.wire.math.singleport.provider_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.singleport.provider/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.singleport.provider-1.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.example.wire.math.trig >------ [INFO] Building org.eclipse.kura.example.wire.math.trig 1.1.2-SNAPSHOT [24/36] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.wire.math.trig --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.wire.math.trig --- [INFO] The project's OSGi version is 1.1.2.202206281416 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.wire.math.trig --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.wire.math.trig --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.wire.math.trig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.wire.math.trig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.wire.math.trig --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.wire.math.trig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.wire.math.trig --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.wire.math.trig --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.wire.math.trig --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.wire.math.trig --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.wire.math.trig --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.wire.math.trig --- [INFO] Building DP - Version: 1.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.wire.math.trig:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig_1.1.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.wire.math.trig --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.wire.math.trig --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.wire.math.trig/target/org.eclipse.kura.example.wire.math.trig_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.wire.math.trig/1.1.2-SNAPSHOT/org.eclipse.kura.example.wire.math.trig-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.wire.math.trig --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.example.driver.sensehat >------ [INFO] Building org.eclipse.kura.example.driver.sensehat 1.1.2-SNAPSHOT [25/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.driver.sensehat:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.driver.sensehat/target/org.eclipse.kura.example.driver.sensehat_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.driver.sensehat/1.1.2-SNAPSHOT/org.eclipse.kura.example.driver.sensehat-1.1.2-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] --< org.eclipse.kura:org.eclipse.kura.wire.devel.component.provider >--- [INFO] Building org.eclipse.kura.wire.devel.component.provider 1.1.2-SNAPSHOT [26/36] [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.1.2.202206281416 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.1.2-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.1.2.202206281416 [INFO] Added: org.eclipse.kura.wire.devel.component.provider:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider_1.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.wire.devel.component.provider/target/org.eclipse.kura.wire.devel.component.provider_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.wire.devel.component.provider/1.1.2-SNAPSHOT/org.eclipse.kura.wire.devel.component.provider-1.1.2-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] ------< org.eclipse.kura:org.eclipse.kura.example.web.extension >------- [INFO] Building org.eclipse.kura.example.web.extension 1.1.2-SNAPSHOT [27/36] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.kura.example.web.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.web.extension --- [INFO] The project's OSGi version is 1.1.2.202206281416 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.web.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.web.extension --- [INFO] [INFO] --- gwt-maven-plugin:2.8.2:generateAsync (default) @ org.eclipse.kura.example.web.extension --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.web.extension --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.web.extension --- [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.web.extension --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.web.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/src/test/resources [INFO] [INFO] --- gwt-maven-plugin:2.8.2:compile (default) @ org.eclipse.kura.example.web.extension --- [INFO] auto discovered modules [org.eclipse.kura.example.web.extension.example] [INFO] Compiling module org.eclipse.kura.example.web.extension.example [INFO] Compiling 4 permutations [INFO] Compiling permutation 0... [INFO] Process output [INFO] Compiling [INFO] Compiling permutation 1... [INFO] Compiling permutation 2... [INFO] Compiling permutation 3... [INFO] Compile of permutations succeeded [INFO] Compilation succeeded -- 34.753s [INFO] Linking into /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/src/main/webapp/exampleext [INFO] Link succeeded [INFO] Linking succeeded -- 0.376s [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.web.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.web.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.web.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.web.extension --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.web.extension --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.web.extension --- [INFO] Building DP - Version: 1.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.web.extension:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension_1.1.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.web.extension --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.web.extension --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.1.2-SNAPSHOT/org.eclipse.kura.example.web.extension-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.1.2-SNAPSHOT/org.eclipse.kura.example.web.extension-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.1.2-SNAPSHOT/org.eclipse.kura.example.web.extension-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.1.2-SNAPSHOT/org.eclipse.kura.example.web.extension-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.1.2-SNAPSHOT/org.eclipse.kura.example.web.extension-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.web.extension/target/org.eclipse.kura.example.web.extension_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.web.extension/1.1.2-SNAPSHOT/org.eclipse.kura.example.web.extension-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.web.extension --- [INFO] [INFO] ---------< org.eclipse.kura:org.eclipse.kura.example.gpio.led >--------- [INFO] Building org.eclipse.kura.example.gpio.led 1.1.2-SNAPSHOT [28/36] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.gpio.led --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.gpio.led --- [INFO] The project's OSGi version is 1.1.2.202206281416 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.gpio.led --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.gpio.led --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.gpio.led --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.gpio.led --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.gpio.led --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.gpio.led --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.gpio.led --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.gpio.led --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.gpio.led --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.gpio.led --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.gpio.led --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.gpio.led --- [INFO] Building DP - Version: 1.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.gpio.led:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led_1.1.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.gpio.led --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.gpio.led --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.gpio.led/target/org.eclipse.kura.example.gpio.led_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.gpio.led/1.1.2-SNAPSHOT/org.eclipse.kura.example.gpio.led-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.gpio.led --- [INFO] [INFO] -----< org.eclipse.kura:org.eclipse.kura.example.tamper.detection >----- [INFO] Building org.eclipse.kura.example.tamper.detection 1.1.2-SNAPSHOT [29/36] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.tamper.detection --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.tamper.detection --- [INFO] The project's OSGi version is 1.1.2.202206281416 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.tamper.detection --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.tamper.detection --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.tamper.detection --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.tamper.detection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.tamper.detection --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.tamper.detection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.tamper.detection --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.tamper.detection --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.tamper.detection --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.tamper.detection --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.tamper.detection --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.tamper.detection --- [INFO] Building DP - Version: 1.1.2.202206281416 [INFO] Added: org.eclipse.kura.example.tamper.detection:1.1.2.202206281416 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection_1.1.2-SNAPSHOT.dp [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.tamper.detection --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.tamper.detection --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.1.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.1.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.1.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.1.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.1.2-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/org.eclipse.kura.example.tamper.detection/target/org.eclipse.kura.example.tamper.detection_1.1.2-SNAPSHOT.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/org.eclipse.kura.example.tamper.detection/1.1.2-SNAPSHOT/org.eclipse.kura.example.tamper.detection-1.1.2-SNAPSHOT.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.tamper.detection --- [INFO] [INFO] -------------------< org.eclipse.kura.example:test >-------------------- [INFO] Building test 5.1.2 [30/36] [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] No sources to compile [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ test --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [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: 5.1.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/target/test_5.1.2.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-candidates/kura-5-1-0-release-candidate/kura/examples/test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/test/5.1.2/test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/target/test_5.1.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/test/5.1.2/test-5.1.2.dp [INFO] [INFO] -----< org.eclipse.kura.example:org.eclipse.kura.example.testutil >----- [INFO] Building org.eclipse.kura.example.testutil 5.1.2 [31/36] [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 5.1.2 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/classes [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/src/main/java/org/eclipse/kura/example/testutil/TestUtil.java:[35] Class clazz = svc.getClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/src/main/java/org/eclipse/kura/example/testutil/TestUtil.java:[78] 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-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/src/main/java/org/eclipse/kura/example/testutil/TestUtil.java:[94] 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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] No sources to compile [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.example.testutil --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [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-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-5.1.2.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: 5.1.2 [INFO] Added: org.eclipse.kura.example.testutil:5.1.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil_5.1.2.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-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.1.2/org.eclipse.kura.example.testutil-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.1.2/org.eclipse.kura.example.testutil-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.1.2/org.eclipse.kura.example.testutil-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.1.2/org.eclipse.kura.example.testutil-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.1.2/org.eclipse.kura.example.testutil-5.1.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.testutil/target/org.eclipse.kura.example.testutil_5.1.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.testutil/5.1.2/org.eclipse.kura.example.testutil-5.1.2.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.testutil --- [INFO] [INFO] --< org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.test >-- [INFO] Building org.eclipse.kura.example.ble.tisensortag.test 5.1.2 [32/36] [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 5.1.2 [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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTagTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTagTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTagTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/TiSensorTagTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.kura.example.ble.tisensortag.TiSensorTagTest 2022-06-28T14:18:33,466 [main] ERROR o.e.k.e.b.t.TiSensorTag - org.eclipse.kura.KuraException: Error during BLE connection. 2022-06-28T14:18:33,482 [main] INFO o.e.k.e.b.t.TiSensorTag - Received barometer value: 00018072 2022-06-28T14:18:33,486 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0080008000C0 2022-06-28T14:18:33,498 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2022-06-28T14:18:33,500 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2022-06-28T14:18:33,505 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2022-06-28T14:18:33,507 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 000102030405000400080010 2022-06-28T14:18:33,510 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2022-06-28T14:18:33,512 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 000163A0 2022-06-28T14:18:33,513 [main] INFO o.e.k.e.b.t.TiSensorTag - Received luxometer value: C429 2022-06-28T14:18:33,517 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 000163A0 2022-06-28T14:18:33,520 [main] INFO o.e.k.e.b.t.TiSensorTag - Received keys value: 123 2022-06-28T14:18:33,523 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 81 84 FF 2022-06-28T14:18:33,526 [main] INFO o.e.k.e.b.t.TiSensorTag - Not optical sensor on CC2541. 2022-06-28T14:18:33,529 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2022-06-28T14:18:33,532 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 000102030405000400080010 2022-06-28T14:18:33,544 [main] INFO o.e.k.e.b.t.TiSensorTag - Not optical sensor on CC2541. 2022-06-28T14:18:33,545 [main] INFO o.e.k.e.b.t.TiSensorTag - Received barometer value: 00018072 2022-06-28T14:18:33,547 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2022-06-28T14:18:33,552 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2022-06-28T14:18:33,553 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2022-06-28T14:18:33,557 [main] INFO o.e.k.e.b.t.TiSensorTag - Received magnetometer value: 0080008000C0 2022-06-28T14:18:33,559 [main] INFO o.e.k.e.b.t.TiSensorTag - List getCharacteristics 2022-06-28T14:18:33,563 [main] INFO o.e.k.e.b.t.TiSensorTag - Received gyro value: 0A17142E5C0F 2022-06-28T14:18:33,564 [main] INFO o.e.k.e.b.t.TiSensorTag - Received luxometer value: C429 2022-06-28T14:18:33,565 [main] INFO o.e.k.e.b.t.TiSensorTag - Not optical sensor on CC2541. 2022-06-28T14:18:33,566 [main] INFO o.e.k.e.b.t.TiSensorTag - Not IO Service on CC2541. 2022-06-28T14:18:33,569 [main] INFO o.e.k.e.b.t.TiSensorTag - Received barometer value: 00010080 2022-06-28T14:18:33,581 [main] INFO o.e.k.e.b.t.TiSensorTag - Received temperature value: 01020204 2022-06-28T14:18:33,585 [main] ERROR o.e.k.e.b.t.TiSensorTag - org.eclipse.kura.KuraException: Error during BLE IO activity. 2022-06-28T14:18:33,588 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 00010203 2022-06-28T14:18:33,589 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 00010203 2022-06-28T14:18:33,591 [main] INFO o.e.k.e.b.t.TiSensorTag - Received accelerometer value: 81 84 FF 2022-06-28T14:18:33,599 [main] INFO o.e.k.e.b.t.TiSensorTag - Received pressure value: 000102B48B01 Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.528 sec Running org.eclipse.kura.example.ble.tisensortag.BluetoothLeTest 2022-06-28T14:18:33,660 [main] INFO o.e.k.e.b.t.BluetoothLe - Activating BluetoothLe example... 2022-06-28T14:18:33,661 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter interface => hci0 2022-06-28T14:18:33,662 [main] INFO o.e.k.e.b.t.BluetoothLe - Enabling bluetooth adapter... 2022-06-28T14:18:33,662 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter address => 12:34:56:78:90:AB 2022-06-28T14:18:33,665 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:37,667 [pool-3-thread-2] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:37,667 [pool-3-thread-2] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:38,663 [pool-3-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:41,666 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:41,666 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:42,663 [pool-3-thread-2] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:45,665 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:45,666 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:46,663 [pool-3-thread-2] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:46,705 [main] INFO o.e.k.e.b.t.BluetoothLe - Activating BluetoothLe example... 2022-06-28T14:18:46,708 [main] INFO o.e.k.e.b.t.BluetoothLe - Address 12:34:56:78:90:AC Name SensorTag CC2541 2022-06-28T14:18:46,711 [main] INFO o.e.k.e.b.t.BluetoothLe - Activating BluetoothLe example... 2022-06-28T14:18:46,711 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter interface => hci0 2022-06-28T14:18:46,711 [main] INFO o.e.k.e.b.t.BluetoothLe - Enabling bluetooth adapter... 2022-06-28T14:18:46,711 [main] INFO o.e.k.e.b.t.BluetoothLe - Bluetooth adapter address => 12:34:56:78:90:AB 2022-06-28T14:18:46,712 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:49,665 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:49,666 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:50,663 [pool-3-thread-2] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:50,712 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:50,714 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Starting services discovery... 2022-06-28T14:18:51,715 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Ambient: 20.0 Target: 25.0 2022-06-28T14:18:52,716 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Acc X: 1.0 Acc Y: 1.5 Acc Z: -1.0 2022-06-28T14:18:53,666 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:53,666 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:53,716 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Humidity: 50.0 2022-06-28T14:18:54,663 [pool-3-thread-2] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:54,712 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:54,717 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Mag X: 1000.0 Mag Y: 2000.0 Mag Z: 3000.0 2022-06-28T14:18:56,718 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Pre: 101.3 2022-06-28T14:18:57,665 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:57,666 [pool-3-thread-1] WARN o.e.k.e.b.t.BluetoothLe - TI SensorTags with firmware version above 1.2 are not supported. 2022-06-28T14:18:57,718 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Gyro X: 4.0 Gyro Y: 5.0 Gyro Z: 6.0 2022-06-28T14:18:58,712 [pool-4-thread-1] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:58,719 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Light: 100.1 2022-06-28T14:18:58,720 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Starting services discovery... 2022-06-28T14:18:59,663 [pool-3-thread-2] INFO o.e.k.e.b.t.BluetoothLe - startLeScan 2022-06-28T14:18:59,720 [pool-4-thread-2] INFO o.e.k.e.b.t.BluetoothLe - Ambient: 20.0 Target: 25.0 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.082 sec Results : Tests run: 126, Failures: 0, Errors: 0, Skipped: 0 [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-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-5.1.2-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-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-5.1.2.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: 5.1.2 [INFO] Added: org.eclipse.kura.example.ble.tisensortag.test:5.1.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test_5.1.2.dp [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.example.ble.tisensortag.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/jacoco.exec, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/surefire.properties] Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [WARNING] No tests found. [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-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.test-5.1.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.test/target/org.eclipse.kura.example.ble.tisensortag.test_5.1.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.test-5.1.2.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] --< org.eclipse.kura.example:org.eclipse.kura.example.wire.math.singleport.provider.test >-- [INFO] Building org.eclipse.kura.example.wire.math.singleport.provider.test 5.1.2 [33/36] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] No sources to compile [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/org.eclipse.kura.example.wire.math.singleport.provider.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/org.eclipse.kura.example.wire.math.singleport.provider.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [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.test --- [INFO] Building DP - Version: 5.1.2 [INFO] Added: org.eclipse.kura.example.wire.math.singleport.provider.test:5.1.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/org.eclipse.kura.example.wire.math.singleport.provider.test_5.1.2.dp [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/jacoco.exec, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dosgi.console=5002, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dorg.eclipse.kura.mode=emulator, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/surefire.properties, -consoleLog, -console, 5002] !SESSION 2022-06-28 14:19:04.744 ----------------------------------------------- eclipse.buildId=unknown java.fullversion=1.8.0_292-b10 JRE 1.8.0 Linux amd64-64-Bit Compressed References 20210421_1000 (JIT enabled, AOT enabled) OpenJ9 - b4cc246d9 OMR - 162e6f729 JCL - 2a5e268814 based on jdk8u292-b10 BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi 2 0 2022-06-28 14:19:05.305 !MESSAGE The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/work/configuration/' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/tmp/osgi/framework_storage'. !STACK 0 java.lang.IllegalArgumentException: The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/work/configuration/' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/tmp/osgi/framework_storage'. at org.eclipse.osgi.internal.location.EquinoxLocations.(EquinoxLocations.java:87) at org.eclipse.osgi.internal.framework.EquinoxConfiguration.(EquinoxConfiguration.java:548) at org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:104) at org.eclipse.osgi.launch.Equinox.(Equinox.java:53) at org.eclipse.osgi.launch.Equinox.(Equinox.java:46) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:315) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:251) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) 2022-06-28T14:19:07,174 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:19:07,459 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:19:07,496 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:19:07,496 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:19:07,497 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:19:07,497 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:19:07,497 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:19:07,497 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /tmp/kura 2022-06-28T14:19:07,497 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:19:07,497 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:19:07,497 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/ 2022-06-28T14:19:07,498 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /tmp/kura/tmp 2022-06-28T14:19:07,498 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:19:07,499 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:19:07,595 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:19:07,690 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:19:07,691 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:19:07,691 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:19:07,691 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:19:07,691 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:19:07,698 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:19:07,701 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:19:07,703 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:07,703 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:19:07,704 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:07,705 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:07,706 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:19:07,732 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:19:07,737 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:07,737 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:19:07,737 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:19:07,835 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425947743.xml... 2022-06-28T14:19:07,837 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425947743.xml... Done. 2022-06-28T14:19:07,838 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:19:07,838 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:19:07,838 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:19:07,854 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:19:07,854 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:07,857 [Start Level: Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:07,885 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Variance ... 2022-06-28T14:19:07,885 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Median ... 2022-06-28T14:19:07,885 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.SquareRoot ... 2022-06-28T14:19:07,886 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Minimum ... 2022-06-28T14:19:07,886 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Maximum ... 2022-06-28T14:19:07,886 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.GainOffset ... 2022-06-28T14:19:07,886 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.Average ... 2022-06-28T14:19:07,954 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:19:07,954 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:07,971 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:07,972 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:07,972 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:07,972 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:19:08,040 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1124379051 created 2022-06-28T14:19:08,040 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1124379051 bound 2022-06-28T14:19:08,041 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1124379051 bound 2022-06-28T14:19:08,041 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1124379051 activated 2022-06-28T14:19:08,043 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 2013664504 created 2022-06-28T14:19:08,043 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 2013664504 bound 2022-06-28T14:19:08,043 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 2013664504 bound 2022-06-28T14:19:08,043 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 2013664504 activated 2022-06-28T14:19:08,047 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 926853952 created 2022-06-28T14:19:08,048 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 926853952 bound 2022-06-28T14:19:08,048 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 926853952 bound 2022-06-28T14:19:08,048 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 926853952 activated 2022-06-28T14:19:08,050 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1224430655 created 2022-06-28T14:19:08,050 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1224430655 bound 2022-06-28T14:19:08,050 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1224430655 bound 2022-06-28T14:19:08,051 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1224430655 activated 2022-06-28T14:19:08,052 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 964752460 created 2022-06-28T14:19:08,052 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 964752460 bound 2022-06-28T14:19:08,052 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 964752460 bound 2022-06-28T14:19:08,053 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 964752460 activated 2022-06-28T14:19:08,054 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 97511511 created 2022-06-28T14:19:08,054 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 97511511 bound 2022-06-28T14:19:08,055 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 97511511 bound 2022-06-28T14:19:08,055 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 97511511 activated 2022-06-28T14:19:08,057 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -326903336 created 2022-06-28T14:19:08,057 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -326903336 bound 2022-06-28T14:19:08,057 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -326903336 bound 2022-06-28T14:19:08,057 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -326903336 activated 2022-06-28T14:19:08,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:19:08,058 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done Running org.eclipse.kura.example.wire.math.singleport.gainoffset.test.GainOffsetComponentTest 2022-06-28T14:19:08,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T14:19:08,145 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - waiting for dependencies... 2022-06-28T14:19:08,145 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - waiting for dependencies... done 2022-06-28T14:19:08,146 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - -734479469 created 2022-06-28T14:19:08,147 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - -734479469 setup 2022-06-28T14:19:08,151 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425947743... 2022-06-28T14:19:08,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,165 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948166.xml... 2022-06-28T14:19:08,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948166.xml... Done. 2022-06-28T14:19:08,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,174 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,174 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,174 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,183 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:08,189 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:08,189 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:08,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.GainOffset and pid under.test 2022-06-28T14:19:08,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:08,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2022-06-28T14:19:08,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:08,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:08,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:08,197 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.GainOffset under.test 2022-06-28T14:19:08,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:08,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:08,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:08,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:08,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:08,203 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:08,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:08,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:08,206 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:08,213 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:08,213 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:08,213 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:08,217 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,217 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948166... 2022-06-28T14:19:08,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948243.xml... 2022-06-28T14:19:08,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948243.xml... Done. 2022-06-28T14:19:08,251 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,338 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:08,339 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:08,341 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:08,341 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:08,343 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,344 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:08,345 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:08,350 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:08,351 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:08,354 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - ### TESTING GAIN OFFSET COMPONENT ### 2022-06-28T14:19:08,354 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:08,356 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:08,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948243... 2022-06-28T14:19:08,356 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2022-06-28T14:19:08,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:08,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948375.xml... 2022-06-28T14:19:08,382 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948375.xml... Done. 2022-06-28T14:19:08,383 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:08,383 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:08,383 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:08,386 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - received {toBeMultipliedByTwo=DoubleValue [value=8.0], toBeMultipliedBy3AndIncreasedBy1=DoubleValue [value=7.0]} 2022-06-28T14:19:08,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:08,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:08,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:08,392 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:08,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:08,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:08,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:08,393 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:08,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:08,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:08,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:08,394 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:08,394 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:08,394 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948375... 2022-06-28T14:19:08,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,404 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,407 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948405.xml... 2022-06-28T14:19:08,410 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948405.xml... Done. 2022-06-28T14:19:08,410 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,410 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,410 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:08,412 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:08,437 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,437 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,438 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - -1946264040 created 2022-06-28T14:19:08,438 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - -1946264040 setup 2022-06-28T14:19:08,439 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948405... 2022-06-28T14:19:08,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,450 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948447.xml... 2022-06-28T14:19:08,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948447.xml... Done. 2022-06-28T14:19:08,453 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,453 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,453 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,454 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,454 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:08,455 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:08,455 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:08,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.GainOffset and pid under.test 2022-06-28T14:19:08,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:08,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2022-06-28T14:19:08,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:08,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:08,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:08,462 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.GainOffset under.test 2022-06-28T14:19:08,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:08,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:08,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:08,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:08,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:08,468 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:08,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:08,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:08,472 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:08,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:08,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:08,475 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:08,476 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948447... 2022-06-28T14:19:08,477 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:08,477 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:08,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,483 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948483.xml... 2022-06-28T14:19:08,489 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948483.xml... Done. 2022-06-28T14:19:08,490 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,491 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:08,492 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:08,493 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,493 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:08,494 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:08,498 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:08,498 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:08,500 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:08,502 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:08,503 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:08,503 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,504 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:08,504 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:08,504 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:08,505 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:08,505 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:08,505 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:08,505 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:08,505 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:08,505 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:08,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:08,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:08,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:08,506 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:08,506 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,507 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948483... 2022-06-28T14:19:08,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,546 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948544.xml... 2022-06-28T14:19:08,549 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948544.xml... Done. 2022-06-28T14:19:08,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,549 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,549 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:08,549 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 1352380120 created 2022-06-28T14:19:08,550 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 1352380120 setup 2022-06-28T14:19:08,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948544... 2022-06-28T14:19:08,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,559 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948557.xml... 2022-06-28T14:19:08,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948557.xml... Done. 2022-06-28T14:19:08,562 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,562 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,563 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:08,563 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:08,563 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:08,564 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:08,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.GainOffset and pid under.test 2022-06-28T14:19:08,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:08,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.GainOffset 2022-06-28T14:19:08,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:08,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:08,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:08,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.GainOffset under.test 2022-06-28T14:19:08,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:08,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:08,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:08,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:08,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:08,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:08,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:08,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:08,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:08,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:08,583 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:08,583 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:08,584 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,585 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948557... 2022-06-28T14:19:08,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948591.xml... 2022-06-28T14:19:08,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948591.xml... Done. 2022-06-28T14:19:08,597 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,597 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,597 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:08,597 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:08,597 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,598 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,599 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,602 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:08,603 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:08,603 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:08,607 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:08,609 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:08,609 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:08,610 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:08,614 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:08,640 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:08,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:08,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:08,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:08,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:08,642 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:08,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:08,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:08,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:08,643 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:08,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:08,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:08,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:08,644 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:08,644 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:08,644 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948591... 2022-06-28T14:19:08,653 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948656.xml... 2022-06-28T14:19:08,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948656.xml... Done. 2022-06-28T14:19:08,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425947743.xml 2022-06-28T14:19:08,662 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,662 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,662 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:08,662 [main] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - tear down once 2022-06-28T14:19:08,663 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,664 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s - in org.eclipse.kura.example.wire.math.singleport.gainoffset.test.GainOffsetComponentTest testGainOffset(org.eclipse.kura.example.wire.math.singleport.gainoffset.test.GainOffsetComponentTest) Time elapsed: 0.29 s gainOffsetWireComponentExists(org.eclipse.kura.example.wire.math.singleport.gainoffset.test.GainOffsetComponentTest) Time elapsed: 0.111 s gainOffsetWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.gainoffset.test.GainOffsetComponentTest) Time elapsed: 0.112 s Running org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest 2022-06-28T14:19:08,705 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - waiting for dependencies... 2022-06-28T14:19:08,706 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - waiting for dependencies... done 2022-06-28T14:19:08,706 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1276607170 created 2022-06-28T14:19:08,706 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 1276607170 setup 2022-06-28T14:19:08,706 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,707 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948656... 2022-06-28T14:19:08,710 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,713 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,715 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948713.xml... 2022-06-28T14:19:08,717 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948713.xml... Done. 2022-06-28T14:19:08,718 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948166.xml 2022-06-28T14:19:08,718 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,718 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,718 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,718 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,718 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:08,719 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:08,719 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:08,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Variance and pid under.test 2022-06-28T14:19:08,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:08,719 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2022-06-28T14:19:08,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:08,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:08,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:08,742 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Variance under.test 2022-06-28T14:19:08,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:08,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:08,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:08,748 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:08,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:08,749 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:08,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:08,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:08,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:08,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:08,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:08,755 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:08,756 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948713... 2022-06-28T14:19:08,759 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:08,759 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:08,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948767.xml... 2022-06-28T14:19:08,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948767.xml... Done. 2022-06-28T14:19:08,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948243.xml 2022-06-28T14:19:08,774 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,776 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:08,776 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:08,777 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,777 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:08,778 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:08,782 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:08,782 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:08,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:08,785 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:08,786 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:08,786 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,787 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:08,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:08,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:08,788 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:08,788 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:08,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:08,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:08,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:08,789 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:08,789 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:08,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:08,789 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:08,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:08,790 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:08,790 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:08,790 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948767... 2022-06-28T14:19:08,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,801 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948798.xml... 2022-06-28T14:19:08,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948798.xml... Done. 2022-06-28T14:19:08,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948375.xml 2022-06-28T14:19:08,804 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,804 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,804 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,804 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -1094386473 created 2022-06-28T14:19:08,804 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -1094386473 setup 2022-06-28T14:19:08,804 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,805 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,805 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948798... 2022-06-28T14:19:08,808 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,811 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,813 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948811.xml... 2022-06-28T14:19:08,815 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948811.xml... Done. 2022-06-28T14:19:08,816 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948405.xml 2022-06-28T14:19:08,816 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,816 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,816 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,816 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,837 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:08,837 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:08,837 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:08,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Variance and pid under.test 2022-06-28T14:19:08,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:08,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2022-06-28T14:19:08,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:08,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:08,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:08,845 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Variance under.test 2022-06-28T14:19:08,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:08,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:08,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:08,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:08,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:08,852 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:08,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:08,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:08,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:08,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:08,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:08,858 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:08,859 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948811... 2022-06-28T14:19:08,860 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:08,860 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:08,865 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,874 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948869.xml... 2022-06-28T14:19:08,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948869.xml... Done. 2022-06-28T14:19:08,877 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948447.xml 2022-06-28T14:19:08,877 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,879 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:08,879 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:08,880 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,882 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:08,882 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:08,887 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:08,888 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:08,890 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - ### TESTING VARIANCE COMPONENT ### 2022-06-28T14:19:08,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948869... 2022-06-28T14:19:08,892 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:08,893 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:08,893 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2022-06-28T14:19:08,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:08,908 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948900.xml... 2022-06-28T14:19:08,910 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948900.xml... Done. 2022-06-28T14:19:08,911 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948483.xml 2022-06-28T14:19:08,911 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:08,936 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:08,937 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:08,937 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - received {result=DoubleValue [value=4.9]} 2022-06-28T14:19:08,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:08,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:08,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:08,939 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:08,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:08,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:08,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:08,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:08,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:08,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:08,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:08,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:08,940 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:08,941 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948900... 2022-06-28T14:19:08,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948952.xml... 2022-06-28T14:19:08,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948952.xml... Done. 2022-06-28T14:19:08,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948544.xml 2022-06-28T14:19:08,960 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,960 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,960 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:08,961 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 915204804 created 2022-06-28T14:19:08,961 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - 915204804 setup 2022-06-28T14:19:08,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:08,962 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948952... 2022-06-28T14:19:08,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:08,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948974.xml... 2022-06-28T14:19:08,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948974.xml... Done. 2022-06-28T14:19:08,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948557.xml 2022-06-28T14:19:08,980 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,980 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:08,981 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:08,981 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:08,982 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:08,982 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:08,982 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:08,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Variance and pid under.test 2022-06-28T14:19:08,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:08,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Variance 2022-06-28T14:19:08,987 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:08,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:08,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:08,992 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Variance under.test 2022-06-28T14:19:08,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:08,992 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:08,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:08,998 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:08,998 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:08,999 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:08,999 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:08,999 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:09,002 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:09,006 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:09,006 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:09,006 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:09,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425948974... 2022-06-28T14:19:09,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,045 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949045.xml... 2022-06-28T14:19:09,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949045.xml... Done. 2022-06-28T14:19:09,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948591.xml 2022-06-28T14:19:09,053 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,054 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,054 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:09,055 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:09,055 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,060 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,060 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,063 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,063 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,065 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,066 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:09,069 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,070 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:09,072 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:09,074 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,074 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:09,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:09,076 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:09,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:09,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:09,077 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:09,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:09,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:09,078 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:09,078 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,078 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,079 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949045... 2022-06-28T14:19:09,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,100 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949096.xml... 2022-06-28T14:19:09,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949096.xml... Done. 2022-06-28T14:19:09,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948656.xml 2022-06-28T14:19:09,102 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,103 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,103 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,103 [main] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - tear down once 2022-06-28T14:19:09,137 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,139 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,139 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest varianceWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest) Time elapsed: 0.098 s testVariance(org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest) Time elapsed: 0.156 s varianceWireComponentExists(org.eclipse.kura.example.wire.math.singleport.variance.test.VarianceComponentTest) Time elapsed: 0.142 s Running org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest 2022-06-28T14:19:09,157 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - waiting for dependencies... 2022-06-28T14:19:09,157 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - waiting for dependencies... done 2022-06-28T14:19:09,158 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1952645258 created 2022-06-28T14:19:09,158 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1952645258 setup 2022-06-28T14:19:09,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949096... 2022-06-28T14:19:09,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949171.xml... 2022-06-28T14:19:09,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949171.xml... Done. 2022-06-28T14:19:09,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948713.xml 2022-06-28T14:19:09,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,180 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,181 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,181 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:09,182 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:09,182 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:09,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Median and pid under.test 2022-06-28T14:19:09,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:09,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2022-06-28T14:19:09,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:09,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:09,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:09,190 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2022-06-28T14:19:09,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:09,191 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:09,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:09,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:09,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:09,198 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:09,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:09,198 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:09,202 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:09,204 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:09,204 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:09,204 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:09,206 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,206 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,208 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,208 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,206 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949171... 2022-06-28T14:19:09,241 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949245.xml... 2022-06-28T14:19:09,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949245.xml... Done. 2022-06-28T14:19:09,255 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948767.xml 2022-06-28T14:19:09,255 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,256 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,257 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:09,258 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:09,261 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,262 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:09,263 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - ### TESTING EVEN MEDIAN WITH RANDOM VALUES### 2022-06-28T14:19:09,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949245... 2022-06-28T14:19:09,265 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,266 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:09,267 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2022-06-28T14:19:09,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:09,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949275.xml... 2022-06-28T14:19:09,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949275.xml... Done. 2022-06-28T14:19:09,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948798.xml 2022-06-28T14:19:09,284 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:09,284 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:09,284 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:09,286 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - received {result=DoubleValue [value=1.5]} 2022-06-28T14:19:09,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:09,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:09,287 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:09,287 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:09,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:09,288 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:09,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:09,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:09,289 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:09,290 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,290 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949275... 2022-06-28T14:19:09,299 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,302 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,305 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949302.xml... 2022-06-28T14:19:09,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949302.xml... Done. 2022-06-28T14:19:09,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948811.xml 2022-06-28T14:19:09,339 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,339 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,339 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,339 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -700228051 created 2022-06-28T14:19:09,339 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -700228051 setup 2022-06-28T14:19:09,340 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,340 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949302... 2022-06-28T14:19:09,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949346.xml... 2022-06-28T14:19:09,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949346.xml... Done. 2022-06-28T14:19:09,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948869.xml 2022-06-28T14:19:09,353 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,353 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,354 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,354 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,355 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:09,355 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:09,355 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:09,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Median and pid under.test 2022-06-28T14:19:09,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:09,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2022-06-28T14:19:09,359 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:09,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:09,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:09,362 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2022-06-28T14:19:09,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:09,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:09,366 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:09,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:09,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:09,369 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:09,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:09,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:09,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:09,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:09,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:09,375 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:09,376 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949346... 2022-06-28T14:19:09,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,392 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949387.xml... 2022-06-28T14:19:09,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949387.xml... Done. 2022-06-28T14:19:09,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948900.xml 2022-06-28T14:19:09,395 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,395 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,395 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:09,396 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:09,396 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,398 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,398 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,401 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,401 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,402 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,403 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:09,407 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,407 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:09,409 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:09,411 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,411 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:09,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:09,439 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:09,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:09,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:09,441 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:09,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:09,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:09,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:09,442 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949387... 2022-06-28T14:19:09,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949453.xml... 2022-06-28T14:19:09,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949453.xml... Done. 2022-06-28T14:19:09,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948952.xml 2022-06-28T14:19:09,459 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,459 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,459 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,459 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 2145195443 created 2022-06-28T14:19:09,460 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 2145195443 setup 2022-06-28T14:19:09,460 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,460 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949453... 2022-06-28T14:19:09,465 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,472 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949469.xml... 2022-06-28T14:19:09,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949469.xml... Done. 2022-06-28T14:19:09,475 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425948974.xml 2022-06-28T14:19:09,475 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,475 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,475 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,476 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,476 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:09,476 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:09,476 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:09,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Median and pid under.test 2022-06-28T14:19:09,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:09,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2022-06-28T14:19:09,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:09,483 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:09,483 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:09,483 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2022-06-28T14:19:09,483 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:09,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:09,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:09,489 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:09,489 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:09,489 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:09,489 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:09,490 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:09,493 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:09,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:09,496 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:09,497 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:09,498 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,499 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949469... 2022-06-28T14:19:09,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,505 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,510 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949505.xml... 2022-06-28T14:19:09,538 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949505.xml... Done. 2022-06-28T14:19:09,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949045.xml 2022-06-28T14:19:09,539 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,539 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,540 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:09,540 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:09,540 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,544 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,544 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,547 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,547 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,549 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,550 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:09,554 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,554 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:09,555 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - ### TESTING EVEN MEDIAN ### 2022-06-28T14:19:09,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949505... 2022-06-28T14:19:09,558 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,558 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2022-06-28T14:19:09,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:09,569 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949564.xml... 2022-06-28T14:19:09,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949564.xml... Done. 2022-06-28T14:19:09,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949096.xml 2022-06-28T14:19:09,572 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:09,572 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:09,572 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:09,573 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - received {result=DoubleValue [value=5.5]} 2022-06-28T14:19:09,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:09,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:09,576 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:09,576 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:09,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:09,577 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:09,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:09,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:09,578 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:09,578 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,579 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,579 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949564... 2022-06-28T14:19:09,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949587.xml... 2022-06-28T14:19:09,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949587.xml... Done. 2022-06-28T14:19:09,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949171.xml 2022-06-28T14:19:09,593 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,593 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,593 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,593 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1103302189 created 2022-06-28T14:19:09,593 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - 1103302189 setup 2022-06-28T14:19:09,594 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,594 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949587... 2022-06-28T14:19:09,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949600.xml... 2022-06-28T14:19:09,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949600.xml... Done. 2022-06-28T14:19:09,642 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949245.xml 2022-06-28T14:19:09,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,642 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,643 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,643 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:09,644 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:09,644 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:09,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Median and pid under.test 2022-06-28T14:19:09,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:09,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2022-06-28T14:19:09,648 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:09,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:09,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:09,652 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2022-06-28T14:19:09,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:09,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:09,655 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:09,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:09,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:09,658 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:09,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:09,659 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:09,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:09,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:09,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:09,664 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:09,665 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949600... 2022-06-28T14:19:09,668 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949672.xml... 2022-06-28T14:19:09,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949672.xml... Done. 2022-06-28T14:19:09,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949275.xml 2022-06-28T14:19:09,683 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,684 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,684 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:09,684 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:09,684 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,685 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,686 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,690 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,690 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,690 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:09,694 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,695 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,695 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,696 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:09,697 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:09,700 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,701 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:09,701 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,701 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:09,702 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:09,702 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,702 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:09,702 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,702 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:09,702 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:09,702 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,703 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:09,703 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,703 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:09,703 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:09,703 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,703 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,704 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949672... 2022-06-28T14:19:09,737 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,750 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949740.xml... 2022-06-28T14:19:09,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949740.xml... Done. 2022-06-28T14:19:09,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949302.xml 2022-06-28T14:19:09,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,753 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,753 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1845684394 created 2022-06-28T14:19:09,753 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1845684394 setup 2022-06-28T14:19:09,754 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949740... 2022-06-28T14:19:09,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949761.xml... 2022-06-28T14:19:09,765 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949761.xml... Done. 2022-06-28T14:19:09,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949346.xml 2022-06-28T14:19:09,766 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,766 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,766 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,766 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,767 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:09,767 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:09,767 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:09,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Median and pid under.test 2022-06-28T14:19:09,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:09,767 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2022-06-28T14:19:09,770 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:09,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:09,773 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:09,774 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Median under.test 2022-06-28T14:19:09,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:09,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:09,777 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:09,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:09,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:09,780 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:09,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:09,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:09,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:09,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:09,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:09,786 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:09,787 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949761... 2022-06-28T14:19:09,788 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,788 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,792 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,800 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949795.xml... 2022-06-28T14:19:09,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949795.xml... Done. 2022-06-28T14:19:09,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949387.xml 2022-06-28T14:19:09,803 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,837 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,837 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,838 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,839 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:09,840 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:09,844 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,845 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:09,847 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - ### TESTING ODD MEDIAN ### 2022-06-28T14:19:09,848 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949795... 2022-06-28T14:19:09,850 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,851 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:09,852 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,854 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Median 2022-06-28T14:19:09,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:09,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949858.xml... 2022-06-28T14:19:09,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949858.xml... Done. 2022-06-28T14:19:09,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949453.xml 2022-06-28T14:19:09,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:09,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:09,867 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:09,868 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - received {result=DoubleValue [value=5.0]} 2022-06-28T14:19:09,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:09,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:09,870 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:09,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:09,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,871 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:09,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:09,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:09,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:09,872 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:09,872 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,873 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949858... 2022-06-28T14:19:09,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,884 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949882.xml... 2022-06-28T14:19:09,886 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949882.xml... Done. 2022-06-28T14:19:09,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949469.xml 2022-06-28T14:19:09,887 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,887 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,887 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,887 [main] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - tear down once 2022-06-28T14:19:09,888 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,889 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,889 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 s - in org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest testEvenMedianWithRandomValues(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.181 s medianWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.12 s testEvenMedian(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.133 s medianWireComponentExists(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.16 s testOddMedian(org.eclipse.kura.example.wire.math.singleport.median.test.MedianComponentTest) Time elapsed: 0.134 s Running org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest 2022-06-28T14:19:09,896 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - waiting for dependencies... 2022-06-28T14:19:09,896 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - waiting for dependencies... done 2022-06-28T14:19:09,896 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - -851313085 created 2022-06-28T14:19:09,897 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - -851313085 setup 2022-06-28T14:19:09,897 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949882... 2022-06-28T14:19:09,899 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,902 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949903.xml... 2022-06-28T14:19:09,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949903.xml... Done. 2022-06-28T14:19:09,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949505.xml 2022-06-28T14:19:09,942 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,942 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,943 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,943 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,944 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:09,944 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:09,944 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:09,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Minimum and pid under.test 2022-06-28T14:19:09,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:09,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2022-06-28T14:19:09,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:09,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:09,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:09,952 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Minimum under.test 2022-06-28T14:19:09,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:09,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:09,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:09,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:09,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:09,958 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:09,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:09,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:09,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:09,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:09,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:09,965 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:09,965 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949903... 2022-06-28T14:19:09,966 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,966 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:09,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949973.xml... 2022-06-28T14:19:09,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949973.xml... Done. 2022-06-28T14:19:09,981 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949564.xml 2022-06-28T14:19:09,981 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,982 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:09,982 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:09,983 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:09,984 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:09,984 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:09,987 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,988 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:09,989 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:09,991 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:09,992 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:09,992 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:09,993 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:09,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:09,994 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:09,994 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:09,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:09,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:09,995 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:09,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:09,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:09,995 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:09,995 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:09,996 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:09,996 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:09,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425949973... 2022-06-28T14:19:10,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950047.xml... 2022-06-28T14:19:10,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950047.xml... Done. 2022-06-28T14:19:10,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949587.xml 2022-06-28T14:19:10,052 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,053 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,053 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,053 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 231781960 created 2022-06-28T14:19:10,053 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 231781960 setup 2022-06-28T14:19:10,054 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,054 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950047... 2022-06-28T14:19:10,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,059 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,061 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950059.xml... 2022-06-28T14:19:10,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950059.xml... Done. 2022-06-28T14:19:10,064 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949600.xml 2022-06-28T14:19:10,064 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,065 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,065 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,065 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,066 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,066 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:10,067 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:10,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Minimum and pid under.test 2022-06-28T14:19:10,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:10,067 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2022-06-28T14:19:10,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:10,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:10,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:10,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Minimum under.test 2022-06-28T14:19:10,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:10,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:10,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:10,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:10,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:10,081 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:10,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:10,081 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:10,084 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:10,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:10,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:10,087 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:10,088 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950059... 2022-06-28T14:19:10,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950096.xml... 2022-06-28T14:19:10,104 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950096.xml... Done. 2022-06-28T14:19:10,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949672.xml 2022-06-28T14:19:10,105 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,105 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,105 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:10,106 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:10,106 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,109 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,109 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,110 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,111 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,112 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,114 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:10,139 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,139 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:10,140 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - ### TESTING MINIMUM COMPONENT ### 2022-06-28T14:19:10,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950096... 2022-06-28T14:19:10,143 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,143 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,145 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2022-06-28T14:19:10,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:10,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950148.xml... 2022-06-28T14:19:10,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950148.xml... Done. 2022-06-28T14:19:10,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949740.xml 2022-06-28T14:19:10,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:10,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:10,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:10,156 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - received {result=DoubleValue [value=1.0]} 2022-06-28T14:19:10,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:10,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:10,157 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:10,157 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:10,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:10,158 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:10,158 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,158 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:10,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:10,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:10,159 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,159 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,160 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950148... 2022-06-28T14:19:10,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,166 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950166.xml... 2022-06-28T14:19:10,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950166.xml... Done. 2022-06-28T14:19:10,172 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949761.xml 2022-06-28T14:19:10,172 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,172 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,172 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,172 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - -333002659 created 2022-06-28T14:19:10,173 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - -333002659 setup 2022-06-28T14:19:10,173 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,173 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950166... 2022-06-28T14:19:10,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950180.xml... 2022-06-28T14:19:10,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950180.xml... Done. 2022-06-28T14:19:10,185 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949795.xml 2022-06-28T14:19:10,185 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,185 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,186 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,186 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,186 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,187 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:10,187 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:10,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Minimum and pid under.test 2022-06-28T14:19:10,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:10,187 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Minimum 2022-06-28T14:19:10,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:10,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:10,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:10,194 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Minimum under.test 2022-06-28T14:19:10,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:10,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:10,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:10,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:10,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:10,237 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:10,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:10,237 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:10,240 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:10,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:10,243 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:10,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:10,244 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950180... 2022-06-28T14:19:10,245 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,245 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,247 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950250.xml... 2022-06-28T14:19:10,255 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950250.xml... Done. 2022-06-28T14:19:10,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949858.xml 2022-06-28T14:19:10,256 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,257 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,257 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,258 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,259 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:10,260 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:10,264 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,264 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:10,267 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,268 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,269 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:10,269 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:10,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:10,271 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:10,271 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:10,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:10,272 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:10,272 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:10,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:10,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:10,273 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,273 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,273 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950250... 2022-06-28T14:19:10,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950287.xml... 2022-06-28T14:19:10,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950287.xml... Done. 2022-06-28T14:19:10,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949882.xml 2022-06-28T14:19:10,293 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,293 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,293 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,293 [main] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - tear down once 2022-06-28T14:19:10,294 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest minimumWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest) Time elapsed: 0.157 s testMinimum(org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest) Time elapsed: 0.119 s minimumWireComponentExists(org.eclipse.kura.example.wire.math.singleport.minimum.test.MinimumComponentTest) Time elapsed: 0.12 s Running org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest 2022-06-28T14:19:10,303 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - waiting for dependencies... 2022-06-28T14:19:10,304 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - waiting for dependencies... done 2022-06-28T14:19:10,304 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 1581647541 created 2022-06-28T14:19:10,304 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 1581647541 setup 2022-06-28T14:19:10,304 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,305 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950287... 2022-06-28T14:19:10,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,341 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950341.xml... 2022-06-28T14:19:10,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950341.xml... Done. 2022-06-28T14:19:10,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949903.xml 2022-06-28T14:19:10,347 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,347 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,347 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,348 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,348 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,348 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:10,348 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:10,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Average and pid under.test 2022-06-28T14:19:10,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:10,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2022-06-28T14:19:10,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:10,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:10,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:10,355 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2022-06-28T14:19:10,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:10,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:10,358 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:10,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:10,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:10,361 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:10,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:10,362 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:10,365 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:10,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:10,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:10,369 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:10,370 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,371 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,371 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,371 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950341... 2022-06-28T14:19:10,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,376 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950376.xml... 2022-06-28T14:19:10,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950376.xml... Done. 2022-06-28T14:19:10,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425949973.xml 2022-06-28T14:19:10,381 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,382 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,383 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,383 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,384 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:10,384 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:10,388 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,388 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:10,389 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,391 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,392 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:10,392 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:10,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:10,393 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:10,393 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,393 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:10,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:10,394 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:10,394 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,394 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:10,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:10,395 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:10,395 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,395 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950376... 2022-06-28T14:19:10,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,437 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950402.xml... 2022-06-28T14:19:10,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950402.xml... Done. 2022-06-28T14:19:10,441 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950047.xml 2022-06-28T14:19:10,441 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,441 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,441 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,441 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 1075618977 created 2022-06-28T14:19:10,442 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 1075618977 setup 2022-06-28T14:19:10,442 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,442 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,443 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950402... 2022-06-28T14:19:10,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,447 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950447.xml... 2022-06-28T14:19:10,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950447.xml... Done. 2022-06-28T14:19:10,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950059.xml 2022-06-28T14:19:10,452 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,452 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,452 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,453 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,453 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,453 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:10,453 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:10,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Average and pid under.test 2022-06-28T14:19:10,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:10,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2022-06-28T14:19:10,457 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:10,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:10,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:10,460 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2022-06-28T14:19:10,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:10,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:10,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:10,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:10,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:10,466 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:10,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:10,466 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:10,469 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:10,472 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:10,472 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:10,472 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:10,473 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950447... 2022-06-28T14:19:10,475 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,475 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950480.xml... 2022-06-28T14:19:10,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950480.xml... Done. 2022-06-28T14:19:10,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950096.xml 2022-06-28T14:19:10,487 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,488 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,488 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,489 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,490 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:10,490 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:10,493 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,493 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:10,494 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - ### TESTING ODD AVERAGE COMPONENT ### 2022-06-28T14:19:10,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950480... 2022-06-28T14:19:10,496 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,497 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:10,498 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,498 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2022-06-28T14:19:10,501 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:10,504 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950501.xml... 2022-06-28T14:19:10,507 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950501.xml... Done. 2022-06-28T14:19:10,507 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950148.xml 2022-06-28T14:19:10,507 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:10,536 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:10,537 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:10,538 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - received {result=DoubleValue [value=5.0]} 2022-06-28T14:19:10,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:10,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,540 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:10,540 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:10,540 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:10,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:10,542 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:10,542 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:10,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:10,543 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:10,543 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,544 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,544 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950501... 2022-06-28T14:19:10,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950552.xml... 2022-06-28T14:19:10,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950552.xml... Done. 2022-06-28T14:19:10,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950166.xml 2022-06-28T14:19:10,556 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,556 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,557 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,557 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 1191562243 created 2022-06-28T14:19:10,557 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 1191562243 setup 2022-06-28T14:19:10,557 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,558 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950552... 2022-06-28T14:19:10,561 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,567 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950564.xml... 2022-06-28T14:19:10,569 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950564.xml... Done. 2022-06-28T14:19:10,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950180.xml 2022-06-28T14:19:10,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,570 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,570 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,570 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,571 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,571 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:10,571 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:10,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Average and pid under.test 2022-06-28T14:19:10,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:10,571 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2022-06-28T14:19:10,574 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:10,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:10,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:10,578 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2022-06-28T14:19:10,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:10,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:10,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:10,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:10,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:10,584 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:10,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:10,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:10,587 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:10,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:10,590 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:10,590 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:10,591 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950564... 2022-06-28T14:19:10,596 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,599 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,601 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950599.xml... 2022-06-28T14:19:10,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950599.xml... Done. 2022-06-28T14:19:10,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950250.xml 2022-06-28T14:19:10,604 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,605 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,605 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:10,605 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:10,605 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,639 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,639 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,641 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,641 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,642 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,643 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:10,646 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,647 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:10,648 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - ### TESTING EVEN AVERAGE COMPONENT ### 2022-06-28T14:19:10,648 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950599... 2022-06-28T14:19:10,650 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,650 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,652 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2022-06-28T14:19:10,656 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:10,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950656.xml... 2022-06-28T14:19:10,662 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950656.xml... Done. 2022-06-28T14:19:10,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950287.xml 2022-06-28T14:19:10,663 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:10,663 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:10,663 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:10,664 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - received {result=DoubleValue [value=5.5]} 2022-06-28T14:19:10,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:10,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:10,665 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:10,665 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:10,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:10,666 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:10,666 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:10,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,666 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:10,667 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:10,667 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,667 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950656... 2022-06-28T14:19:10,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,676 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950674.xml... 2022-06-28T14:19:10,678 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950674.xml... Done. 2022-06-28T14:19:10,679 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950341.xml 2022-06-28T14:19:10,679 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,679 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,679 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,679 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 585852992 created 2022-06-28T14:19:10,680 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - 585852992 setup 2022-06-28T14:19:10,680 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,680 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950674... 2022-06-28T14:19:10,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,686 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,688 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950686.xml... 2022-06-28T14:19:10,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950686.xml... Done. 2022-06-28T14:19:10,692 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950376.xml 2022-06-28T14:19:10,693 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,693 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,693 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,693 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,694 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,694 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:10,694 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:10,694 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Average and pid under.test 2022-06-28T14:19:10,694 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:10,694 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Average 2022-06-28T14:19:10,697 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:10,738 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:10,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:10,739 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Average under.test 2022-06-28T14:19:10,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:10,739 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:10,742 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:10,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:10,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:10,745 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:10,745 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:10,746 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:10,748 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:10,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:10,751 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:10,751 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:10,752 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,752 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950686... 2022-06-28T14:19:10,753 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,753 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,760 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950757.xml... 2022-06-28T14:19:10,762 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950757.xml... Done. 2022-06-28T14:19:10,762 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950402.xml 2022-06-28T14:19:10,762 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,764 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,764 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,765 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,766 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:10,767 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:10,771 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,772 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:10,774 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,776 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,777 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:10,777 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:10,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:10,778 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:10,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:10,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:10,779 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:10,779 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:10,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,780 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:10,780 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:10,780 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,780 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950757... 2022-06-28T14:19:10,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,786 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950786.xml... 2022-06-28T14:19:10,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950786.xml... Done. 2022-06-28T14:19:10,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950447.xml 2022-06-28T14:19:10,791 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,791 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,791 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,792 [main] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - tear down once 2022-06-28T14:19:10,793 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,793 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,794 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 s - in org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest averageWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.137 s testOddaverage(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.115 s testEvenaverage(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.122 s averageWireComponentExists(org.eclipse.kura.example.wire.math.singleport.average.test.AverageComponentTest) Time elapsed: 0.111 s Running org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest 2022-06-28T14:19:10,800 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - waiting for dependencies... 2022-06-28T14:19:10,800 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - waiting for dependencies... done 2022-06-28T14:19:10,800 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 374398731 created 2022-06-28T14:19:10,800 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 374398731 setup 2022-06-28T14:19:10,801 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,801 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950786... 2022-06-28T14:19:10,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950841.xml... 2022-06-28T14:19:10,845 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950841.xml... Done. 2022-06-28T14:19:10,847 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950480.xml 2022-06-28T14:19:10,847 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,847 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,848 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,848 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,848 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,849 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:10,849 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:10,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Maximum and pid under.test 2022-06-28T14:19:10,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:10,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2022-06-28T14:19:10,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:10,856 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:10,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:10,857 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Maximum under.test 2022-06-28T14:19:10,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:10,857 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:10,860 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:10,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:10,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:10,864 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:10,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:10,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:10,867 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:10,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:10,870 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:10,870 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:10,871 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950841... 2022-06-28T14:19:10,872 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,872 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,879 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950876.xml... 2022-06-28T14:19:10,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950876.xml... Done. 2022-06-28T14:19:10,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950501.xml 2022-06-28T14:19:10,882 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,884 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,884 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,886 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,887 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:10,887 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:10,891 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,891 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:10,892 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,895 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:10,895 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:10,895 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:10,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:10,897 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:10,897 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:10,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:10,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,897 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:10,897 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:10,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:10,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:10,898 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:10,899 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,899 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950876... 2022-06-28T14:19:10,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,943 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950941.xml... 2022-06-28T14:19:10,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950941.xml... Done. 2022-06-28T14:19:10,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950552.xml 2022-06-28T14:19:10,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:10,946 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - -653343172 created 2022-06-28T14:19:10,946 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - -653343172 setup 2022-06-28T14:19:10,946 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,946 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:10,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950941... 2022-06-28T14:19:10,949 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950953.xml... 2022-06-28T14:19:10,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950953.xml... Done. 2022-06-28T14:19:10,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950564.xml 2022-06-28T14:19:10,958 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,958 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,958 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,959 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,959 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:10,959 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:10,959 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:10,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Maximum and pid under.test 2022-06-28T14:19:10,959 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:10,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2022-06-28T14:19:10,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:10,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:10,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:10,966 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Maximum under.test 2022-06-28T14:19:10,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:10,966 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:10,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:10,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:10,971 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:10,971 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:10,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:10,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:10,974 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:10,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:10,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:10,977 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:10,978 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950953... 2022-06-28T14:19:10,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:10,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950983.xml... 2022-06-28T14:19:10,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950983.xml... Done. 2022-06-28T14:19:10,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950599.xml 2022-06-28T14:19:10,988 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:10,989 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,989 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:10,989 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:10,989 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:10,993 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,993 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,995 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:10,995 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:10,996 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:10,997 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:11,001 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:11,001 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:11,003 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:11,005 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:11,005 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:11,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:11,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:11,038 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:11,038 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:11,038 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:11,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:11,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:11,039 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:11,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:11,039 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:11,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:11,040 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:11,040 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:11,040 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,041 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425950983... 2022-06-28T14:19:11,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,048 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,049 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951048.xml... 2022-06-28T14:19:11,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951048.xml... Done. 2022-06-28T14:19:11,052 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950656.xml 2022-06-28T14:19:11,052 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,052 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,052 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:11,052 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - -16242670 created 2022-06-28T14:19:11,053 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - -16242670 setup 2022-06-28T14:19:11,053 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951048... 2022-06-28T14:19:11,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,060 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951058.xml... 2022-06-28T14:19:11,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951058.xml... Done. 2022-06-28T14:19:11,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950674.xml 2022-06-28T14:19:11,063 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,063 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,063 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,064 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,064 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:11,065 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:11,065 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:11,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.Maximum and pid under.test 2022-06-28T14:19:11,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:11,065 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2022-06-28T14:19:11,069 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:11,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:11,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:11,072 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.Maximum under.test 2022-06-28T14:19:11,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:11,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:11,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:11,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:11,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:11,077 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:11,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:11,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:11,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:11,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:11,083 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:11,083 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:11,084 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951058... 2022-06-28T14:19:11,086 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951089.xml... 2022-06-28T14:19:11,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951089.xml... Done. 2022-06-28T14:19:11,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950686.xml 2022-06-28T14:19:11,094 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,094 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,095 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:11,095 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:11,095 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,097 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:11,097 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:11,098 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:11,098 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:11,099 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,100 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:11,103 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:11,103 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:11,104 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - ### TESTING MAXIMUM COMPONENT ### 2022-06-28T14:19:11,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951089... 2022-06-28T14:19:11,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.Maximum 2022-06-28T14:19:11,138 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:11,139 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,141 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:11,144 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951141.xml... 2022-06-28T14:19:11,147 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951141.xml... Done. 2022-06-28T14:19:11,148 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950757.xml 2022-06-28T14:19:11,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:11,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:11,148 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:11,149 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - received {result=DoubleValue [value=9.0]} 2022-06-28T14:19:11,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:11,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:11,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:11,150 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:11,150 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:11,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:11,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:11,151 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:11,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:11,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:11,151 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:11,152 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:11,152 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:11,152 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951141... 2022-06-28T14:19:11,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,157 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951157.xml... 2022-06-28T14:19:11,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951157.xml... Done. 2022-06-28T14:19:11,164 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950786.xml 2022-06-28T14:19:11,164 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,164 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,164 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:11,164 [main] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - tear down once 2022-06-28T14:19:11,165 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:11,166 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,166 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s - in org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest maximumWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest) Time elapsed: 0.146 s maximumWireComponentExists(org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest) Time elapsed: 0.106 s testMaximum(org.eclipse.kura.example.wire.math.singleport.maximum.test.MaximumComponentTest) Time elapsed: 0.111 s Running org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest 2022-06-28T14:19:11,172 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - waiting for dependencies... 2022-06-28T14:19:11,172 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - waiting for dependencies... done 2022-06-28T14:19:11,172 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 1779942121 created 2022-06-28T14:19:11,172 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 1779942121 setup 2022-06-28T14:19:11,173 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951157... 2022-06-28T14:19:11,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951177.xml... 2022-06-28T14:19:11,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951177.xml... Done. 2022-06-28T14:19:11,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950841.xml 2022-06-28T14:19:11,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,182 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,182 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,183 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:11,183 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:11,183 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:11,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.SquareRoot and pid under.test 2022-06-28T14:19:11,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:11,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2022-06-28T14:19:11,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:11,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:11,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:11,189 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.SquareRoot under.test 2022-06-28T14:19:11,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:11,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:11,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:11,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:11,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:11,196 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:11,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:11,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:11,239 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:11,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:11,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:11,242 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:11,243 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,244 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951177... 2022-06-28T14:19:11,244 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:11,244 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:11,245 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,248 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,250 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951248.xml... 2022-06-28T14:19:11,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951248.xml... Done. 2022-06-28T14:19:11,253 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950876.xml 2022-06-28T14:19:11,253 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,254 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:11,254 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:11,255 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,256 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:11,256 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:11,259 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:11,259 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:11,261 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:11,262 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:11,263 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:11,264 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:11,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:11,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:11,265 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:11,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:11,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:11,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:11,266 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:11,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:11,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:11,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:11,267 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:11,268 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:11,268 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951248... 2022-06-28T14:19:11,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951274.xml... 2022-06-28T14:19:11,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951274.xml... Done. 2022-06-28T14:19:11,278 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950941.xml 2022-06-28T14:19:11,278 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,278 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,278 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:11,279 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - -1440177212 created 2022-06-28T14:19:11,279 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - -1440177212 setup 2022-06-28T14:19:11,279 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,279 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:11,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951274... 2022-06-28T14:19:11,281 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951284.xml... 2022-06-28T14:19:11,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951284.xml... Done. 2022-06-28T14:19:11,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950953.xml 2022-06-28T14:19:11,290 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,290 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,290 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,291 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,291 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:11,291 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:11,292 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:11,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.SquareRoot and pid under.test 2022-06-28T14:19:11,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:11,292 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2022-06-28T14:19:11,295 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:11,298 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:11,298 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:11,298 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.SquareRoot under.test 2022-06-28T14:19:11,299 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:11,299 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:11,302 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:11,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:11,338 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:11,339 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:11,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:11,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:11,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:11,344 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:11,345 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:11,345 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:11,345 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951284... 2022-06-28T14:19:11,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,352 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951350.xml... 2022-06-28T14:19:11,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951350.xml... Done. 2022-06-28T14:19:11,355 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425950983.xml 2022-06-28T14:19:11,355 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,355 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,356 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:11,356 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:11,356 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,358 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:11,358 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:11,359 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:11,359 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:11,360 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,361 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:11,364 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:11,364 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:11,366 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:11,368 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:11,368 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,369 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:11,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:11,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:11,370 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:11,370 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:11,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:11,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:11,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:11,371 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:11,371 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:11,371 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:11,371 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:11,371 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:11,371 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:11,371 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:11,372 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,372 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951350... 2022-06-28T14:19:11,375 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951378.xml... 2022-06-28T14:19:11,383 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951378.xml... Done. 2022-06-28T14:19:11,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951048.xml 2022-06-28T14:19:11,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,384 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,384 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,384 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 1742405436 created 2022-06-28T14:19:11,384 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 1742405436 setup 2022-06-28T14:19:11,384 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,385 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951378... 2022-06-28T14:19:11,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,389 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951389.xml... 2022-06-28T14:19:11,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951389.xml... Done. 2022-06-28T14:19:11,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951058.xml 2022-06-28T14:19:11,396 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,396 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,396 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,397 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,397 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:11,397 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:11,397 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:11,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.SquareRoot and pid under.test 2022-06-28T14:19:11,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:11,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2022-06-28T14:19:11,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:11,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:11,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:11,439 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.SquareRoot under.test 2022-06-28T14:19:11,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:11,439 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:11,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:11,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:11,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:11,446 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:11,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:11,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:11,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:11,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:11,452 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:11,452 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:11,453 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,454 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951389... 2022-06-28T14:19:11,454 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:11,454 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:11,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951458.xml... 2022-06-28T14:19:11,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951458.xml... Done. 2022-06-28T14:19:11,463 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951089.xml 2022-06-28T14:19:11,463 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,465 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:11,465 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:11,465 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,466 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:11,466 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:11,470 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:11,470 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:11,472 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - ### TESTING SQUARE ROOT COMPONENT ### 2022-06-28T14:19:11,473 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951458... 2022-06-28T14:19:11,474 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:11,475 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:11,476 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:11,476 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.SquareRoot 2022-06-28T14:19:11,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:11,482 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951480.xml... 2022-06-28T14:19:11,484 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951480.xml... Done. 2022-06-28T14:19:11,485 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951141.xml 2022-06-28T14:19:11,485 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:11,485 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:11,485 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:11,485 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - received {myResult=DoubleValue [value=2.0]} 2022-06-28T14:19:11,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:11,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:11,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:11,486 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:11,487 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:11,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:11,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:11,487 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:11,487 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:11,488 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:11,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:11,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:11,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:11,488 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:11,489 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:11,489 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,489 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425951480... 2022-06-28T14:19:11,492 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:11,498 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951496.xml... 2022-06-28T14:19:11,500 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951496.xml... Done. 2022-06-28T14:19:11,500 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/snapshot_1656425951157.xml 2022-06-28T14:19:11,500 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,500 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,501 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:11,501 [main] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - tear down once 2022-06-28T14:19:11,501 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest sqrtWireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest) Time elapsed: 0.106 s sqrtWireComponentExists(org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest) Time elapsed: 0.105 s testSquareRoot(org.eclipse.kura.example.wire.math.singleport.sqrt.test.SqrtComponentTest) Time elapsed: 0.117 s Results: Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:19:11,552 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.e.w.m.s.a.t.AverageComponentTest - -1124379051 deactivated 2022-06-28T14:19:11,552 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.e.w.m.s.g.t.GainOffsetComponentTest - 2013664504 deactivated 2022-06-28T14:19:11,552 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.e.w.m.s.m.t.MaximumComponentTest - 926853952 deactivated 2022-06-28T14:19:11,553 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.e.w.m.s.m.t.MedianComponentTest - -1224430655 deactivated 2022-06-28T14:19:11,553 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.e.w.m.s.m.t.MinimumComponentTest - 964752460 deactivated 2022-06-28T14:19:11,554 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.e.w.m.s.s.t.SqrtComponentTest - 97511511 deactivated 2022-06-28T14:19:11,554 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.e.w.m.s.v.t.VarianceComponentTest - -326903336 deactivated 2022-06-28T14:19:11,554 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:11,555 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:19:11,555 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:19:11,558 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:11,558 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:19:11,559 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:11,559 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:19:11,559 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:11,559 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:11,560 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:19:11,563 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:19:11,566 [Framework stop - Equinox Container: 0fc17d0e-6d77-48e4-ab67-b4654aef2c46] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... [INFO] All tests passed! [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/org.eclipse.kura.example.wire.math.singleport.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.1.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.1.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/org.eclipse.kura.example.wire.math.singleport.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.1.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.1.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.1.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.1.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.singleport.provider.test/target/org.eclipse.kura.example.wire.math.singleport.provider.test_5.1.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.singleport.provider.test/5.1.2/org.eclipse.kura.example.wire.math.singleport.provider.test-5.1.2.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.wire.math.singleport.provider.test --- [INFO] [INFO] --< org.eclipse.kura.example:org.eclipse.kura.example.ble.tisensortag.dbus.test >-- [INFO] Building org.eclipse.kura.example.ble.tisensortag.dbus.test 5.1.2 [34/36] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/src/main/java does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/test-classes [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/dbus/BluetoothLeTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/src/test/java/org/eclipse/kura/example/ble/tisensortag/dbus/BluetoothLeTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.kura.example.ble.tisensortag.dbus.BluetoothLeTest 2022-06-28T14:19:15,324 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Activating BluetoothLe example... 2022-06-28T14:19:15,560 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Starting services discovery... 2022-06-28T14:19:15,565 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Service pressure f000aa30-0451-4000-b000-000000000000 2022-06-28T14:19:15,566 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Characteristics uuid : f000aa41-0451-4000-b000-000000000000 2022-06-28T14:19:16,566 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Ambient: 20.0 Target: 25.0 2022-06-28T14:19:17,570 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Acc X: 1.0 Acc Y: 1.5 Acc Z: -1.0 2022-06-28T14:19:18,570 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Humidity: 50.0 2022-06-28T14:19:19,571 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Mag X: 1000.0 Mag Y: 2000.0 Mag Z: 3000.0 2022-06-28T14:19:21,572 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Pre: 101.3 2022-06-28T14:19:22,573 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Gyro X: 4.0 Gyro Y: 5.0 Gyro Z: 6.0 2022-06-28T14:19:23,574 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Light: 100.1 2022-06-28T14:19:23,598 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Activating BluetoothLe example... 2022-06-28T14:19:23,599 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Bluetooth adapter interface => hci0 2022-06-28T14:19:23,599 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Enabling bluetooth adapter... 2022-06-28T14:19:24,600 [main] INFO o.e.k.e.b.t.d.BluetoothLe - Bluetooth adapter address => 12:34:56:78:90:AB 2022-06-28T14:19:24,603 [pool-3-thread-1] INFO o.e.k.e.b.t.d.BluetoothLe - Address 12:34:56:78:90:AC Name CC2650 SensorTag 2022-06-28T14:19:24,604 [pool-3-thread-1] INFO o.e.k.e.b.t.d.BluetoothLe - Address 12:34:56:78:90:AC Name CC2451 SensorTag 2022-06-28T14:19:24,604 [pool-3-thread-1] INFO o.e.k.e.b.t.d.BluetoothLe - Connecting to TiSensorTag 12:34:56:78:90:AC... Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.961 sec 2022-06-28T14:19:24,606 [pool-3-thread-1] ERROR o.e.k.e.b.t.d.BluetoothLe - Cannot connect/disconnect to TI SensorTag 12:34:56:78:90:AC. Running org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTagTest 2022-06-28T14:19:24,642 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received temperature value: 01020204 2022-06-28T14:19:24,652 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2022-06-28T14:19:24,656 [main] ERROR o.e.k.e.b.t.d.TiSensorTag - Thermometer enable failed org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTag.enableThermometer(TiSensorTag.java:194) at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTagTest.testEnableThermometerFail(TiSensorTagTest.java:239) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 2022-06-28T14:19:24,661 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 00010203 2022-06-28T14:19:24,666 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2022-06-28T14:19:24,685 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2022-06-28T14:19:24,688 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 000102030405000400080010 2022-06-28T14:19:24,691 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 8184FF 2022-06-28T14:19:24,692 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2022-06-28T14:19:24,695 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 000163A0 2022-06-28T14:19:24,700 [main] ERROR o.e.k.e.b.t.d.TiSensorTag - Thermometer period set failed org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTag.setThermometerPeriod(TiSensorTag.java:258) at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTagTest.testSetThermometerPeriodFail(TiSensorTagTest.java:313) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 2022-06-28T14:19:24,704 [main] ERROR o.e.k.e.b.t.d.TiSensorTag - Thermometer disable failed org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTag.disableThermometer(TiSensorTag.java:208) at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTagTest.testDisableThermometerFail(TiSensorTagTest.java:261) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 2022-06-28T14:19:24,709 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received luxometer value: C429 2022-06-28T14:19:24,738 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2022-06-28T14:19:24,740 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2022-06-28T14:19:24,743 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 000102030405000400080010 2022-06-28T14:19:24,747 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received temperature value: 01020204 2022-06-28T14:19:25,753 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2022-06-28T14:19:25,757 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2022-06-28T14:19:25,760 [main] ERROR o.e.k.e.b.t.d.TiSensorTag - Movement sensor failed to be enabled org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTag.writeOnCharacteristic(TiSensorTag.java:1532) at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTag.disableAccelerometer(TiSensorTag.java:352) at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTagTest.testDisableAccelerometerCc2650Fail(TiSensorTagTest.java:378) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 2022-06-28T14:19:25,764 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2022-06-28T14:19:25,766 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received hygrometer value: 0001B072 2022-06-28T14:19:25,770 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0001020304050004000800100F1A1F343C68 2022-06-28T14:19:25,775 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 000102B48B01 2022-06-28T14:19:25,779 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2022-06-28T14:19:25,781 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2022-06-28T14:19:25,784 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0080008000C0 2022-06-28T14:19:25,798 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2022-06-28T14:19:25,800 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received luxometer value: C429 2022-06-28T14:19:25,801 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2022-06-28T14:19:25,806 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received hygrometer value: 00010080 2022-06-28T14:19:25,809 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received hygrometer value: 00010080 2022-06-28T14:19:25,811 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2022-06-28T14:19:25,813 [main] ERROR o.e.k.e.b.t.d.TiSensorTag - Firmware revision read failed org.eclipse.kura.KuraBluetoothResourceNotFoundException: BLE resource not found. at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTag.getFirmareRevision(TiSensorTag.java:150) at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTagTest.testGetFWRevisionFail(TiSensorTagTest.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 2022-06-28T14:19:25,816 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received gyro value: 0A17142E5C0F 2022-06-28T14:19:25,819 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No IO Service on CC2541. 2022-06-28T14:19:26,841 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received temperature value: 01020204 2022-06-28T14:19:26,842 [main] ERROR o.e.k.e.b.t.d.TiSensorTag - Temperature read failed org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTag.readTemperature(TiSensorTag.java:221) at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTagTest.testReadThermometerFail(TiSensorTagTest.java:277) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 2022-06-28T14:19:26,845 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. 2022-06-28T14:19:26,850 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received accelerometer value: 8184FF 2022-06-28T14:19:26,851 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received magnetometer value: 0080008000C0 2022-06-28T14:19:26,854 [main] INFO o.e.k.e.b.t.d.TiSensorTag - Received pressure value: 000102B48B01 2022-06-28T14:19:26,855 [main] ERROR o.e.k.e.b.t.d.TiSensorTag - Movement sensor failed to be enabled org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity. at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTag.writeOnCharacteristic(TiSensorTag.java:1532) at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTag.disableMagnetometer(TiSensorTag.java:621) at org.eclipse.kura.example.ble.tisensortag.dbus.TiSensorTagTest.testDisableMagnetometerCc2650Fail(TiSensorTagTest.java:537) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 2022-06-28T14:19:26,857 [main] INFO o.e.k.e.b.t.d.TiSensorTag - No optical sensor on CC2541. Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.242 sec Results : Tests run: 105, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Building DP - Version: 5.1.2 [INFO] Added: org.eclipse.kura.example.ble.tisensortag.dbus.test:5.1.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test_5.1.2.dp [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/jacoco.exec, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/surefire.properties] Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [WARNING] No tests found. [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.1.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.ble.tisensortag.dbus.test/target/org.eclipse.kura.example.ble.tisensortag.dbus.test_5.1.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.ble.tisensortag.dbus.test/5.1.2/org.eclipse.kura.example.ble.tisensortag.dbus.test-5.1.2.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.ble.tisensortag.dbus.test --- [INFO] [INFO] --< org.eclipse.kura.example:org.eclipse.kura.example.wire.logic.multiport.provider.test >-- [INFO] Building org.eclipse.kura.example.wire.logic.multiport.provider.test 5.1.2 [35/36] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] No sources to compile [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] Building DP - Version: 5.1.2 [INFO] Added: org.eclipse.kura.example.wire.logic.multiport.provider.test:5.1.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/org.eclipse.kura.example.wire.logic.multiport.provider.test_5.1.2.dp [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/jacoco.exec, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dosgi.console=5002, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dorg.eclipse.kura.mode=emulator, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/surefire.properties, -consoleLog, -console, 5002] !SESSION 2022-06-28 14:19:31.384 ----------------------------------------------- eclipse.buildId=unknown java.fullversion=1.8.0_292-b10 JRE 1.8.0 Linux amd64-64-Bit Compressed References 20210421_1000 (JIT enabled, AOT enabled) OpenJ9 - b4cc246d9 OMR - 162e6f729 JCL - 2a5e268814 based on jdk8u292-b10 BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi 2 0 2022-06-28 14:19:31.844 !MESSAGE The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/work/configuration/' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/tmp/osgi/framework_storage'. !STACK 0 java.lang.IllegalArgumentException: The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/work/configuration/' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/tmp/osgi/framework_storage'. at org.eclipse.osgi.internal.location.EquinoxLocations.(EquinoxLocations.java:87) at org.eclipse.osgi.internal.framework.EquinoxConfiguration.(EquinoxConfiguration.java:548) at org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:104) at org.eclipse.osgi.launch.Equinox.(Equinox.java:53) at org.eclipse.osgi.launch.Equinox.(Equinox.java:46) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:315) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:251) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) 2022-06-28T14:19:33,665 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:19:33,954 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:19:33,982 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:19:33,982 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:19:33,982 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:19:33,983 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:19:33,983 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:19:33,983 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /tmp/kura 2022-06-28T14:19:33,983 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:19:33,983 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:19:33,983 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/ 2022-06-28T14:19:33,983 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /tmp/kura/tmp 2022-06-28T14:19:33,984 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:19:33,985 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:19:34,095 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:19:34,216 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:19:34,216 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:19:34,216 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:19:34,217 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:19:34,217 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:19:34,227 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:19:34,236 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:19:34,238 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:34,238 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:19:34,239 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:34,240 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:34,241 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:19:34,263 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:19:34,267 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:34,267 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:19:34,268 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:19:34,360 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974274.xml... 2022-06-28T14:19:34,363 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974274.xml... Done. 2022-06-28T14:19:34,363 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:19:34,363 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:19:34,364 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:19:34,380 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:19:34,380 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,383 [Start Level: Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,396 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.LogicalOperators ... 2022-06-28T14:19:34,441 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:19:34,442 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:34,460 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:34,462 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:34,462 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:34,462 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:19:34,491 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1578814852 created 2022-06-28T14:19:34,491 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1578814852 bound 2022-06-28T14:19:34,491 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1578814852 bound 2022-06-28T14:19:34,492 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1578814852 activated 2022-06-28T14:19:34,492 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:19:34,492 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done Running org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest 2022-06-28T14:19:34,602 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T14:19:34,614 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - waiting for dependencies... 2022-06-28T14:19:34,614 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - waiting for dependencies... done 2022-06-28T14:19:34,614 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1647728074 created 2022-06-28T14:19:34,616 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1647728074 setup 2022-06-28T14:19:34,619 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,622 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425974274... 2022-06-28T14:19:34,625 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,629 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:34,631 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974629.xml... 2022-06-28T14:19:34,634 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974629.xml... Done. 2022-06-28T14:19:34,634 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,634 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,634 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:34,635 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:34,645 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:34,650 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:34,650 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:34,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2022-06-28T14:19:34,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:34,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:34,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:34,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:34,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:34,658 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2022-06-28T14:19:34,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2022-06-28T14:19:34,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2022-06-28T14:19:34,661 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2022-06-28T14:19:34,663 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2022-06-28T14:19:34,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2022-06-28T14:19:34,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2022-06-28T14:19:34,664 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2022-06-28T14:19:34,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.second.emitter.pid 2022-06-28T14:19:34,664 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2022-06-28T14:19:34,667 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2022-06-28T14:19:34,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2022-06-28T14:19:34,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2022-06-28T14:19:34,670 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2022-06-28T14:19:34,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:34,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:34,674 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:34,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:34,677 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:34,677 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:34,680 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425974629... 2022-06-28T14:19:34,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:34,695 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974687.xml... 2022-06-28T14:19:34,695 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=24, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425974651-1, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:34,696 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:34,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974687.xml... Done. 2022-06-28T14:19:34,698 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,699 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=24, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425974651-1, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:34,701 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:34,701 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2022-06-28T14:19:34,763 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:34,763 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:34,766 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:34,766 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:34,768 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:34,768 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:34,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:34,770 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:34,772 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2022-06-28T14:19:34,776 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:34,777 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2022-06-28T14:19:34,780 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:34,781 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:34,785 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:34,786 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:34,788 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:34,789 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:34,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:34,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:34,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:34,795 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:34,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2022-06-28T14:19:34,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:34,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2022-06-28T14:19:34,796 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2022-06-28T14:19:34,796 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2022-06-28T14:19:34,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:34,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2022-06-28T14:19:34,797 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2022-06-28T14:19:34,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:34,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:34,797 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:34,797 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:34,798 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:34,798 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,798 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2022-06-28T14:19:34,798 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2022-06-28T14:19:34,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425974687... 2022-06-28T14:19:34,808 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,811 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:34,814 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974812.xml... 2022-06-28T14:19:34,817 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974812.xml... Done. 2022-06-28T14:19:34,817 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,817 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,836 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:34,837 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:34,838 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:34,838 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 2050801183 created 2022-06-28T14:19:34,838 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 2050801183 setup 2022-06-28T14:19:34,839 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425974812... 2022-06-28T14:19:34,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:34,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974847.xml... 2022-06-28T14:19:34,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974847.xml... Done. 2022-06-28T14:19:34,854 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,854 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,854 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:34,854 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:34,854 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:34,855 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:34,855 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:34,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2022-06-28T14:19:34,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:34,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:34,859 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:34,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:34,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:34,862 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2022-06-28T14:19:34,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2022-06-28T14:19:34,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2022-06-28T14:19:34,865 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2022-06-28T14:19:34,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2022-06-28T14:19:34,868 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2022-06-28T14:19:34,868 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2022-06-28T14:19:34,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.second.emitter.pid 2022-06-28T14:19:34,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2022-06-28T14:19:34,872 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2022-06-28T14:19:34,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2022-06-28T14:19:34,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2022-06-28T14:19:34,875 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2022-06-28T14:19:34,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:34,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:34,878 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:34,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:34,881 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:34,881 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:34,882 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,882 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425974847... 2022-06-28T14:19:34,888 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,891 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:34,901 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974891.xml... 2022-06-28T14:19:34,904 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974891.xml... Done. 2022-06-28T14:19:34,904 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,904 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:34,905 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:34,905 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:34,905 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:34,907 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2022-06-28T14:19:34,907 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=28, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425974855-8, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:34,907 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:34,907 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=28, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425974855-8, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:34,908 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:34,908 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2022-06-28T14:19:34,910 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:34,910 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:34,912 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:34,912 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:34,914 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:34,914 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:34,915 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:34,916 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2022-06-28T14:19:34,920 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:34,920 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2022-06-28T14:19:34,924 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:34,924 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:34,927 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425974891... 2022-06-28T14:19:34,928 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:34,928 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:34,945 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:34,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:34,949 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:34,949 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=28, logical.operator=NOT, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425974855-8, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:34,950 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:34,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974948.xml... 2022-06-28T14:19:34,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974948.xml... Done. 2022-06-28T14:19:34,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:34,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:34,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:34,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:34,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:34,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:34,961 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:34,961 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:34,961 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2022-06-28T14:19:34,961 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2022-06-28T14:19:34,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2022-06-28T14:19:34,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:34,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2022-06-28T14:19:34,962 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2022-06-28T14:19:34,962 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:34,962 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2022-06-28T14:19:34,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:34,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2022-06-28T14:19:34,963 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2022-06-28T14:19:34,963 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:34,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:34,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:34,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:34,964 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:34,964 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:34,964 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425974948... 2022-06-28T14:19:34,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:34,978 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974975.xml... 2022-06-28T14:19:34,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974975.xml... Done. 2022-06-28T14:19:34,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,984 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,984 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:34,984 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1820172575 created 2022-06-28T14:19:34,985 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1820172575 setup 2022-06-28T14:19:34,985 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:34,985 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425974975... 2022-06-28T14:19:34,990 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,993 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:34,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974993.xml... 2022-06-28T14:19:34,998 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974993.xml... Done. 2022-06-28T14:19:34,999 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,999 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:34,999 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:34,999 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:34,999 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:35,000 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:35,000 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:35,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2022-06-28T14:19:35,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:35,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,003 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:35,036 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:35,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:35,037 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2022-06-28T14:19:35,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2022-06-28T14:19:35,037 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,005 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2022-06-28T14:19:35,038 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=32, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975000-15, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,038 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,039 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=32, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975000-15, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,039 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,039 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2022-06-28T14:19:35,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2022-06-28T14:19:35,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2022-06-28T14:19:35,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2022-06-28T14:19:35,043 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2022-06-28T14:19:35,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.second.emitter.pid 2022-06-28T14:19:35,044 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,047 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2022-06-28T14:19:35,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2022-06-28T14:19:35,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2022-06-28T14:19:35,050 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2022-06-28T14:19:35,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:35,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:35,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:35,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:35,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:35,056 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:35,057 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,057 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,057 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=32, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975000-15, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,058 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,058 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425974993... 2022-06-28T14:19:35,060 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,060 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,063 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,072 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975066.xml... 2022-06-28T14:19:35,074 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975066.xml... Done. 2022-06-28T14:19:35,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,077 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,077 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,079 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,079 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,080 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,081 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:35,081 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2022-06-28T14:19:35,084 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,085 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2022-06-28T14:19:35,088 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,089 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:35,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975066... 2022-06-28T14:19:35,092 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,094 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:35,095 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,103 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:35,103 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,104 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=32, logical.operator=NOR, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975000-15, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,104 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,109 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975103.xml... 2022-06-28T14:19:35,111 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975103.xml... Done. 2022-06-28T14:19:35,112 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974274.xml 2022-06-28T14:19:35,112 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:35,112 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:35,112 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:35,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:35,114 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:35,115 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:35,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2022-06-28T14:19:35,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2022-06-28T14:19:35,116 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2022-06-28T14:19:35,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2022-06-28T14:19:35,116 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2022-06-28T14:19:35,117 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2022-06-28T14:19:35,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:35,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,117 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:35,118 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:35,136 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,137 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,137 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2022-06-28T14:19:35,137 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2022-06-28T14:19:35,137 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975103... 2022-06-28T14:19:35,146 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,149 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,152 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975149.xml... 2022-06-28T14:19:35,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975149.xml... Done. 2022-06-28T14:19:35,155 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974629.xml 2022-06-28T14:19:35,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,155 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,155 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,155 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 409592296 created 2022-06-28T14:19:35,155 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 409592296 setup 2022-06-28T14:19:35,156 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,156 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,156 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975149... 2022-06-28T14:19:35,159 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,162 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975162.xml... 2022-06-28T14:19:35,169 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975162.xml... Done. 2022-06-28T14:19:35,170 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974687.xml 2022-06-28T14:19:35,170 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,170 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,170 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,170 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:35,171 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:35,171 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:35,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2022-06-28T14:19:35,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:35,171 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,174 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:35,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:35,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:35,177 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2022-06-28T14:19:35,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2022-06-28T14:19:35,177 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2022-06-28T14:19:35,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2022-06-28T14:19:35,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2022-06-28T14:19:35,183 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2022-06-28T14:19:35,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.second.emitter.pid 2022-06-28T14:19:35,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,186 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2022-06-28T14:19:35,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2022-06-28T14:19:35,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2022-06-28T14:19:35,190 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2022-06-28T14:19:35,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:35,190 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:35,193 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:35,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:35,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:35,196 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:35,197 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,197 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975162... 2022-06-28T14:19:35,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,203 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,207 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975203.xml... 2022-06-28T14:19:35,210 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975203.xml... Done. 2022-06-28T14:19:35,210 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974812.xml 2022-06-28T14:19:35,210 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,210 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,211 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:35,211 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:35,211 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,212 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,213 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,214 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2022-06-28T14:19:35,214 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=36, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975171-22, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,214 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,214 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=36, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975171-22, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,214 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,214 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2022-06-28T14:19:35,216 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,216 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,237 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2022-06-28T14:19:35,243 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,245 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,245 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,245 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2022-06-28T14:19:35,249 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,250 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,250 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,252 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:35,253 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:35,255 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:35,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,256 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:35,256 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:35,257 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,257 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2022-06-28T14:19:35,257 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2022-06-28T14:19:35,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2022-06-28T14:19:35,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2022-06-28T14:19:35,257 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2022-06-28T14:19:35,257 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2022-06-28T14:19:35,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2022-06-28T14:19:35,258 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2022-06-28T14:19:35,258 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:35,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,259 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:35,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:35,259 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,260 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,260 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975203... 2022-06-28T14:19:35,266 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,269 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,272 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975269.xml... 2022-06-28T14:19:35,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975269.xml... Done. 2022-06-28T14:19:35,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974847.xml 2022-06-28T14:19:35,275 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,275 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,275 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,275 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 636463483 created 2022-06-28T14:19:35,275 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 636463483 setup 2022-06-28T14:19:35,276 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,276 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975269... 2022-06-28T14:19:35,279 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,282 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,284 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975282.xml... 2022-06-28T14:19:35,286 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975282.xml... Done. 2022-06-28T14:19:35,287 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974891.xml 2022-06-28T14:19:35,287 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,287 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,287 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,287 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,288 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:35,288 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:35,288 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:35,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2022-06-28T14:19:35,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:35,288 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,291 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:35,292 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2022-06-28T14:19:35,293 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=40, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975288-29, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,293 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,293 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=40, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975288-29, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,293 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,294 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2022-06-28T14:19:35,297 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:35,297 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:35,297 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2022-06-28T14:19:35,297 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2022-06-28T14:19:35,297 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,300 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2022-06-28T14:19:35,304 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2022-06-28T14:19:35,304 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2022-06-28T14:19:35,304 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2022-06-28T14:19:35,304 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.second.emitter.pid 2022-06-28T14:19:35,304 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,339 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2022-06-28T14:19:35,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2022-06-28T14:19:35,342 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2022-06-28T14:19:35,342 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2022-06-28T14:19:35,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:35,343 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:35,346 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:35,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:35,349 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:35,349 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:35,350 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,350 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,350 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=40, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975288-29, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,350 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,350 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975282... 2022-06-28T14:19:35,351 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,351 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,353 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,356 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,360 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975356.xml... 2022-06-28T14:19:35,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975356.xml... Done. 2022-06-28T14:19:35,363 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974948.xml 2022-06-28T14:19:35,363 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,365 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,365 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,366 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,366 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,367 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,368 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:35,368 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2022-06-28T14:19:35,372 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,372 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2022-06-28T14:19:35,376 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,376 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:35,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975356... 2022-06-28T14:19:35,380 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,381 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:35,381 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:35,391 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... !ENTRY org.eclipse.kura.example.wire.logic.multiport.provider 4 0 2022-06-28 14:19:35.394 !MESSAGE bundle org.eclipse.kura.example.wire.logic.multiport.provider:1.1.2.202206281416 (54)[org.eclipse.kura.wire.LogicalOperators(40)] : The updated method has thrown an exception !STACK 0 java.lang.IllegalArgumentException: No enum constant org.eclipse.kura.example.wire.logic.multiport.provider.LogicalComponentOptions.OperatorOption.ILLEGAL at java.lang.Enum.valueOf(Enum.java:238) at org.eclipse.kura.example.wire.logic.multiport.provider.LogicalComponentOptions$OperatorOption.valueOf(LogicalComponentOptions.java:1) at org.eclipse.kura.example.wire.logic.multiport.provider.LogicalComponentOptions.(LogicalComponentOptions.java:56) at org.eclipse.kura.example.wire.logic.multiport.provider.LogicalComponent.updated(LogicalComponent.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228) at org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41) at org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:664) at org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:510) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317) at org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307) at org.apache.felix.scr.impl.manager.SingleComponentManager.invokeModifiedMethod(SingleComponentManager.java:836) at org.apache.felix.scr.impl.manager.SingleComponentManager.modify(SingleComponentManager.java:791) at org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:709) at org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:673) at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.configurationUpdated(ConfigurableComponentHolder.java:435) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport.configurationEvent(RegionConfigurationSupport.java:316) at org.apache.felix.scr.impl.manager.RegionConfigurationSupport$2.configurationEvent(RegionConfigurationSupport.java:118) at org.eclipse.equinox.internal.cm.EventDispatcher$1.run(EventDispatcher.java:92) at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:40) 2022-06-28T14:19:35,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975391.xml... 2022-06-28T14:19:35,397 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975391.xml... Done. 2022-06-28T14:19:35,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974975.xml 2022-06-28T14:19:35,398 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:35,398 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:35,398 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:35,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:35,400 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,400 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:35,400 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:35,400 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,400 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2022-06-28T14:19:35,400 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2022-06-28T14:19:35,400 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2022-06-28T14:19:35,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2022-06-28T14:19:35,401 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2022-06-28T14:19:35,401 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2022-06-28T14:19:35,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,401 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2022-06-28T14:19:35,401 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2022-06-28T14:19:35,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,402 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:35,402 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,402 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:35,402 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:35,402 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,402 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,403 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975391... 2022-06-28T14:19:35,440 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,444 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,446 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975444.xml... 2022-06-28T14:19:35,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975444.xml... Done. 2022-06-28T14:19:35,449 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425974993.xml 2022-06-28T14:19:35,449 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,449 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,449 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,450 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 234075417 created 2022-06-28T14:19:35,450 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 234075417 setup 2022-06-28T14:19:35,450 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,450 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975444... 2022-06-28T14:19:35,453 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,456 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,458 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975456.xml... 2022-06-28T14:19:35,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975456.xml... Done. 2022-06-28T14:19:35,461 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975066.xml 2022-06-28T14:19:35,461 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,461 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,461 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,462 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,462 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:35,462 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:35,462 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:35,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2022-06-28T14:19:35,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:35,462 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:35,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:35,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:35,471 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2022-06-28T14:19:35,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2022-06-28T14:19:35,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,472 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2022-06-28T14:19:35,472 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=44, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975462-36, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,472 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,472 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=44, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975462-36, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,473 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,473 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2022-06-28T14:19:35,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2022-06-28T14:19:35,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2022-06-28T14:19:35,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2022-06-28T14:19:35,477 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2022-06-28T14:19:35,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.second.emitter.pid 2022-06-28T14:19:35,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,482 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2022-06-28T14:19:35,485 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2022-06-28T14:19:35,485 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2022-06-28T14:19:35,485 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2022-06-28T14:19:35,485 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:35,486 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:35,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:35,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:35,491 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:35,491 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:35,492 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,492 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975456... 2022-06-28T14:19:35,493 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,494 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,494 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,497 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,502 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975498.xml... 2022-06-28T14:19:35,505 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975498.xml... Done. 2022-06-28T14:19:35,506 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975103.xml 2022-06-28T14:19:35,506 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,508 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,509 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,511 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,511 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,513 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,515 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:35,515 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2022-06-28T14:19:35,520 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,520 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2022-06-28T14:19:35,539 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,539 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:35,541 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975498... 2022-06-28T14:19:35,543 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,545 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:35,545 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,548 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,551 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:35,552 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,553 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=44, logical.operator=OR, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975462-36, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,554 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,557 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975551.xml... 2022-06-28T14:19:35,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975551.xml... Done. 2022-06-28T14:19:35,560 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975149.xml 2022-06-28T14:19:35,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:35,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:35,560 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:35,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:35,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:35,563 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:35,563 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,563 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2022-06-28T14:19:35,563 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2022-06-28T14:19:35,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2022-06-28T14:19:35,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,563 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2022-06-28T14:19:35,564 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2022-06-28T14:19:35,564 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2022-06-28T14:19:35,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,564 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2022-06-28T14:19:35,564 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2022-06-28T14:19:35,565 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:35,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:35,566 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:35,566 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,566 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,566 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975551... 2022-06-28T14:19:35,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,575 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,578 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975575.xml... 2022-06-28T14:19:35,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975575.xml... Done. 2022-06-28T14:19:35,580 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975162.xml 2022-06-28T14:19:35,581 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,581 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,581 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,581 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1863204424 created 2022-06-28T14:19:35,581 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,581 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1863204424 setup 2022-06-28T14:19:35,582 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,582 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975575... 2022-06-28T14:19:35,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,592 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975588.xml... 2022-06-28T14:19:35,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975588.xml... Done. 2022-06-28T14:19:35,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975203.xml 2022-06-28T14:19:35,595 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,596 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,596 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,596 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,637 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:35,637 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:35,637 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:35,637 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2022-06-28T14:19:35,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:35,638 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,641 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:35,642 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2022-06-28T14:19:35,642 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=48, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975638-43, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,643 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,643 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=48, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975638-43, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,643 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,643 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2022-06-28T14:19:35,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:35,644 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:35,644 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2022-06-28T14:19:35,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2022-06-28T14:19:35,645 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,645 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,645 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=48, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975638-43, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,646 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,648 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2022-06-28T14:19:35,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2022-06-28T14:19:35,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2022-06-28T14:19:35,651 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2022-06-28T14:19:35,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.second.emitter.pid 2022-06-28T14:19:35,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,652 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,652 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,654 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2022-06-28T14:19:35,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2022-06-28T14:19:35,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2022-06-28T14:19:35,657 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2022-06-28T14:19:35,657 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:35,658 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:35,660 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:35,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:35,663 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:35,663 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:35,664 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,665 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975588... 2022-06-28T14:19:35,665 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,666 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,680 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975674.xml... 2022-06-28T14:19:35,682 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975674.xml... Done. 2022-06-28T14:19:35,683 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975269.xml 2022-06-28T14:19:35,683 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,684 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,685 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,685 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,686 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:35,687 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2022-06-28T14:19:35,691 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,691 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2022-06-28T14:19:35,695 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,695 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:35,698 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975674... 2022-06-28T14:19:35,699 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,700 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:35,701 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,737 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:35,741 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,742 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=48, logical.operator=XOR, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975638-43, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,743 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,749 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975741.xml... 2022-06-28T14:19:35,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975741.xml... Done. 2022-06-28T14:19:35,753 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975282.xml 2022-06-28T14:19:35,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:35,753 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:35,754 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:35,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:35,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,755 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:35,755 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:35,755 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,756 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2022-06-28T14:19:35,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2022-06-28T14:19:35,756 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2022-06-28T14:19:35,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,756 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2022-06-28T14:19:35,756 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2022-06-28T14:19:35,756 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2022-06-28T14:19:35,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2022-06-28T14:19:35,757 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2022-06-28T14:19:35,757 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:35,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,758 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:35,758 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:35,758 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,759 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975741... 2022-06-28T14:19:35,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,766 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,769 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975766.xml... 2022-06-28T14:19:35,771 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975766.xml... Done. 2022-06-28T14:19:35,772 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975356.xml 2022-06-28T14:19:35,772 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,772 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,773 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,773 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1200688539 created 2022-06-28T14:19:35,773 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -1200688539 setup 2022-06-28T14:19:35,774 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,774 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975766... 2022-06-28T14:19:35,778 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,785 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975781.xml... 2022-06-28T14:19:35,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975781.xml... Done. 2022-06-28T14:19:35,788 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975391.xml 2022-06-28T14:19:35,789 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,789 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,789 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,789 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,790 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:35,791 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:35,791 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:35,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2022-06-28T14:19:35,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:35,791 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,794 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:35,801 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:35,801 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:35,801 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2022-06-28T14:19:35,802 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2022-06-28T14:19:35,802 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,804 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2022-06-28T14:19:35,807 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2022-06-28T14:19:35,807 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2022-06-28T14:19:35,807 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2022-06-28T14:19:35,807 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.second.emitter.pid 2022-06-28T14:19:35,807 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,839 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2022-06-28T14:19:35,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2022-06-28T14:19:35,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2022-06-28T14:19:35,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2022-06-28T14:19:35,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:35,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:35,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:35,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:35,850 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:35,850 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:35,850 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,851 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975781... 2022-06-28T14:19:35,853 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,856 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,862 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975856.xml... 2022-06-28T14:19:35,864 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975856.xml... Done. 2022-06-28T14:19:35,865 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975444.xml 2022-06-28T14:19:35,865 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,865 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,866 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:35,866 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:35,866 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,869 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2022-06-28T14:19:35,869 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=52, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975791-50, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,869 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,869 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=52, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975791-50, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,870 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,870 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2022-06-28T14:19:35,871 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,871 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,872 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,873 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,874 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:35,874 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:35,875 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:35,876 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2022-06-28T14:19:35,881 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,882 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2022-06-28T14:19:35,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:35,887 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975856... 2022-06-28T14:19:35,889 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:35,889 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:35,896 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,900 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:35,900 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:35,901 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=52, logical.operator=NAND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975791-50, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:35,901 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:35,905 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975900.xml... 2022-06-28T14:19:35,907 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975900.xml... Done. 2022-06-28T14:19:35,908 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975456.xml 2022-06-28T14:19:35,908 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:35,908 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:35,908 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:35,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:35,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:35,939 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:35,939 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:35,940 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2022-06-28T14:19:35,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2022-06-28T14:19:35,940 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2022-06-28T14:19:35,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2022-06-28T14:19:35,941 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2022-06-28T14:19:35,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2022-06-28T14:19:35,941 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2022-06-28T14:19:35,942 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2022-06-28T14:19:35,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:35,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,942 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:35,943 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:35,943 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,943 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,944 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975900... 2022-06-28T14:19:35,948 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,951 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,954 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975952.xml... 2022-06-28T14:19:35,956 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975952.xml... Done. 2022-06-28T14:19:35,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975498.xml 2022-06-28T14:19:35,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,957 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,957 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,957 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -516016617 created 2022-06-28T14:19:35,957 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - -516016617 setup 2022-06-28T14:19:35,958 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,958 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975952... 2022-06-28T14:19:35,961 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,964 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:35,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975964.xml... 2022-06-28T14:19:35,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975964.xml... Done. 2022-06-28T14:19:35,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975551.xml 2022-06-28T14:19:35,971 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,971 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:35,971 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:35,972 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:35,973 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:35,973 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:35,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.LogicalOperators and pid under.test 2022-06-28T14:19:35,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:35,973 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.LogicalOperators 2022-06-28T14:19:35,977 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:35,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:35,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:35,980 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.LogicalOperators under.test 2022-06-28T14:19:35,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.first.emitter.pid 2022-06-28T14:19:35,980 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.first.emitter.pid 2022-06-28T14:19:35,983 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid.... 2022-06-28T14:19:35,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.first.emitter.pid 2022-06-28T14:19:35,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.first.emitter.pid....Done 2022-06-28T14:19:35,986 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.first.emitter.pid 2022-06-28T14:19:35,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.second.emitter.pid 2022-06-28T14:19:35,986 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.second.emitter.pid 2022-06-28T14:19:35,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid.... 2022-06-28T14:19:35,993 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.second.emitter.pid 2022-06-28T14:19:35,993 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.second.emitter.pid....Done 2022-06-28T14:19:35,993 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.second.emitter.pid 2022-06-28T14:19:35,993 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:35,994 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:35,997 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:36,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:36,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:36,000 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:36,001 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:36,001 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425975964... 2022-06-28T14:19:36,003 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:36,006 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:36,040 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425976007.xml... 2022-06-28T14:19:36,042 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425976007.xml... Done. 2022-06-28T14:19:36,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975575.xml 2022-06-28T14:19:36,043 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:36,043 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:36,044 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:36,044 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:36,044 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:36,045 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:36,047 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:36,050 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating... 2022-06-28T14:19:36,050 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=56, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975973-57, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:36,051 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating... 2022-06-28T14:19:36,051 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=56, logical.operator=AND, output.cardinality.default=1, component.name=org.eclipse.kura.wire.LogicalOperators, result.name=result, input.cardinality.minimum=2, service.factoryPid=org.eclipse.kura.wire.LogicalOperators, service.pid=org.eclipse.kura.wire.LogicalOperators-1656425975973-57, emitter.port.count=1, input.cardinality.maximum=2, input.cardinality.default=2, receiver.port.count=2, kura.service.pid=under.test, output.cardinality.maximum=1, barrier=false, operand.name.2=operand, operand.name.1=operand} 2022-06-28T14:19:36,052 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - updating...done 2022-06-28T14:19:36,052 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - activating...done 2022-06-28T14:19:36,056 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:36,056 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:36,057 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.first.emitter.pid/0 and under.test/0... 2022-06-28T14:19:36,061 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:36,064 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:36,064 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:36,065 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.second.emitter.pid/0 and under.test/1... 2022-06-28T14:19:36,068 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:36,070 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:36,070 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:36,070 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:36,074 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:36,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:36,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:36,075 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:36,075 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:36,075 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:36,075 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating... 2022-06-28T14:19:36,076 [ConfigurationListener Event Queue] INFO o.e.k.e.w.l.m.p.LogicalComponent - deactivating...done 2022-06-28T14:19:36,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid... 2022-06-28T14:19:36,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:36,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.first.emitter.pid...done 2022-06-28T14:19:36,076 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.first.emitter.pid 2022-06-28T14:19:36,076 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.first.emitter.pid 2022-06-28T14:19:36,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid... 2022-06-28T14:19:36,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:36,077 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.second.emitter.pid...done 2022-06-28T14:19:36,077 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.second.emitter.pid 2022-06-28T14:19:36,077 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.second.emitter.pid 2022-06-28T14:19:36,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:36,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:36,078 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:36,079 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:36,079 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:36,079 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:36,080 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425976007... 2022-06-28T14:19:36,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:36,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:36,091 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425976089.xml... 2022-06-28T14:19:36,093 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425976089.xml... Done. 2022-06-28T14:19:36,094 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/snapshot_1656425975588.xml 2022-06-28T14:19:36,094 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:36,094 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:36,094 [main] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - tear down once 2022-06-28T14:19:36,094 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:36,095 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 s - in org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest wireComponentExists(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.222 s testNotOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.146 s testNorOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.171 s wireComponentHasDefaultProperties(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.12 s testIllegalOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.174 s testOrOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.131 s testXorOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.192 s testNandOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.184 s testAndOperation(org.eclipse.kura.example.wire.logic.multiport.provider.test.BoolLogicTest) Time elapsed: 0.137 s Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:19:36,199 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.e.w.l.m.p.t.BoolLogicTest - 1578814852 deactivated 2022-06-28T14:19:36,199 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:36,199 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:19:36,200 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:19:36,201 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:36,202 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:19:36,202 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:36,202 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:19:36,202 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:36,203 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:36,203 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:19:36,205 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:19:36,237 [Framework stop - Equinox Container: 1d846565-b9a0-4d62-b923-1ffb73c67c4e] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... [INFO] All tests passed! [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.1.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.1.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.1.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.1.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.1.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.1.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.logic.multiport.provider.test/target/org.eclipse.kura.example.wire.logic.multiport.provider.test_5.1.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.logic.multiport.provider.test/5.1.2/org.eclipse.kura.example.wire.logic.multiport.provider.test-5.1.2.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.wire.logic.multiport.provider.test --- [INFO] [INFO] --< org.eclipse.kura.example:org.eclipse.kura.example.wire.math.trig.test >-- [INFO] Building org.eclipse.kura.example.wire.math.trig.test 5.1.2 [36/36] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] The project's OSGi version is 5.1.2 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-validation) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.kura.example.wire.math.trig.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (compiletests) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] No sources to compile [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] jacocoArgs set to -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] No tests to run. [INFO] Surefire report directory: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test-5.1.2-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] Building jar: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test-5.1.2.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (verify-jdeps) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] Executing tasks verify.jdeps: [INFO] Executed tasks [INFO] [INFO] --- osgi-dp:0.3.0:build (default) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] Building DP - Version: 5.1.2 [INFO] Added: org.eclipse.kura.example.wire.math.trig.test:5.1.2 [INFO] Writing to: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test_5.1.2.dp [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/jacoco.exec, -Dlog4j.configurationFile=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/log4j.xml, -Dosgi.console=5002, -DbuildingWithTycho=true, -Dosgi.locking=none, -Dds.showtrace=true, -Djava.io.tmpdir=/tmp, -Dorg.osgi.framework.storage=/tmp/osgi/framework_storage, -Dosgi.clean=true, -Dorg.eclipse.kura.mode=emulator, -Dkura.snapshots=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/, -Dkura.configuration=file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties, -Ddpa.configuration=/tmp/kura/dpa.properties, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/work/data, -install, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/work, -configuration, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/surefire.properties, -consoleLog, -console, 5002] !SESSION 2022-06-28 14:19:38.042 ----------------------------------------------- eclipse.buildId=unknown java.fullversion=1.8.0_292-b10 JRE 1.8.0 Linux amd64-64-Bit Compressed References 20210421_1000 (JIT enabled, AOT enabled) OpenJ9 - b4cc246d9 OMR - 162e6f729 JCL - 2a5e268814 based on jdk8u292-b10 BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi 2 0 2022-06-28 14:19:38.451 !MESSAGE The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/work/configuration/' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/tmp/osgi/framework_storage'. !STACK 0 java.lang.IllegalArgumentException: The property 'osgi.configuration.area' with the value 'file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/work/configuration/' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/tmp/osgi/framework_storage'. at org.eclipse.osgi.internal.location.EquinoxLocations.(EquinoxLocations.java:87) at org.eclipse.osgi.internal.framework.EquinoxConfiguration.(EquinoxConfiguration.java:548) at org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:104) at org.eclipse.osgi.launch.Equinox.(Equinox.java:53) at org.eclipse.osgi.launch.Equinox.(Equinox.java:46) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:315) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:251) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) 2022-06-28T14:19:40,285 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - activate... 2022-06-28T14:19:40,544 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.e.Emulator - Framework is running in emulation mode 2022-06-28T14:19:40,582 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.s.SystemServiceImpl - Loaded URL kura.properties: file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/../../../emulator/org.eclipse.kura.emulator/src/main/resources/kura.properties 2022-06-28T14:19:40,582 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] WARN o.e.k.c.s.SystemServiceImpl - File does not exist: /tmp/kura/user/kura_custom.properties 2022-06-28T14:19:40,582 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.s.SystemServiceImpl - Kura has net admin? false 2022-06-28T14:19:40,582 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.s.SystemServiceImpl - Is Kura web interface enabled? true 2022-06-28T14:19:40,582 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.s.SystemServiceImpl - Kura version? kura_emulator 2022-06-28T14:19:40,583 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.s.SystemServiceImpl - Kura home directory is /tmp/kura 2022-06-28T14:19:40,583 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.s.SystemServiceImpl - Kura framework configuration directory is /tmp/kura/framework 2022-06-28T14:19:40,583 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.s.SystemServiceImpl - Kura user configuration directory is /tmp/kura/user 2022-06-28T14:19:40,583 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.s.SystemServiceImpl - Kura snapshots directory is /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/ 2022-06-28T14:19:40,583 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.s.SystemServiceImpl - Kura tmp directory is /tmp/kura/tmp 2022-06-28T14:19:40,583 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.s.SystemServiceImpl - Kura version kura_emulator is starting 2022-06-28T14:19:40,585 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - activate... 2022-06-28T14:19:40,694 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - activate... 2022-06-28T14:19:40,785 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport ... 2022-06-28T14:19:40,785 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbService ... 2022-06-28T14:19:40,785 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.data.DataService ... 2022-06-28T14:19:40,785 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.db.H2DbServer ... 2022-06-28T14:19:40,786 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.ssl.SslManagerService ... 2022-06-28T14:19:40,792 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.core.keystore.FilesystemKeystoreServiceImpl ... 2022-06-28T14:19:40,795 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.d.H2DbHelper - activating... 2022-06-28T14:19:40,797 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:40,797 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.d.H2DbHelper - Default H2DbService instance configuration not found, creating new instance... 2022-06-28T14:19:40,797 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.core.db.H2DbService and pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:40,799 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:40,800 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.core.db.H2DbService 2022-06-28T14:19:40,822 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService.... 2022-06-28T14:19:40,826 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:40,826 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.db.H2DbService....Done 2022-06-28T14:19:40,827 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Getting component configurations... 2022-06-28T14:19:40,940 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425980842.xml... 2022-06-28T14:19:40,943 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425980842.xml... Done. 2022-06-28T14:19:40,944 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Take snapshot 2022-06-28T14:19:40,944 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.core.db.H2DbService org.eclipse.kura.db.H2DbService 2022-06-28T14:19:40,944 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.d.H2DbHelper - activating...done 2022-06-28T14:19:40,964 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.graph.WireGraphService ... 2022-06-28T14:19:40,964 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:40,967 [Start Level: Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:40,978 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.wire.TrigonometricFunctions ... 2022-06-28T14:19:41,050 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service... 2022-06-28T14:19:41,050 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,070 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:41,071 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:41,071 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,071 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Activating Wire Service...Done 2022-06-28T14:19:41,140 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 835075760 created 2022-06-28T14:19:41,140 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 835075760 bound 2022-06-28T14:19:41,140 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 835075760 bound 2022-06-28T14:19:41,141 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 835075760 activated 2022-06-28T14:19:41,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService.... 2022-06-28T14:19:41,141 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - org.eclipse.kura.wire.graph.WireGraphService....Done Running org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest 2022-06-28T14:19:41,192 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering metatype pid: org.eclipse.kura.util.wire.test.TestEmitterReceiver ... 2022-06-28T14:19:41,200 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - waiting for dependencies... 2022-06-28T14:19:41,200 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - waiting for dependencies... done 2022-06-28T14:19:41,201 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 1078718380 created 2022-06-28T14:19:41,203 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 1078718380 setup 2022-06-28T14:19:41,206 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,209 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425980842... 2022-06-28T14:19:41,212 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,215 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,218 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981215.xml... 2022-06-28T14:19:41,221 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981215.xml... Done. 2022-06-28T14:19:41,221 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,221 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,221 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,221 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,245 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:41,250 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:41,250 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:41,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2022-06-28T14:19:41,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:41,251 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:41,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:41,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:41,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:41,258 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2022-06-28T14:19:41,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:41,258 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:41,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:41,262 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2022-06-28T14:19:41,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:41,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:41,264 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:41,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:41,265 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:41,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:41,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:41,270 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:41,270 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:41,274 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,275 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981215... 2022-06-28T14:19:41,280 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,293 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981283.xml... 2022-06-28T14:19:41,295 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:41,297 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=24, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425981251-1, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=SIN} 2022-06-28T14:19:41,297 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:41,298 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2022-06-28T14:19:41,298 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981283.xml... Done. 2022-06-28T14:19:41,298 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,361 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:41,361 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:41,363 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:41,363 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:41,365 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,365 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:41,367 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:41,372 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:41,372 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:41,376 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:41,377 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:41,378 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,384 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:41,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:41,385 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:41,385 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:41,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:41,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:41,386 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:41,386 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:41,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:41,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:41,387 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:41,387 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:41,387 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:41,388 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,388 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2022-06-28T14:19:41,388 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2022-06-28T14:19:41,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981283... !ENTRY org.eclipse.kura.example.wire.math.trig 4 0 2022-06-28 14:19:41.393 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.1.2.202206281416 (54)[org.eclipse.kura.wire.TrigonometricFunctions(24)] : unbind method [unbindWireHelperService] not found; Component will fail !ENTRY org.eclipse.kura.example.wire.math.trig 4 0 2022-06-28 14:19:41.394 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.1.2.202206281416 (54)[org.eclipse.kura.wire.TrigonometricFunctions(24)] : unbind method [unbindWireHelperService] not found 2022-06-28T14:19:41,399 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,403 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,407 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981403.xml... 2022-06-28T14:19:41,410 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981403.xml... Done. 2022-06-28T14:19:41,410 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,410 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,410 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:41,411 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:41,411 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,440 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,440 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 1288236701 created 2022-06-28T14:19:41,441 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 1288236701 setup 2022-06-28T14:19:41,441 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,442 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981403... 2022-06-28T14:19:41,448 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,451 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,455 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981451.xml... 2022-06-28T14:19:41,457 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981451.xml... Done. 2022-06-28T14:19:41,457 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,458 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,458 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,458 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,459 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:41,459 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:41,459 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:41,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2022-06-28T14:19:41,459 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:41,460 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:41,464 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:41,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:41,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:41,467 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2022-06-28T14:19:41,467 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:41,468 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:41,468 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2022-06-28T14:19:41,468 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:41,468 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=27, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425981459-6, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=SIN} 2022-06-28T14:19:41,469 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:41,469 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2022-06-28T14:19:41,471 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:41,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:41,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:41,474 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:41,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:41,474 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:41,477 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:41,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:41,480 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:41,480 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:41,481 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,481 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981451... 2022-06-28T14:19:41,483 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:41,483 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:41,485 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,488 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,492 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981488.xml... 2022-06-28T14:19:41,495 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981488.xml... Done. 2022-06-28T14:19:41,495 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,497 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:41,497 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:41,499 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,499 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:41,500 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:41,504 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:41,504 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:41,507 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981488... 2022-06-28T14:19:41,508 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:41,509 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:41,509 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,539 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:41,543 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:41,543 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:41,544 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=27, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425981459-6, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=ATAN} 2022-06-28T14:19:41,544 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:41,547 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981543.xml... 2022-06-28T14:19:41,550 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981543.xml... Done. 2022-06-28T14:19:41,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:41,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:41,550 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:41,552 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:41,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:41,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:41,553 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:41,553 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:41,553 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2022-06-28T14:19:41,553 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2022-06-28T14:19:41,553 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... !ENTRY org.eclipse.kura.example.wire.math.trig 4 02022-06-28T14:19:41,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28 14:19:41.5542022-06-28T14:19:41,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done !MESSAGE2022-06-28T14:19:41,554 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid bundle org.eclipse.kura.example.wire.math.trig:1.1.2.202206281416 (54)[org.eclipse.kura.wire.TrigonometricFunctions(27)] : unbind method [unbindWireHelperService] not found 2022-06-28T14:19:41,554 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:41,555 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:41,555 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:41,555 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:41,555 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:41,555 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,556 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981543... 2022-06-28T14:19:41,562 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,565 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,568 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981565.xml... 2022-06-28T14:19:41,570 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981565.xml... Done. 2022-06-28T14:19:41,571 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,571 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,571 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:41,571 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -466990413 created 2022-06-28T14:19:41,571 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -466990413 setup 2022-06-28T14:19:41,571 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,572 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981565... 2022-06-28T14:19:41,577 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,581 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,584 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981581.xml... 2022-06-28T14:19:41,586 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981581.xml... Done. 2022-06-28T14:19:41,587 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,587 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,587 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,587 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,588 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:41,588 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:41,588 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:41,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2022-06-28T14:19:41,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:41,588 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:41,591 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:41,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:41,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:41,595 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2022-06-28T14:19:41,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:41,595 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:41,598 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:41,601 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:41,601 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:41,601 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:41,601 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:41,601 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:41,604 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:41,607 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:41,607 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:41,608 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:41,608 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,608 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981581... 2022-06-28T14:19:41,639 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,643 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,648 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981643.xml... 2022-06-28T14:19:41,651 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981643.xml... Done. 2022-06-28T14:19:41,652 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,652 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,652 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:41,652 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:41,652 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,654 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2022-06-28T14:19:41,654 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:41,654 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=30, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425981588-11, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=SIN} 2022-06-28T14:19:41,655 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:41,655 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2022-06-28T14:19:41,657 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:41,657 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:41,660 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:41,660 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:41,661 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,662 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:41,665 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:41,666 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:41,667 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:41,669 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:41,669 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:41,670 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:41,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:41,671 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:41,671 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:41,671 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2022-06-28T14:19:41,671 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2022-06-28T14:19:41,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... !ENTRY org.eclipse.kura.example.wire.math.trig 4 0 2022-06-28T14:19:41,671 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28 14:19:41.671 !MESSAGE 2022-06-28T14:19:41,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done bundle org.eclipse.kura.example.wire.math.trig:1.1.2.202206281416 (54)[org.eclipse.kura.wire.TrigonometricFunctions(30)] : unbind method [unbindWireHelperService] not found 2022-06-28T14:19:41,672 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:41,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:41,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:41,672 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:41,672 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:41,672 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:41,673 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,673 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981643... 2022-06-28T14:19:41,681 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,684 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,687 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981684.xml... 2022-06-28T14:19:41,689 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981684.xml... Done. 2022-06-28T14:19:41,690 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425980842.xml 2022-06-28T14:19:41,690 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,690 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,690 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:41,690 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 14191708 created 2022-06-28T14:19:41,690 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 14191708 setup 2022-06-28T14:19:41,691 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,691 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981684... 2022-06-28T14:19:41,694 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,697 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,701 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981698.xml... 2022-06-28T14:19:41,703 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981698.xml... Done. 2022-06-28T14:19:41,704 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981215.xml 2022-06-28T14:19:41,704 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,704 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,704 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,704 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,704 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:41,705 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:41,705 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:41,705 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2022-06-28T14:19:41,705 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:41,705 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:41,708 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:41,711 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:41,711 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:41,711 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2022-06-28T14:19:41,712 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:41,712 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:41,737 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:41,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:41,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:41,740 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:41,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:41,740 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:41,743 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:41,746 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:41,746 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:41,746 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:41,747 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,747 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981698... 2022-06-28T14:19:41,754 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,757 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,761 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981757.xml... 2022-06-28T14:19:41,763 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981757.xml... Done. 2022-06-28T14:19:41,764 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981283.xml 2022-06-28T14:19:41,764 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,764 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,764 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:41,765 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:41,765 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,766 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2022-06-28T14:19:41,767 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:41,767 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=33, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425981705-16, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=SIN} 2022-06-28T14:19:41,767 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:41,767 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2022-06-28T14:19:41,769 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:41,769 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:41,770 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:41,770 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:41,772 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,772 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:41,776 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:41,776 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:41,778 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:41,780 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:41,780 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:41,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:41,781 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:41,781 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:41,781 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:41,782 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2022-06-28T14:19:41,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:41,782 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done !ENTRY org.eclipse.kura.example.wire.math.trig 2022-06-28T14:19:41,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 4 02022-06-28T14:19:41,782 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:41,782 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28 14:19:41.782 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.1.2.202206281416 (54)[org.eclipse.kura.wire.TrigonometricFunctions(33)] : unbind method [unbindWireHelperService] not found 2022-06-28T14:19:41,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:41,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:41,783 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:41,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:41,783 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:41,783 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,784 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981757... 2022-06-28T14:19:41,790 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,793 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,795 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981793.xml... 2022-06-28T14:19:41,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981793.xml... Done. 2022-06-28T14:19:41,798 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981403.xml 2022-06-28T14:19:41,798 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,798 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,799 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:41,799 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -742273627 created 2022-06-28T14:19:41,799 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -742273627 setup 2022-06-28T14:19:41,799 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,800 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981793... 2022-06-28T14:19:41,803 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,806 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,838 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981806.xml... 2022-06-28T14:19:41,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981806.xml... Done. 2022-06-28T14:19:41,841 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981451.xml 2022-06-28T14:19:41,841 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,841 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,841 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,842 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,842 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:41,842 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:41,842 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:41,842 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2022-06-28T14:19:41,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:41,843 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:41,846 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:41,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:41,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:41,849 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2022-06-28T14:19:41,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:41,849 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:41,852 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:41,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:41,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:41,855 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:41,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:41,855 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:41,858 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:41,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:41,861 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:41,861 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:41,862 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,863 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981806... 2022-06-28T14:19:41,866 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,869 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,873 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981869.xml... 2022-06-28T14:19:41,875 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981869.xml... Done. 2022-06-28T14:19:41,876 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981488.xml 2022-06-28T14:19:41,876 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,876 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,876 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:41,877 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:41,877 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,878 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2022-06-28T14:19:41,879 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:41,879 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=36, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425981843-21, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=SIN} 2022-06-28T14:19:41,879 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:41,879 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2022-06-28T14:19:41,881 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:41,881 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:41,884 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:41,884 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:41,885 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,886 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:41,890 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:41,890 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:41,892 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981869... 2022-06-28T14:19:41,894 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:41,894 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,898 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:41,901 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:41,901 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:41,902 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=36, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425981843-21, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=TAN} 2022-06-28T14:19:41,902 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:41,905 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981901.xml... 2022-06-28T14:19:41,907 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981901.xml... Done. 2022-06-28T14:19:41,908 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981543.xml 2022-06-28T14:19:41,908 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:41,908 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:41,908 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:41,937 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:41,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:41,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:41,938 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:41,938 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:41,938 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2022-06-28T14:19:41,938 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:41,938 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done !ENTRY 2022-06-28T14:19:41,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid org.eclipse.kura.example.wire.math.trig 2022-06-28T14:19:41,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 4 0 2022-06-28T14:19:41,939 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28 14:19:41.939 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.1.2.202206281416 (54)[org.eclipse.kura.wire.TrigonometricFunctions(36)] : unbind method [unbindWireHelperService] not found 2022-06-28T14:19:41,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:41,939 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:41,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:41,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:41,940 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:41,940 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,940 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981901... 2022-06-28T14:19:41,947 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,950 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,952 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981950.xml... 2022-06-28T14:19:41,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981950.xml... Done. 2022-06-28T14:19:41,955 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981565.xml 2022-06-28T14:19:41,955 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,956 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,956 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:41,956 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1386270791 created 2022-06-28T14:19:41,956 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -1386270791 setup 2022-06-28T14:19:41,956 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,957 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981950... 2022-06-28T14:19:41,960 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,963 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:41,965 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981963.xml... 2022-06-28T14:19:41,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981963.xml... Done. 2022-06-28T14:19:41,968 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981581.xml 2022-06-28T14:19:41,968 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,968 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,968 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:41,969 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:41,969 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:41,969 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:41,969 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:41,969 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2022-06-28T14:19:41,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:41,970 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:41,972 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:41,975 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:41,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:41,976 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2022-06-28T14:19:41,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:41,976 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:41,979 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:41,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:41,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:41,982 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:41,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:41,982 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:41,985 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:41,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:41,988 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:41,988 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:41,989 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,989 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981963... 2022-06-28T14:19:41,993 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:41,996 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:42,000 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981996.xml... 2022-06-28T14:19:42,003 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981996.xml... Done. 2022-06-28T14:19:42,003 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981643.xml 2022-06-28T14:19:42,003 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,003 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:42,004 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:42,004 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:42,004 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:42,006 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2022-06-28T14:19:42,006 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:42,006 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=39, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425981970-26, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=SIN} 2022-06-28T14:19:42,006 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:42,006 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2022-06-28T14:19:42,007 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:42,008 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:42,009 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:42,009 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:42,010 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:42,011 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:42,014 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:42,015 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:42,016 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425981996... 2022-06-28T14:19:42,018 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:42,018 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:42,043 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:42,046 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:42,047 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:42,048 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=39, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425981970-26, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=ACOS} 2022-06-28T14:19:42,048 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:42,050 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982046.xml... 2022-06-28T14:19:42,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982046.xml... Done. 2022-06-28T14:19:42,053 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981684.xml 2022-06-28T14:19:42,053 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:42,054 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:42,054 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:42,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:42,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:42,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:42,055 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:42,055 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:42,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:42,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:42,056 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:42,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:42,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:42,056 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:42,057 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:42,057 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:42,057 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,057 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2022-06-28T14:19:42,057 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2022-06-28T14:19:42,057 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425982046... !ENTRY org.eclipse.kura.example.wire.math.trig 4 0 2022-06-28 14:19:42.058 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.1.2.202206281416 (54)[org.eclipse.kura.wire.TrigonometricFunctions(39)] : unbind method [unbindWireHelperService] not found 2022-06-28T14:19:42,062 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,066 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:42,068 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982066.xml... 2022-06-28T14:19:42,070 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982066.xml... Done. 2022-06-28T14:19:42,071 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981698.xml 2022-06-28T14:19:42,071 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,071 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,071 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:42,071 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 626376821 created 2022-06-28T14:19:42,072 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 626376821 setup 2022-06-28T14:19:42,072 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:42,072 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,073 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425982066... 2022-06-28T14:19:42,076 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,082 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:42,085 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982082.xml... 2022-06-28T14:19:42,087 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982082.xml... Done. 2022-06-28T14:19:42,088 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981757.xml 2022-06-28T14:19:42,088 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,088 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,088 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:42,088 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:42,089 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:42,089 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:42,089 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:42,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2022-06-28T14:19:42,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:42,089 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:42,092 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:42,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:42,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:42,096 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2022-06-28T14:19:42,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:42,096 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:42,099 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:42,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:42,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:42,102 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:42,102 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:42,103 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:42,105 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:42,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:42,108 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:42,109 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:42,109 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,110 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425982082... 2022-06-28T14:19:42,112 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,115 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:42,119 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982115.xml... 2022-06-28T14:19:42,138 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982115.xml... Done. 2022-06-28T14:19:42,139 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981793.xml 2022-06-28T14:19:42,139 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,139 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:42,139 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:42,140 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:42,140 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:42,141 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2022-06-28T14:19:42,142 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:42,142 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=42, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425982089-31, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=SIN} 2022-06-28T14:19:42,142 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:42,142 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2022-06-28T14:19:42,144 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:42,144 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:42,146 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:42,146 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:42,147 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:42,148 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:42,152 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:42,152 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:42,154 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425982115... 2022-06-28T14:19:42,156 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:42,156 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:42,163 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:42,167 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:42,168 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:42,169 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=42, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425982089-31, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=ASIN} 2022-06-28T14:19:42,169 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:42,173 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982167.xml... 2022-06-28T14:19:42,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982167.xml... Done. 2022-06-28T14:19:42,176 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981806.xml 2022-06-28T14:19:42,176 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:42,176 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:42,177 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:42,178 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:42,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:42,179 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:42,179 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:42,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:42,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:42,180 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done 2022-06-28T14:19:42,180 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 2022-06-28T14:19:42,181 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... 2022-06-28T14:19:42,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:42,182 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:42,182 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:42,182 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:42,183 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2022-06-28T14:19:42,183 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,183 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done !ENTRY 2022-06-28T14:19:42,183 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425982167... org.eclipse.kura.example.wire.math.trig 4 0 2022-06-28 14:19:42.184 !MESSAGE bundle org.eclipse.kura.example.wire.math.trig:1.1.2.202206281416 (54)[org.eclipse.kura.wire.TrigonometricFunctions(42)] : unbind method [unbindWireHelperService] not found 2022-06-28T14:19:42,189 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,194 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:42,196 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982194.xml... 2022-06-28T14:19:42,199 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982194.xml... Done. 2022-06-28T14:19:42,200 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981869.xml 2022-06-28T14:19:42,200 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,200 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,200 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -199104670 created 2022-06-28T14:19:42,236 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:42,236 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - -199104670 setup 2022-06-28T14:19:42,237 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,238 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425982194... 2022-06-28T14:19:42,242 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,246 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:42,249 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982246.xml... 2022-06-28T14:19:42,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982246.xml... Done. 2022-06-28T14:19:42,252 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981901.xml 2022-06-28T14:19:42,252 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,252 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,253 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:42,254 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configurations: (|(objectClass=org.eclipse.kura.wire.WireComponent)(objectClass=org.eclipse.kura.wire.WireEmitter)(objectClass=org.eclipse.kura.wire.WireReceiver)) 2022-06-28T14:19:42,254 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker... 2022-06-28T14:19:42,254 [main] INFO o.e.k.i.w.WireGraphServiceImpl - Closing Wire Component Service tracker...done 2022-06-28T14:19:42,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.wire.TrigonometricFunctions and pid under.test 2022-06-28T14:19:42,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid under.test 2022-06-28T14:19:42,254 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:42,257 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test.... 2022-06-28T14:19:42,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: under.test 2022-06-28T14:19:42,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - under.test....Done 2022-06-28T14:19:42,261 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.wire.TrigonometricFunctions under.test 2022-06-28T14:19:42,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.emitter.pid 2022-06-28T14:19:42,261 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.emitter.pid 2022-06-28T14:19:42,264 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid.... 2022-06-28T14:19:42,267 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.emitter.pid 2022-06-28T14:19:42,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.emitter.pid....Done 2022-06-28T14:19:42,268 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.emitter.pid 2022-06-28T14:19:42,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Creating new configuration for factory pid org.eclipse.kura.util.wire.test.TestEmitterReceiver and pid test.receiver.pid 2022-06-28T14:19:42,268 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating newly created configuration for pid test.receiver.pid 2022-06-28T14:19:42,271 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid.... 2022-06-28T14:19:42,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Seeding updated configuration for pid: test.receiver.pid 2022-06-28T14:19:42,274 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Registering ConfigurableComponent - test.receiver.pid....Done 2022-06-28T14:19:42,274 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Create factory configuration org.eclipse.kura.util.wire.test.TestEmitterReceiver test.receiver.pid 2022-06-28T14:19:42,275 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,276 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425982246... 2022-06-28T14:19:42,279 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,283 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:42,289 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982283.xml... 2022-06-28T14:19:42,293 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982283.xml... Done. 2022-06-28T14:19:42,294 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981950.xml 2022-06-28T14:19:42,294 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,294 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:42,295 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker... 2022-06-28T14:19:42,295 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Opening Wire Component Service tracker...done 2022-06-28T14:19:42,295 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:42,297 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:42,298 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done 2022-06-28T14:19:42,299 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating... 2022-06-28T14:19:42,299 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:42,299 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=45, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425982254-36, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=SIN} 2022-06-28T14:19:42,299 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:42,300 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - activating...done 2022-06-28T14:19:42,301 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:42,301 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:42,302 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between test.emitter.pid/0 and under.test/0... 2022-06-28T14:19:42,305 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:42,343 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating... 2022-06-28T14:19:42,343 [ConfigurationListener Event Queue] INFO o.e.k.u.w.t.TestEmitterReceiver - activating...done 2022-06-28T14:19:42,344 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire between under.test/0 and test.receiver.pid/0... 2022-06-28T14:19:42,347 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425982283... 2022-06-28T14:19:42,348 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Creating wire.....Done 2022-06-28T14:19:42,358 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.TrigonometricFunctions 2022-06-28T14:19:42,361 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent under.test ... Done. 2022-06-28T14:19:42,362 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating... 2022-06-28T14:19:42,363 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updated, properties: {kura.ui.service.hide=true, output.cardinality.minimum=1, component.id=45, emit.received.properties=false, output.cardinality.default=1, component.name=org.eclipse.kura.wire.TrigonometricFunctions, result.name=result, input.cardinality.minimum=1, service.factoryPid=org.eclipse.kura.wire.TrigonometricFunctions, service.pid=org.eclipse.kura.wire.TrigonometricFunctions-1656425982254-36, parameter.name=parameter, emitter.port.count=1, input.cardinality.maximum=1, input.cardinality.default=1, receiver.port.count=1, kura.service.pid=under.test, output.cardinality.maximum=1, trigonometric.function=COS} 2022-06-28T14:19:42,363 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - updating...done 2022-06-28T14:19:42,370 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982362.xml... 2022-06-28T14:19:42,373 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982362.xml... Done. 2022-06-28T14:19:42,374 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981963.xml 2022-06-28T14:19:42,374 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: under.test 2022-06-28T14:19:42,374 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:42,374 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: under.test 2022-06-28T14:19:42,376 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test... 2022-06-28T14:19:42,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:42,377 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid under.test...done 2022-06-28T14:19:42,377 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: under.test 2022-06-28T14:19:42,377 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid under.test 2022-06-28T14:19:42,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid... 2022-06-28T14:19:42,378 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating... 2022-06-28T14:19:42,378 [ConfigurationListener Event Queue] INFO o.e.k.e.w.m.t.TrigonometricComponent - deactivating...done 2022-06-28T14:19:42,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:42,378 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.emitter.pid...done !ENTRY org.eclipse.kura.example.wire.math.trig 2022-06-28T14:19:42,378 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.emitter.pid 4 0 2022-06-28 14:19:42.379 !MESSAGE 2022-06-28T14:19:42,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid... bundle org.eclipse.kura.example.wire.math.trig:1.1.2.202206281416 (54)[org.eclipse.kura.wire.TrigonometricFunctions(45)] : unbind method [unbindWireHelperService] not found 2022-06-28T14:19:42,379 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:42,380 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid test.receiver.pid...done 2022-06-28T14:19:42,380 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: test.receiver.pid 2022-06-28T14:19:42,380 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.emitter.pid 2022-06-28T14:19:42,380 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,381 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Loading init configurations from: 1656425982362... 2022-06-28T14:19:42,388 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Merging configuration for pid: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,391 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Updating Configuration of ConfigurableComponent org.eclipse.kura.wire.graph.WireGraphService ... Done. 2022-06-28T14:19:42,395 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982392.xml... 2022-06-28T14:19:42,397 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Writing snapshot - Saving /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425982392.xml... Done. 2022-06-28T14:19:42,398 [main] INFO o.e.k.c.c.ConfigurationServiceImpl - Snapshots Garbage Collector. Deleted /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/snapshot_1656425981996.xml 2022-06-28T14:19:42,398 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configurations: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,398 [main] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Update configuration: org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,398 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid test.receiver.pid 2022-06-28T14:19:42,399 [main] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - tear down once 2022-06-28T14:19:42,400 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Graph Service Component... 2022-06-28T14:19:42,400 [ConfigurationListener Event Queue] INFO o.e.k.i.w.WireGraphServiceImpl - Updating Wire Service Component...Done Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.237 s - in org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest testSinOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.209 s testArcTanOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.13 s wireComponentExists(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.119 s wireComponentHasDefaultProperties(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.109 s testTanOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.157 s testArcCosOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.115 s testArcSinOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.128 s testCosOperation(org.eclipse.kura.example.wire.math.trig.test.TrigonometricComponentTest) Time elapsed: 0.162 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 2022-06-28T14:19:42,556 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.e.w.m.t.t.TrigonometricComponentTest - 835075760 deactivated 2022-06-28T14:19:42,556 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.wire.graph.WireGraphService 2022-06-28T14:19:42,556 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component... 2022-06-28T14:19:42,556 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.i.w.WireGraphServiceImpl - Deactivating Wire Service Component...Done 2022-06-28T14:19:42,559 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Get component configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:42,559 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService... 2022-06-28T14:19:42,560 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:42,560 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - Deleting factory configuration for component with pid org.eclipse.kura.db.H2DbService...done 2022-06-28T14:19:42,560 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO AuditLogger - {entrypoint=Internal} ConfigurationService - Success - Delete factory configuration: org.eclipse.kura.db.H2DbService 2022-06-28T14:19:42,560 [ConfigurationListener Event Queue] INFO o.e.k.c.c.ConfigurationServiceImpl - Removing component configuration for pid org.eclipse.kura.db.H2DbService 2022-06-28T14:19:42,561 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.c.ConfigurationServiceImpl - deactivate... 2022-06-28T14:19:42,566 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.l.e.u.UnprivilegedExecutorServiceImpl - deactivate... 2022-06-28T14:19:42,571 [Framework stop - Equinox Container: 5a157617-8ea9-4da9-8887-3c1fb32600a2] INFO o.e.k.c.l.e.p.PrivilegedExecutorServiceImpl - deactivate... [INFO] All tests passed! [INFO] [INFO] --- exists-maven-plugin:0.0.3:remote (default) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] setting maven.deploy.skip=false [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test-5.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.1.2/org.eclipse.kura.example.wire.math.trig.test-5.1.2.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.1.2/org.eclipse.kura.example.wire.math.trig.test-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test-5.1.2-sources.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.1.2/org.eclipse.kura.example.wire.math.trig.test-5.1.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/p2content.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.1.2/org.eclipse.kura.example.wire.math.trig.test-5.1.2-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.1.2/org.eclipse.kura.example.wire.math.trig.test-5.1.2-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/examples/test/org.eclipse.kura.example.wire.math.trig.test/target/org.eclipse.kura.example.wire.math.trig.test_5.1.2.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/example/org.eclipse.kura.example.wire.math.trig.test/5.1.2/org.eclipse.kura.example.wire.math.trig.test-5.1.2.dp [INFO] [INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.kura.example.wire.math.trig.test --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] examples 5.1.2 ..................................... SUCCESS [ 6.653 s] [INFO] org.eclipse.kura.demo.heater 1.1.2-SNAPSHOT ........ SUCCESS [ 2.695 s] [INFO] org.eclipse.kura.demo.modbus 2.1.2-SNAPSHOT ........ SUCCESS [ 0.698 s] [INFO] org.eclipse.kura.example.project 1.1.2-SNAPSHOT .... SUCCESS [ 0.398 s] [INFO] org.eclipse.kura.example.publisher 1.1.2-SNAPSHOT .. SUCCESS [ 0.653 s] [INFO] org.eclipse.kura.example.serial.publisher 1.1.2-SNAPSHOT SUCCESS [ 0.633 s] [INFO] org.eclipse.kura.example.gpio 1.1.2-SNAPSHOT ....... SUCCESS [ 0.916 s] [INFO] org.eclipse.kura.example.ble.tisensortag 1.1.2-SNAPSHOT SUCCESS [ 1.208 s] [INFO] org.eclipse.kura.example.ble.tisensortag.dbus 1.1.2-SNAPSHOT SUCCESS [ 1.032 s] [INFO] org.eclipse.kura.example.beacon 1.1.2-SNAPSHOT ..... SUCCESS [ 0.592 s] [INFO] org.eclipse.kura.example.beacon.scanner 1.1.2-SNAPSHOT SUCCESS [ 0.496 s] [INFO] org.eclipse.kura.example.ibeacon.advertiser 1.1.2-SNAPSHOT SUCCESS [ 0.486 s] [INFO] org.eclipse.kura.example.ibeacon.scanner 1.1.2-SNAPSHOT SUCCESS [ 0.487 s] [INFO] org.eclipse.kura.example.eddystone.advertiser 1.1.2-SNAPSHOT SUCCESS [ 0.445 s] [INFO] org.eclipse.kura.example.eddystone.scanner 1.1.2-SNAPSHOT SUCCESS [ 0.459 s] [INFO] org.eclipse.kura.example.camel.quickstart 1.2.2-SNAPSHOT SUCCESS [ 0.497 s] [INFO] org.eclipse.kura.example.camel.publisher 1.1.2-SNAPSHOT SUCCESS [ 0.450 s] [INFO] org.eclipse.kura.example.camel.aggregation 1.2.2-SNAPSHOT SUCCESS [ 0.312 s] [INFO] org.eclipse.kura.raspberrypi.sensehat 1.1.2-SNAPSHOT SUCCESS [ 0.323 s] [INFO] org.eclipse.kura.raspberrypi.sensehat.example 1.1.2-SNAPSHOT SUCCESS [ 0.547 s] [INFO] org.eclipse.kura.example.wire.logic.multiport.provider 1.1.2-SNAPSHOT SUCCESS [ 0.351 s] [INFO] org.eclipse.kura.example.wire.math.multiport.provider 1.1.2-SNAPSHOT SUCCESS [ 0.342 s] [INFO] org.eclipse.kura.example.wire.math.singleport.provider 1.1.2-SNAPSHOT SUCCESS [ 0.465 s] [INFO] org.eclipse.kura.example.wire.math.trig 1.1.2-SNAPSHOT SUCCESS [ 0.324 s] [INFO] org.eclipse.kura.example.driver.sensehat 1.1.2-SNAPSHOT SUCCESS [ 0.500 s] [INFO] org.eclipse.kura.wire.devel.component.provider 1.1.2-SNAPSHOT SUCCESS [ 0.475 s] [INFO] org.eclipse.kura.example.web.extension 1.1.2-SNAPSHOT SUCCESS [ 42.823 s] [INFO] org.eclipse.kura.example.gpio.led 1.1.2-SNAPSHOT ... SUCCESS [ 0.485 s] [INFO] org.eclipse.kura.example.tamper.detection 1.1.2-SNAPSHOT SUCCESS [ 0.495 s] [INFO] test ............................................... SUCCESS [ 3.855 s] [INFO] org.eclipse.kura.example.testutil .................. SUCCESS [ 0.973 s] [INFO] org.eclipse.kura.example.ble.tisensortag.test ...... SUCCESS [ 33.009 s] [INFO] org.eclipse.kura.example.wire.math.singleport.provider.test SUCCESS [ 9.294 s] [INFO] org.eclipse.kura.example.ble.tisensortag.dbus.test . SUCCESS [ 17.867 s] [INFO] org.eclipse.kura.example.wire.logic.multiport.provider.test SUCCESS [ 6.753 s] [INFO] org.eclipse.kura.example.wire.math.trig.test 5.1.2 . SUCCESS [ 6.341 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:48 min [INFO] Finished at: 2022-06-28T14:19:42Z [INFO] ------------------------------------------------------------------------ [kura-5-1-0-release-candidate] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f kura/distrib/pom.xml "-DMAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m" -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository clean install -U -e Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /opt/tools/apache-maven/3.5.4 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 5.1.2 [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 '5.1.2'. The initial value '5.1.2' 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.3.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.broker.artemis.core:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.broker.artemis.simple.mqtt:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.broker.artemis.xml:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.camel:1.4.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.camel.cloud.factory:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.camel.xml:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core:1.1.2:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.system:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.certificates:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.cloud:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.cloud.factory:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.comm:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.configuration:2.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.crypto:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.deployment:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.inventory:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.tamper.detection:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.net:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.deployment.agent:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.gpio:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.clock:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.net:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.position:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.usb:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.emulator.watchdog:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.clock:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.command:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.net:2.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.sysv.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.systemd.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.debian.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.redhat.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.position:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb.armv6hf:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb.x86_64:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.usb.aarch64:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.bluetooth:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ble.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ble.ibeacon.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ble.eddystone.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.watchdog:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.status:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.net.admin:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.protocol.modbus:2.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.asset.provider:2.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.asset.cloudlet.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.asset.helper.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.helper.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.localization:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.localization.resources:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.util:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.h2db.component.provider:2.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.camel:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.component.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.helper.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.opcua.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.s7plc.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.ble.sensortag.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.eddystone.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.ibeacon.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.script.filter.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.driver.gpio.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.linux.gpio:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.moka7:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.rest.provider:1.2.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.rest.asset.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.hook.file.move.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.misc.cloudcat:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.json.marshaller.unmarshaller.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.xml.marshaller.unmarshaller.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.component.conditional.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.component.join.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.http.server.manager:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.cloudconnection.raw.mqtt.provider:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.useradmin.store:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.network.threat.manager:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.core.keystore:1.1.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.log.filesystem.provider:1.0.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.rest.configuration.provider:1.0.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.request.handler.jaxrs:1.0.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.rest.wire.provider:1.0.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.container.orchestration.provider:1.0.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.wire.ai.component.provider:1.0.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.container.provider:1.0.1:jar [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.ai.triton.server:1.0.1:jar [INFO] Copying org.eclipse.kura.api-2.3.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.api.jar [INFO] Copying org.eclipse.kura.broker.artemis.core-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.broker.artemis.core.jar [INFO] Copying org.eclipse.kura.broker.artemis.simple.mqtt-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.broker.artemis.simple.mqtt.jar [INFO] Copying org.eclipse.kura.broker.artemis.xml-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.broker.artemis.xml.jar [INFO] Copying org.eclipse.kura.camel-1.4.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.camel.jar [INFO] Copying org.eclipse.kura.camel.cloud.factory-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.camel.cloud.factory.jar [INFO] Copying org.eclipse.kura.camel.xml-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.camel.xml.jar [INFO] Copying org.eclipse.kura.core-1.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.jar [INFO] Copying org.eclipse.kura.core.system-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.system.jar [INFO] Copying org.eclipse.kura.core.certificates-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.certificates.jar [INFO] Copying org.eclipse.kura.core.cloud-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.cloud.jar [INFO] Copying org.eclipse.kura.core.cloud.factory-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.cloud.factory.jar [INFO] Copying org.eclipse.kura.core.comm-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.comm.jar [INFO] Copying org.eclipse.kura.core.configuration-2.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.configuration.jar [INFO] Copying org.eclipse.kura.core.crypto-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.crypto.jar [INFO] Copying org.eclipse.kura.core.deployment-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.deployment.jar [INFO] Copying org.eclipse.kura.core.inventory-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.inventory.jar [INFO] Copying org.eclipse.kura.core.tamper.detection-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.tamper.detection.jar [INFO] Copying org.eclipse.kura.core.net-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.net.jar [INFO] Copying org.eclipse.kura.deployment.agent-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.deployment.agent.jar [INFO] Copying org.eclipse.kura.emulator-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.jar [INFO] Copying org.eclipse.kura.emulator.gpio-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.gpio.jar [INFO] Copying org.eclipse.kura.emulator.clock-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.clock.jar [INFO] Copying org.eclipse.kura.emulator.net-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.net.jar [INFO] Copying org.eclipse.kura.emulator.position-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.position.jar [INFO] Copying org.eclipse.kura.emulator.usb-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.usb.jar [INFO] Copying org.eclipse.kura.emulator.watchdog-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.emulator.watchdog.jar [INFO] Copying org.eclipse.kura.linux.clock-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.clock.jar [INFO] Copying org.eclipse.kura.linux.command-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.command.jar [INFO] Copying org.eclipse.kura.linux.net-2.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.net.jar [INFO] Copying org.eclipse.kura.linux.sysv.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.sysv.provider.jar [INFO] Copying org.eclipse.kura.linux.systemd.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.systemd.provider.jar [INFO] Copying org.eclipse.kura.linux.debian.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.debian.provider.jar [INFO] Copying org.eclipse.kura.linux.redhat.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.redhat.provider.jar [INFO] Copying org.eclipse.kura.linux.position-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.position.jar [INFO] Copying org.eclipse.kura.linux.usb-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.jar [INFO] Copying org.eclipse.kura.linux.usb.armv6hf-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.armv6hf.jar [INFO] Copying org.eclipse.kura.linux.usb.x86_64-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.x86_64.jar [INFO] Copying org.eclipse.kura.linux.usb.aarch64-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.usb.aarch64.jar [INFO] Copying org.eclipse.kura.linux.bluetooth-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.bluetooth.jar [INFO] Copying org.eclipse.kura.ble.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.ble.provider.jar [INFO] Copying org.eclipse.kura.ble.ibeacon.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.ble.ibeacon.provider.jar [INFO] Copying org.eclipse.kura.ble.eddystone.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.ble.eddystone.provider.jar [INFO] Copying org.eclipse.kura.linux.watchdog-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.watchdog.jar [INFO] Copying org.eclipse.kura.core.status-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.status.jar [INFO] Copying org.eclipse.kura.net.admin-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.net.admin.jar [INFO] Copying org.eclipse.kura.protocol.modbus-2.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.protocol.modbus.jar [INFO] Copying org.eclipse.kura.asset.provider-2.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.asset.provider.jar [INFO] Copying org.eclipse.kura.asset.cloudlet.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.asset.cloudlet.provider.jar [INFO] Copying org.eclipse.kura.asset.helper.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.asset.helper.provider.jar [INFO] Copying org.eclipse.kura.driver.helper.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.helper.provider.jar [INFO] Copying org.eclipse.kura.localization-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.localization.jar [INFO] Copying org.eclipse.kura.localization.resources-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.localization.resources.jar [INFO] Copying org.eclipse.kura.util-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.util.jar [INFO] Copying org.eclipse.kura.wire.h2db.component.provider-2.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.h2db.component.provider.jar [INFO] Copying org.eclipse.kura.wire.camel-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.camel.jar [INFO] Copying org.eclipse.kura.wire.component.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.component.provider.jar [INFO] Copying org.eclipse.kura.wire.helper.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.helper.provider.jar [INFO] Copying org.eclipse.kura.wire.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.provider.jar [INFO] Copying org.eclipse.kura.driver.opcua.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.opcua.provider.jar [INFO] Copying org.eclipse.kura.driver.s7plc.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.s7plc.provider.jar [INFO] Copying org.eclipse.kura.driver.ble.sensortag.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.ble.sensortag.provider.jar [INFO] Copying org.eclipse.kura.driver.eddystone.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.eddystone.provider.jar [INFO] Copying org.eclipse.kura.driver.ibeacon.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.ibeacon.provider.jar [INFO] Copying org.eclipse.kura.wire.script.filter.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.script.filter.provider.jar [INFO] Copying org.eclipse.kura.driver.gpio.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.driver.gpio.provider.jar [INFO] Copying org.eclipse.kura.linux.gpio-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.linux.gpio.jar [INFO] Copying org.moka7-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.moka7.jar [INFO] Copying org.eclipse.kura.rest.provider-1.2.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.rest.provider.jar [INFO] Copying org.eclipse.kura.rest.asset.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.rest.asset.provider.jar [INFO] Copying org.eclipse.kura.hook.file.move.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.hook.file.move.provider.jar [INFO] Copying org.eclipse.kura.misc.cloudcat-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.misc.cloudcat.jar [INFO] Copying org.eclipse.kura.json.marshaller.unmarshaller.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider.jar [INFO] Copying org.eclipse.kura.xml.marshaller.unmarshaller.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider.jar [INFO] Copying org.eclipse.kura.wire.component.conditional.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.component.conditional.provider.jar [INFO] Copying org.eclipse.kura.wire.component.join.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.component.join.provider.jar [INFO] Copying org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider.jar [INFO] Copying org.eclipse.kura.http.server.manager-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.http.server.manager.jar [INFO] Copying org.eclipse.kura.cloudconnection.raw.mqtt.provider-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider.jar [INFO] Copying org.eclipse.kura.useradmin.store-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.useradmin.store.jar [INFO] Copying org.eclipse.kura.network.threat.manager-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.network.threat.manager.jar [INFO] Copying org.eclipse.kura.core.keystore-1.1.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.core.keystore.jar [INFO] Copying org.eclipse.kura.log.filesystem.provider-1.0.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.log.filesystem.provider.jar [INFO] Copying org.eclipse.kura.rest.configuration.provider-1.0.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.rest.configuration.provider.jar [INFO] Copying org.eclipse.kura.request.handler.jaxrs-1.0.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.request.handler.jaxrs.jar [INFO] Copying org.eclipse.kura.rest.wire.provider-1.0.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.rest.wire.provider.jar [INFO] Copying org.eclipse.kura.container.orchestration.provider-1.0.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.container.orchestration.provider.jar [INFO] Copying org.eclipse.kura.wire.ai.component.provider-1.0.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.wire.ai.component.provider.jar [INFO] Copying org.eclipse.kura.container.provider-1.0.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.container.provider.jar [INFO] Copying org.eclipse.kura.ai.triton.server-1.0.1.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.ai.triton.server.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (get-web2-bundle) @ distrib --- [INFO] Configured Artifact: org.eclipse.kura:org.eclipse.kura.web2:2.1.2:jar [INFO] Copying org.eclipse.kura.web2-2.1.2.jar to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/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-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins/org.eclipse.kura.protocol.can.jar to copy. [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/plugins [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (raspberry-pi-ubuntu-20-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_5.1.2_raspberry-pi-ubuntu-20... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20 [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20 osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini threat-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini emulator-gpio-config: emulator-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux-sysv-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux-debian-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux-redhat-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini ai-wire-config: nvidia-triton-server-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/src/main/resources/raspberry-pi-ubuntu-20/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20 [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip threat-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip gpio-jar: emulator-gpio-jar: emulator-jars: linux-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip linux-sysv-jars: linux-jars: linux-debian-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20.zip nvidia-jetson-nano-jars: [echo] Building Kura Distribution for raspberry-pi-ubuntu-20-jars... [echo] Creating Installer for raspberry-pi-ubuntu-20 /opt/eclipse [exec] kura_5.1.2_raspberry-pi-ubuntu-20.zip [echo] Gathering version information for the bundles/files in raspberry-pi-ubuntu-20 [exec] Archive: kura_5.1.2_raspberry-pi-ubuntu-20.zip [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/ [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.systemd.provider_1.1.1.jar [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/bin/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/console/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/console/skin/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/framework/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/log4j/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/user/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/user/security/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/user/snapshots/ [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/framework/config.ini [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/framework/kura.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/dhcpd-eth0.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/dhcpd-wlan0.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/firewall.init [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/firewall.service [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/hostapd.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/ifdown-local [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/ifup-local [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/iptables.init [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/kura.service [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/named.ca [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/named.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/network.interfaces [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/notice.html [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/bcpkix_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/bcprov_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.codeminders.hidapi.aarch64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.codeminders.hidapi.armv6hf_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.codeminders.hidapi.x86_64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.codeminders.hidapi_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.gwt.user_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/jdk.dio.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/jdk.dio.armv6hf_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/jdk.dio.x86_64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/jdk.dio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.activemq.artemis_2.7.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.api_2.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.asset.cloudlet.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.asset.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.asset.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.ble.eddystone.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.ble.ibeacon.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.ble.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.xml_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.camel.cloud.factory_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.camel.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.camel.xml_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.camel_1.4.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.container.orchestration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.container.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.certificates_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.cloud.factory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.cloud_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.comm_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.configuration_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.crypto_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.deployment_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.inventory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.keystore_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.net_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.status_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.system_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core.tamper.detection_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.core_1.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.deployment.agent_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.driver.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.hook.file.move.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.http.server.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.jetty.customizer_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.bluetooth_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.clock_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.command_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.debian.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.gpio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.net_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.position_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.usb.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.usb_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.linux.watchdog_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.localization.resources_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.localization_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.log.filesystem.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.misc.cloudcat_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.net.admin_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.network.threat.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.request.handler.jaxrs_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.rest.asset.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.rest.configuration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.rest.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.rest.wire.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.useradmin.store_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.util_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.web2_2.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.camel_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.component.conditional.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.component.join.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.component.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.h2db.component.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.wire.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.soda.dk.comm.aarch64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.soda.dk.comm.armv6hf_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.soda.dk.comm.x86_64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.eclipse.soda.dk.comm_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/org.usb4java_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/plugins/usb4java-javax_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20/user/snapshots/snapshot_0.xml [echo] Diff version information with raspberry-pi-ubuntu-20 version 4.1.1 [exec] src/main/sh/diff_build_versions.sh: line 49: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20.catalog: No such file or directory [echo] Creating Upgrader for raspberry-pi-ubuntu-20 [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] [exec] zip error: Nothing to do! (kura_5.1.2_raspberry-pi-ubuntu-20_upgrade.zip) [exec] kura_5.1.2_raspberry-pi-ubuntu-20_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.1.2_raspberry-pi-ubuntu-20.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (raspberry-pi-ubuntu-20-nn) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_5.1.2_raspberry-pi-ubuntu-20-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini threat-management-config: keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini emulator-gpio-config: emulator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini linux-config: linux-sysv-config: linux-config: linux-debian-config: linux-config: linux-redhat-config: linux-config: linux-systemd-config: ai-wire-config: nvidia-triton-server-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/src/main/resources/raspberry-pi-ubuntu-20-nn/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip threat-management-jar: keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip gpio-jar: emulator-gpio-jar: emulator-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip linux-jars: linux-sysv-jars: linux-jars: linux-debian-jars: linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: nvidia-jetson-nano-jars: [echo] Building Kura Distribution for raspberry-pi-ubuntu-20-nn-jars... [echo] Creating Installer for raspberry-pi-ubuntu-20-nn /opt/eclipse [exec] kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip [echo] Gathering version information for the bundles/files in raspberry-pi-ubuntu-20-nn [exec] Archive: kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/ [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.emulator_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.emulator.net_1.1.1.jar [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/bin/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/console/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/console/skin/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/framework/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/log4j/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/user/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/user/security/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/framework/config.ini [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/ifup-local [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/kura.service [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/named.ca [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/named.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/notice.html [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/bcpkix_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/bcprov_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.codeminders.hidapi.aarch64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.codeminders.hidapi.armv6hf_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.codeminders.hidapi.x86_64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.codeminders.hidapi_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.gwt.user_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/jdk.dio.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/jdk.dio.armv6hf_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/jdk.dio.x86_64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/jdk.dio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.activemq.artemis_2.7.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.api_2.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.asset.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.asset.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.ble.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.camel.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.camel.xml_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.camel_1.4.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.container.orchestration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.container.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.certificates_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.cloud.factory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.cloud_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.comm_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.configuration_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.crypto_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.deployment_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.inventory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.keystore_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.net_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.status_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.system_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core.tamper.detection_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.core_1.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.deployment.agent_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.driver.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.http.server.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.jetty.customizer_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.bluetooth_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.clock_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.command_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.gpio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.position_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.usb.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.usb_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.linux.watchdog_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.localization.resources_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.localization_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.log.filesystem.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.misc.cloudcat_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.request.handler.jaxrs_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.rest.asset.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.rest.configuration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.rest.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.rest.wire.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.useradmin.store_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.util_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.web2_2.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.camel_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.wire.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/org.usb4java_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/plugins/usb4java-javax_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-ubuntu-20-nn/user/snapshots/snapshot_0.xml [echo] Diff version information with raspberry-pi-ubuntu-20-nn version 4.1.1 [exec] src/main/sh/diff_build_versions.sh: line 49: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-ubuntu-20-nn.catalog: No such file or directory [echo] Creating Upgrader for raspberry-pi-ubuntu-20-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] [exec] zip error: Nothing to do! (kura_5.1.2_raspberry-pi-ubuntu-20-nn_upgrade.zip) [exec] kura_5.1.2_raspberry-pi-ubuntu-20-nn_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.1.2_raspberry-pi-ubuntu-20-nn.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (raspberry-pi-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_5.1.2_raspberry-pi... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini threat-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini emulator-gpio-config: emulator-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux-sysv-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux-debian-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux-redhat-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini ai-wire-config: nvidia-triton-server-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/src/main/resources/raspberry-pi/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip threat-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip gpio-jar: emulator-gpio-jar: emulator-jars: linux-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip linux-sysv-jars: linux-jars: linux-debian-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi.zip nvidia-jetson-nano-jars: [echo] Building Kura Distribution for raspberry-pi-jars... [echo] Creating Installer for raspberry-pi /opt/eclipse [exec] kura_5.1.2_raspberry-pi.zip [echo] Gathering version information for the bundles/files in raspberry-pi [exec] Archive: kura_5.1.2_raspberry-pi.zip [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/ [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.systemd.provider_1.1.1.jar [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/bin/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/console/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/console/skin/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/framework/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/install/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/log4j/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/user/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/user/security/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi/user/snapshots/ [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/framework/config.ini [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/framework/kura.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/dhcpd-eth0.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/dhcpd-wlan0.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/firewall.init [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/firewall.service [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/hostapd.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/ifdown-local [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/ifup-local [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/iptables.init [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/kura.service [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/named.ca [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/named.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/network.interfaces [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/notice.html [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/bcpkix_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/bcprov_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.codeminders.hidapi.aarch64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.codeminders.hidapi.armv6hf_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.codeminders.hidapi.x86_64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.codeminders.hidapi_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.gwt.user_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/jdk.dio.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/jdk.dio.armv6hf_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/jdk.dio.x86_64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/jdk.dio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.activemq.artemis_2.7.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.api_2.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.asset.cloudlet.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.asset.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.asset.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.ble.eddystone.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.ble.ibeacon.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.ble.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.broker.artemis.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.broker.artemis.xml_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.camel.cloud.factory_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.camel.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.camel.xml_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.camel_1.4.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.container.orchestration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.container.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.certificates_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.cloud.factory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.cloud_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.comm_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.configuration_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.crypto_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.deployment_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.inventory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.keystore_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.net_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.status_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.system_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core.tamper.detection_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.core_1.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.deployment.agent_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.driver.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.hook.file.move.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.http.server.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.jetty.customizer_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.bluetooth_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.clock_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.command_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.debian.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.gpio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.net_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.position_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.usb.armv6hf_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.usb_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.linux.watchdog_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.localization.resources_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.localization_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.log.filesystem.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.misc.cloudcat_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.net.admin_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.network.threat.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.request.handler.jaxrs_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.rest.asset.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.rest.configuration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.rest.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.rest.wire.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.useradmin.store_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.util_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.web2_2.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.wire.camel_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.wire.component.conditional.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.wire.component.join.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.wire.component.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.wire.h2db.component.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.wire.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.wire.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.soda.dk.comm.aarch64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.soda.dk.comm.armv6hf_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.soda.dk.comm.x86_64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.eclipse.soda.dk.comm_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/org.usb4java_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/plugins/usb4java-javax_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi/user/snapshots/snapshot_0.xml [echo] Diff version information with raspberry-pi version 4.1.1 [exec] src/main/sh/diff_build_versions.sh: line 49: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi.catalog: No such file or directory [echo] Creating Upgrader for raspberry-pi [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] [exec] zip error: Nothing to do! (kura_5.1.2_raspberry-pi_upgrade.zip) [exec] kura_5.1.2_raspberry-pi_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.1.2_raspberry-pi.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (raspberry-pi-nn-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_5.1.2_raspberry-pi-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini threat-management-config: keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini emulator-gpio-config: emulator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini linux-config: linux-sysv-config: linux-config: linux-debian-config: linux-config: linux-redhat-config: linux-config: linux-systemd-config: ai-wire-config: nvidia-triton-server-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/src/main/resources/raspberry-pi-nn/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip threat-management-jar: keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip gpio-jar: emulator-gpio-jar: emulator-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn.zip linux-jars: linux-sysv-jars: linux-jars: linux-debian-jars: linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: nvidia-jetson-nano-jars: [echo] Building Kura Distribution for raspberry-pi-nn-jars... [echo] Creating Installer for raspberry-pi-nn /opt/eclipse [exec] kura_5.1.2_raspberry-pi-nn.zip [echo] Gathering version information for the bundles/files in raspberry-pi-nn [exec] Archive: kura_5.1.2_raspberry-pi-nn.zip [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/ [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.emulator_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.emulator.net_1.1.1.jar [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/bin/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/console/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/console/skin/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/framework/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/log4j/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/user/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/user/security/ [exec] creating: tmp_versions/kura_5.1.2_raspberry-pi-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/framework/config.ini [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/ifup-local [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/kura.service [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/named.ca [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/named.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/notice.html [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/bcpkix_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/bcprov_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.codeminders.hidapi.aarch64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.codeminders.hidapi.armv6hf_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.codeminders.hidapi.x86_64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.codeminders.hidapi_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.gwt.user_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/jdk.dio.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/jdk.dio.armv6hf_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/jdk.dio.x86_64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/jdk.dio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.activemq.artemis_2.7.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.api_2.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.asset.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.asset.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.ble.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.broker.artemis.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.camel.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.camel.xml_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.camel_1.4.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.container.orchestration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.container.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.certificates_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.cloud.factory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.cloud_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.comm_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.configuration_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.crypto_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.deployment_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.inventory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.keystore_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.net_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.status_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.system_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core.tamper.detection_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.core_1.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.deployment.agent_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.driver.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.http.server.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.jetty.customizer_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.bluetooth_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.clock_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.command_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.gpio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.position_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.usb.armv6hf_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.usb_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.linux.watchdog_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.localization.resources_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.localization_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.log.filesystem.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.misc.cloudcat_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.request.handler.jaxrs_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.rest.asset.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.rest.configuration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.rest.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.rest.wire.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.useradmin.store_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.util_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.web2_2.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.camel_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.component.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.wire.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.eclipse.soda.dk.comm_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/org.usb4java_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/plugins/usb4java-javax_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.1.2_raspberry-pi-nn/user/snapshots/snapshot_0.xml [echo] Diff version information with raspberry-pi-nn version 4.1.1 [exec] src/main/sh/diff_build_versions.sh: line 49: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_raspberry-pi-nn.catalog: No such file or directory [echo] Creating Upgrader for raspberry-pi-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] [exec] zip error: Nothing to do! (kura_5.1.2_raspberry-pi-nn_upgrade.zip) [exec] kura_5.1.2_raspberry-pi-nn_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.1.2_raspberry-pi-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_5.1.2_intel-up2-ubuntu-20... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20 [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20 osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini threat-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini emulator-gpio-config: emulator-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux-sysv-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux-debian-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux-redhat-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini ai-wire-config: nvidia-triton-server-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/src/main/resources/intel-up2-ubuntu-20/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20 [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip threat-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip gpio-jar: emulator-gpio-jar: emulator-jars: linux-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip linux-sysv-jars: linux-jars: linux-debian-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20.zip nvidia-jetson-nano-jars: [echo] Building Kura Distribution for intel-up2-ubuntu-20-jars... [echo] Creating Installer for intel-up2-ubuntu-20 /opt/eclipse [exec] kura_5.1.2_intel-up2-ubuntu-20.zip [echo] Gathering version information for the bundles/files in intel-up2-ubuntu-20 [exec] Archive: kura_5.1.2_intel-up2-ubuntu-20.zip [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/ [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.systemd.provider_1.1.1.jar [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/bin/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/console/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/console/skin/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/framework/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/log4j/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/user/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/user/security/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/user/snapshots/ [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/framework/config.ini [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/framework/kura.properties [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/dhcpd-enp2s0.conf [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/dhcpd-wlp4s0.conf [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/firewall.init [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/firewall.service [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/hostapd.conf [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/ifdown-local [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/ifup-local [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/iptables.init [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/kura.service [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/named.ca [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/named.conf [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/network.interfaces [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/notice.html [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/bcpkix_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/bcprov_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.codeminders.hidapi.aarch64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.codeminders.hidapi.armv6hf_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.codeminders.hidapi.x86_64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.codeminders.hidapi_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.gwt.user_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/jdk.dio.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/jdk.dio.armv6hf_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/jdk.dio.x86_64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/jdk.dio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.activemq.artemis_2.7.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.api_2.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.asset.cloudlet.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.asset.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.asset.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.ble.eddystone.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.ble.ibeacon.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.ble.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.broker.artemis.xml_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.camel.cloud.factory_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.camel.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.camel.xml_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.camel_1.4.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.container.orchestration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.container.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.certificates_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.cloud.factory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.cloud_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.comm_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.configuration_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.crypto_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.deployment_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.inventory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.keystore_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.net_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.status_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.system_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core.tamper.detection_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.core_1.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.deployment.agent_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.driver.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.hook.file.move.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.http.server.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.jetty.customizer_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.bluetooth_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.clock_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.command_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.debian.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.gpio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.net_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.position_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.usb.x86_64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.usb_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.linux.watchdog_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.localization.resources_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.localization_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.log.filesystem.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.misc.cloudcat_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.net.admin_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.network.threat.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.request.handler.jaxrs_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.rest.asset.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.rest.configuration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.rest.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.rest.wire.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.useradmin.store_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.util_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.web2_2.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.camel_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.component.conditional.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.component.join.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.component.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.h2db.component.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.wire.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.soda.dk.comm.aarch64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.soda.dk.comm.armv6hf_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.soda.dk.comm.x86_64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.eclipse.soda.dk.comm_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/org.usb4java_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/plugins/usb4java-javax_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20/user/snapshots/snapshot_0.xml [echo] Diff version information with intel-up2-ubuntu-20 version 4.1.1 [exec] src/main/sh/diff_build_versions.sh: line 49: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20.catalog: No such file or directory [echo] Creating Upgrader for intel-up2-ubuntu-20 [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] [exec] zip error: Nothing to do! (kura_5.1.2_intel-up2-ubuntu-20_upgrade.zip) [exec] kura_5.1.2_intel-up2-ubuntu-20_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.1.2_intel-up2-ubuntu-20.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (intel-up2-ubuntu-nn-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_5.1.2_intel-up2-ubuntu-20-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini threat-management-config: keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini emulator-gpio-config: emulator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini linux-config: linux-sysv-config: linux-config: linux-debian-config: linux-config: linux-redhat-config: linux-config: linux-systemd-config: ai-wire-config: nvidia-triton-server-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/src/main/resources/intel-up2-ubuntu-20-nn/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip threat-management-jar: keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip gpio-jar: emulator-gpio-jar: emulator-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn.zip linux-jars: linux-sysv-jars: linux-jars: linux-debian-jars: linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: nvidia-jetson-nano-jars: [echo] Building Kura Distribution for intel-up2-ubuntu-20-nn-jars... [echo] Creating Installer for intel-up2-ubuntu-20-nn /opt/eclipse [exec] kura_5.1.2_intel-up2-ubuntu-20-nn.zip [echo] Gathering version information for the bundles/files in intel-up2-ubuntu-20-nn [exec] Archive: kura_5.1.2_intel-up2-ubuntu-20-nn.zip [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/ [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.emulator_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.emulator.net_1.1.1.jar [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/bin/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/console/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/console/skin/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/framework/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/log4j/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/user/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/user/security/ [exec] creating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/framework/config.ini [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/ifup-local [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/kura.service [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/named.ca [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/named.conf [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/notice.html [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/bcpkix_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/bcprov_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.codeminders.hidapi.aarch64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.codeminders.hidapi.armv6hf_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.codeminders.hidapi.x86_64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.codeminders.hidapi_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.gwt.user_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/jdk.dio.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/jdk.dio.armv6hf_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/jdk.dio.x86_64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/jdk.dio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.activemq.artemis_2.7.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.api_2.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.asset.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.asset.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.ble.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.camel.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.camel.xml_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.camel_1.4.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.container.orchestration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.container.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.certificates_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.cloud.factory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.cloud_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.comm_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.configuration_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.crypto_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.deployment_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.inventory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.keystore_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.net_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.status_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.system_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core.tamper.detection_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.core_1.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.deployment.agent_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.driver.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.http.server.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.jetty.customizer_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.bluetooth_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.clock_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.command_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.gpio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.position_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.usb.x86_64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.usb_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.linux.watchdog_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.localization.resources_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.localization_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.log.filesystem.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.misc.cloudcat_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.request.handler.jaxrs_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.rest.asset.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.rest.configuration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.rest.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.rest.wire.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.useradmin.store_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.util_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.web2_2.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.camel_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.component.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.wire.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.eclipse.soda.dk.comm_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/org.usb4java_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/plugins/usb4java-javax_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.1.2_intel-up2-ubuntu-20-nn/user/snapshots/snapshot_0.xml [echo] Diff version information with intel-up2-ubuntu-20-nn version 4.1.1 [exec] src/main/sh/diff_build_versions.sh: line 49: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_intel-up2-ubuntu-20-nn.catalog: No such file or directory [echo] Creating Upgrader for intel-up2-ubuntu-20-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] [exec] zip error: Nothing to do! (kura_5.1.2_intel-up2-ubuntu-20-nn_upgrade.zip) [exec] kura_5.1.2_intel-up2-ubuntu-20-nn_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.1.2_intel-up2-ubuntu-20-nn.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (nvidia-jetson-nano-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_5.1.2_nvidia-jetson-nano... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini threat-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini emulator-gpio-config: emulator-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux-sysv-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux-debian-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux-redhat-config: linux-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini linux-systemd-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini ai-wire-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini nvidia-triton-server-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/src/main/resources/nvidia-jetson-nano/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip threat-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip gpio-jar: emulator-gpio-jar: emulator-jars: linux-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip linux-sysv-jars: linux-jars: linux-debian-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip nvidia-jetson-nano-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano.zip [echo] Building Kura Distribution for nvidia-jetson-nano-jars... [echo] Creating Installer for nvidia-jetson-nano /opt/eclipse [exec] kura_5.1.2_nvidia-jetson-nano.zip [echo] Gathering version information for the bundles/files in nvidia-jetson-nano [exec] Archive: kura_5.1.2_nvidia-jetson-nano.zip [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/ [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.ai.component.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.ai.triton.server_1.0.1.jar [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/bin/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/console/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/console/skin/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/framework/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/log4j/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/user/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/user/security/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/user/snapshots/ [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/framework/config.ini [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/framework/kura.properties [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/dhcpd-eth0.conf [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/firewall.init [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/firewall.service [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/ifdown-local [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/ifup-local [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/iptables.init [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/kura.service [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/named.ca [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/named.conf [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/network.interfaces [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/notice.html [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/bcpkix_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/bcprov_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.codeminders.hidapi.aarch64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.codeminders.hidapi.armv6hf_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.codeminders.hidapi.x86_64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.codeminders.hidapi_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.gwt.user_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/jdk.dio.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/jdk.dio.armv6hf_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/jdk.dio.x86_64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/jdk.dio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.activemq.artemis_2.7.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.api_2.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.asset.cloudlet.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.asset.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.asset.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.ble.eddystone.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.ble.ibeacon.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.ble.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.broker.artemis.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.broker.artemis.xml_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.camel.cloud.factory_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.camel.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.camel.xml_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.camel_1.4.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.container.orchestration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.container.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.certificates_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.cloud.factory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.cloud_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.comm_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.configuration_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.crypto_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.deployment_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.inventory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.keystore_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.net_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.status_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.system_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core.tamper.detection_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.core_1.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.deployment.agent_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.driver.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.hook.file.move.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.http.server.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.jetty.customizer_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.bluetooth_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.clock_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.command_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.debian.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.gpio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.net_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.position_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.systemd.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.usb.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.usb_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.linux.watchdog_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.localization.resources_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.localization_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.log.filesystem.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.misc.cloudcat_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.net.admin_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.network.threat.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.request.handler.jaxrs_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.rest.asset.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.rest.configuration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.rest.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.rest.wire.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.useradmin.store_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.util_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.web2_2.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.camel_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.component.conditional.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.component.join.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.component.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.h2db.component.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.wire.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.soda.dk.comm.aarch64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.soda.dk.comm.armv6hf_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.soda.dk.comm.x86_64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.eclipse.soda.dk.comm_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/org.usb4java_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/plugins/usb4java-javax_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano/user/snapshots/snapshot_0.xml [echo] Diff version information with nvidia-jetson-nano version 4.1.1 [exec] src/main/sh/diff_build_versions.sh: line 49: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano.catalog: No such file or directory [echo] Creating Upgrader for nvidia-jetson-nano [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] [exec] zip error: Nothing to do! (kura_5.1.2_nvidia-jetson-nano_upgrade.zip) [exec] kura_5.1.2_nvidia-jetson-nano_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.1.2_nvidia-jetson-nano.removed [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.7:run (nvidia-jetson-nano-nn-jars) @ distrib --- [INFO] Executing tasks main: dist-linux: [echo] Building Kura Distribution for kura_5.1.2_nvidia-jetson-nano-nn... [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/kura.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn osgi-base-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini api-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.system-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.certificates-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.cloud-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini cloud.mqtt.eclipseiot-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini cloud.mqtt.raw-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.comm-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.configuration-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.crypto-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.deployment-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.inventory-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.tamper-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.net-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini core.status-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini deployment.agent-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini linux.clock-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini linux.command-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini linux.position-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini linux.usb-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini linux.bluetooth-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini linux.watchdog-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini camel-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini rest-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini asset-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini artemis-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini deployment-hooks-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini marshallers-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini wires-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini misc-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini threat-management-config: keystore-management-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini filesystem-logprovider-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini container-orchestrator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini web2-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini gpio-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini emulator-gpio-config: emulator-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini linux-config: linux-sysv-config: linux-config: linux-debian-config: linux-config: linux-redhat-config: linux-config: linux-systemd-config: ai-wire-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini nvidia-triton-server-config: [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini [propertyfile] Updating property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/config.ini [propertyfile] Creating new property file: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn/dpa.properties set-http-port: [copy] Warning: Could not find file /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/src/main/resources/nvidia-jetson-nano-nn/selinuxKura.pp to copy. [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip camel-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip rest-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip asset-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip artemis-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip marshallers-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip deployment-hooks-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip wires-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip misc-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip threat-management-jar: keystore-management-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip filesystem-logprovider-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip container-orchestrator-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip web2-jar: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip gpio-jar: emulator-gpio-jar: emulator-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip linux-jars: linux-sysv-jars: linux-jars: linux-debian-jars: linux-jars: linux-redhat-jars: linux-jars: linux-systemd-jars: nvidia-jetson-nano-jars: [zip] Updating zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn.zip [echo] Building Kura Distribution for nvidia-jetson-nano-nn-jars... [echo] Creating Installer for nvidia-jetson-nano-nn /opt/eclipse [exec] kura_5.1.2_nvidia-jetson-nano-nn.zip [echo] Gathering version information for the bundles/files in nvidia-jetson-nano-nn [exec] Archive: kura_5.1.2_nvidia-jetson-nano-nn.zip [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/ [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.ai.component.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.ai.triton.server_1.0.1.jar [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/bin/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/console/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/console/skin/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/framework/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/log4j/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/user/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/user/security/ [exec] creating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/user/snapshots/ [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/bin/start_kura.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/bin/start_kura_background.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/bin/start_kura_debug.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/console/skin/favicon-16x16.png [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/console/skin/favicon-32x32.png [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/console/skin/favicon-96x96.png [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/console/skin/favicon.ico [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/framework/RELEASE_NOTES.txt [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/framework/config.ini [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/framework/jdk.dio.policy [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/framework/jdk.dio.properties [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/framework/kura.properties [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/ifdown-local [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/ifup-local [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/ifup-local.debian [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/ifup-local.raspbian [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/kura-tmpfiles.conf [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/kura.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/kura.init.yocto [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/kura.logrotate [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/kura.service [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/kura_install.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/manage_kura_users.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/monit.init.raspbian [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/monitrc.raspbian [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/named.ca [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/named.conf [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/named.rfc1912.zones [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/patch_sysctl.sh [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/sysctl.kura.conf [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/install/usr.sbin.named [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/log4j/log4j.xml [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/notice.html [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/bcpkix_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/bcprov_1.65.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/bluez-dbus-osgi_0.1.4.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.codeminders.hidapi.aarch64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.codeminders.hidapi.armv6hf_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.codeminders.hidapi.x86_64_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.codeminders.hidapi_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.eclipsesource.jaxrs.jersey-min_2.22.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.eclipsesource.jaxrs.provider.gson_2.3.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.eclipsesource.jaxrs.provider.multipart_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.eclipsesource.jaxrs.provider.security_2.2.0.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.eclipsesource.jaxrs.publisher_5.3.1.201602281253.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.eurotech.gpsd4java_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.google.gson_2.7.0.v20170129-0911.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.google.guava_25.0.0.jre.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.google.protobuf_3.19.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.gwt.user_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.h2database_2.1.214.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/com.sun.xml.bind.jaxb-osgi_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.buffer_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.codec-http_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.codec-mqtt_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.codec_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.handler_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.resolver_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.transport-native-epoll_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.transport-native-kqueue_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.transport-native-unix-common_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/io.netty.transport_4.1.68.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/jakarta.activation-api_1.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/jakarta.xml.bind-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/jakarta.xml.soap-api_1.4.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/jakarta.xml.ws-api_2.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/javax.el_2.2.0.v201303151357.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/javax.servlet_3.1.0.v201410161800.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/jcl.over.slf4j_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/jdk.dio.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/jdk.dio.armv6hf_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/jdk.dio.x86_64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/jdk.dio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/minimal-json_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.activemq.artemis-mqtt-protocol_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.activemq.artemis-native_2.6.4.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.activemq.artemis_2.7.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-amqp_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-core-osgi_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-core_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-jms_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-script_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.camel.camel-stream_2.25.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.beanutils_1.9.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.collections_3.2.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.commons-io_2.11.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.commons-net_3.8.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.csv_1.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.exec_1.3.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.fileupload_1.3.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.commons.lang3_3.4.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.dependencymanager_3.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.deploymentadmin_0.9.5.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.scr_2.1.16.v20200110-1820.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.felix.useradmin_1.0.4.k1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.geronimo.specs.geronimo-jms_2.0_spec_1.0.0.alpha-2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.geronimo.specs.geronimo-json_1.0_spec_1.0.0.alpha-1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.geronimo.specs.geronimo-jta_1.1_spec_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.log4j2-api-config_1.0.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.logging.log4j.api_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.logging.log4j.core_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.logging.log4j.slf4j-impl_2.17.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.qpid.jms.client_0.45.0.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.qpid.proton-j_0.33.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-beans_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-context_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-core_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-expression_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-jms_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.apache.servicemix.bundles.spring-tx_4.3.20.RELEASE_1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.core.expressions_3.7.0.v20200720-1126.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.core.jobs_3.10.800.v20200421-0950.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.core.runtime_3.19.0.v20200724-1004.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.core.variables_3.4.800.v20200120-1101.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.app_1.5.0.v20200717-0620.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.cm_1.4.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.common_3.13.0.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.console.jaas.fragment_1.0.300.v20200111-0718.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.console_1.4.200.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.coordinator_1.3.800.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.device_1.1.0.v20200810-0747.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.event_1.5.500.v20200616-0800.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.io_1.1.100.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.log.stream_1.0.300.v20200828-1034.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.metatype_1.5.300.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.region_1.5.0.v20200807-1629.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.supplement_1.10.0.v20200612-0806.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.transforms.xslt_1.1.100.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.useradmin_1.2.0.v20200807-1148.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.util_1.1.300.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.weaving.caching.j9_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.weaving.caching_1.1.400.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.equinox.wireadmin_1.0.800.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.continuation_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.http_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.io_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.security_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.server_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.servlet_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.util.ajax_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.jetty.util_9.4.44.v20210927.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.api_2.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.asset.cloudlet.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.asset.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.asset.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.ble.eddystone.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.ble.ibeacon.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.ble.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.broker.artemis.core_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.broker.artemis.simple.mqtt_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.broker.artemis.xml_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.camel.cloud.factory_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.camel.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.camel.xml_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.camel_1.4.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.cloudconnection.raw.mqtt.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.container.orchestration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.container.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.certificates_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.cloud.factory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.cloud_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.comm_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.configuration_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.crypto_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.deployment_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.inventory_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.keystore_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.net_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.status_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.system_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core.tamper.detection_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.core_1.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.deployment.agent_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.driver.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.emulator.net_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.emulator_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.hook.file.move.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.http.server.manager_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.jetty.customizer_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.json.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.bluetooth_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.clock_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.command_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.gpio_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.position_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.usb.aarch64_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.usb_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.linux.watchdog_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.localization.resources_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.localization_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.log.filesystem.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.misc.cloudcat_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.request.handler.jaxrs_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.rest.asset.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.rest.configuration.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.rest.provider_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.rest.wire.provider_1.0.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.sun.misc_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.useradmin.store_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.util_1.2.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.web2_2.1.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.camel_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.component.conditional.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.component.join.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.component.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.h2db.component.provider_2.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.helper.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.wire.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.kura.xml.marshaller.unmarshaller.provider_1.1.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.osgi.services_3.9.0.v20200511-1725.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.osgi.util_3.5.300.v20190708-1141.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.osgi_3.16.0.v20200828-0759.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.soda.dk.comm.aarch64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.soda.dk.comm.armv6hf_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.soda.dk.comm.x86_64_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.eclipse.soda.dk.comm_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.hamcrest.core_1.3.0.v201303031735.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.jboss.logging.jboss-logging_3.3.2.Final.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.knowhowlab.osgi.monitoradmin_1.0.2.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.tigris.mtoolkit.iagent.rpc_3.0.0.20110411-0918.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/org.usb4java_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/osgi.annotation_6.0.1.201503162037.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/slf4j.api_1.7.32.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/plugins/usb4java-javax_1.3.1.jar [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/user/kura_custom.properties [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/user/security/cacerts.ks [exec] inflating: tmp_versions/kura_5.1.2_nvidia-jetson-nano-nn/user/snapshots/snapshot_0.xml [echo] Diff version information with nvidia-jetson-nano-nn version 4.1.1 [exec] src/main/sh/diff_build_versions.sh: line 49: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [exec] grep: RELEASE_INFO/4.1.1/kura_4.1.1_nvidia-jetson-nano-nn.catalog: No such file or directory [echo] Creating Upgrader for nvidia-jetson-nano-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] [exec] zip error: Nothing to do! (kura_5.1.2_nvidia-jetson-nano-nn_upgrade.zip) [exec] kura_5.1.2_nvidia-jetson-nano-nn_upgrade.zip [exec] upgrade_kura_4.1.1_to_5.1.2_nvidia-jetson-nano-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-candidates/kura-5-1-0-release-candidate/kura/distrib/target [copy] Copying 303 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/common/source [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/kura-equinox_3.16.0.target [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/artifacts.xml [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/content.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/plugins [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/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.1.1:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.opcua:1.1.1:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.s7plc:1.1.1:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.sensortag:1.1.1:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.eddystone:1.1.1:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.ibeacon:1.1.1:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.wire.script.filter:1.1.1:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.gpio:1.1.1:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.driver.ble.xdk:1.1.1:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.wire.ai.component.provider:1.0.1:dp [INFO] Configured Artifact: org.eclipse.kura.feature:org.eclipse.kura.ai.triton.server:1.0.1:dp [INFO] Copying org.eclipse.kura.protocol.modbus-2.1.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.protocol.modbus-2.1.1.dp [INFO] Copying org.eclipse.kura.driver.opcua-1.1.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.opcua-1.1.1.dp [INFO] Copying org.eclipse.kura.driver.s7plc-1.1.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.s7plc-1.1.1.dp [INFO] Copying org.eclipse.kura.driver.ble.sensortag-1.1.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.ble.sensortag-1.1.1.dp [INFO] Copying org.eclipse.kura.driver.eddystone-1.1.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.eddystone-1.1.1.dp [INFO] Copying org.eclipse.kura.driver.ibeacon-1.1.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.ibeacon-1.1.1.dp [INFO] Copying org.eclipse.kura.wire.script.filter-1.1.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.wire.script.filter-1.1.1.dp [INFO] Copying org.eclipse.kura.driver.gpio-1.1.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.gpio-1.1.1.dp [INFO] Copying org.eclipse.kura.driver.ble.xdk-1.1.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.driver.ble.xdk-1.1.1.dp [INFO] Copying org.eclipse.kura.wire.ai.component.provider-1.0.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.wire.ai.component.provider-1.0.1.dp [INFO] Copying org.eclipse.kura.ai.triton.server-1.0.1.dp to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/org.eclipse.kura.ai.triton.server-1.0.1.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-candidates/kura-5-1-0-release-candidate/.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-runtime2321873241334209912.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/, -metadataRepository, file:/home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/repository/, -publishArtifacts, -source, /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/target-definition/equinox_3.16.0/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 33 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator [copy] Copied 25 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator/target [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator/src/main/resources/Kura_Core_Test.launch [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator/src/main/resources/Kura_Emulator.launch [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator/src/main/resources [mkdir] Created dir: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator/launch_configs [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator/launch_configs [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator/src/main/resources [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/emulator [copy] Copying 26 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/demo_heater [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/demo_heater [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/demo_heater/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/demo_heater/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/demo_heater [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/demo_heater [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/demo_heater [copy] Copying 21 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon [copy] Copied 26 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon [copy] Copying 21 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon.scanner [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon.scanner [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon.scanner/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon.scanner/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon.scanner [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon.scanner [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/beacon.scanner [copy] Copying 25 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser [copy] Copied 29 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.advertiser [copy] Copying 25 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner [copy] Copied 29 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/ibeacon.scanner [copy] Copying 25 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser [copy] Copied 29 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.advertiser [copy] Copying 25 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.scanner [copy] Copied 29 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.scanner [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.scanner/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.scanner/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.scanner [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.scanner [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/eddystone.scanner [copy] Copying 29 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag [copy] Copying 32 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus [copy] Copied 32 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/tisensortag.dbus [copy] Copying 27 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/publisher [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/publisher [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/publisher/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/publisher/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/publisher [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/publisher [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/publisher [copy] Copying 31 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_quickstart [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_quickstart [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_quickstart/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_quickstart/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_quickstart [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_quickstart [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_quickstart [copy] Copying 31 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_publisher [copy] Copied 26 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_publisher [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_publisher/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_publisher/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_publisher [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_publisher [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_publisher [copy] Copying 26 files to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_aggregation [copy] Copied 28 empty directories to 2 empty directories under /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_aggregation [delete] Deleting: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_aggregation/pom.xml [delete] Deleting directory /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_aggregation/target [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_aggregation [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_aggregation [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/staging/camel_aggregation [zip] Building zip: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/user_workspace_archive_5.1.2.zip [INFO] Executed tasks [INFO] [INFO] --- jdeb:1.0:jdeb (raspberry-pi-ubuntu-20-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.1.2_raspberry-pi-ubuntu-20.zip size:90052194 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Tue Jun 28 14:31:50 UTC 2022 md5: fa36b9958f2a2be433c0fcc31bc14f54 [INFO] Total size: 90052194 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20_installer.deb [INFO] [INFO] --- jdeb:1.0:jdeb (raspberry-pi-ubuntu-20-deb-nn) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20_installer-nn.deb [INFO] Building data [INFO] file:./tmp/kura_5.1.2_raspberry-pi-ubuntu-20-nn.zip size:89485300 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Tue Jun 28 14:31:54 UTC 2022 md5: 357dfd47da4e0d61ca42b7e3a71b1641 [INFO] Total size: 89485300 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20_installer-nn.deb [INFO] [INFO] --- jdeb:1.0:jdeb (raspberry-pi-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.1.2_raspberry-pi.zip size:90046479 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Tue Jun 28 14:31:57 UTC 2022 md5: 6c0069e3bd8828b4efe75806413c7eb7 [INFO] Total size: 90046479 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi_installer.deb [INFO] [INFO] --- jdeb:1.0:jdeb (raspberry-pi-nn-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.1.2_raspberry-pi-nn.zip size:89479930 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Tue Jun 28 14:32:01 UTC 2022 md5: ab5500e1a3ceeef3be8fd3fc28ec4e09 [INFO] Total size: 89479930 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn_installer.deb [INFO] [INFO] --- jdeb:1.0:jdeb (intel-up2-ubuntu-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.1.2_intel-up2-ubuntu-20.zip size:90050736 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Tue Jun 28 14:32:05 UTC 2022 md5: 2abf21902e1119485bfd1173786c23f0 [INFO] Total size: 90050736 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20_installer.deb [INFO] [INFO] --- jdeb:1.0:jdeb (intel-up2-ubuntu-nn-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.1.2_intel-up2-ubuntu-20-nn.zip size:89484050 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Tue Jun 28 14:32:08 UTC 2022 md5: 45b6aacaf5e7f70d77005a0ef9f9f6f7 [INFO] Total size: 89484050 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn_installer.deb [INFO] [INFO] --- jdeb:1.0:jdeb (nvidia-jetson-nano-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.1.2_nvidia-jetson-nano.zip size:101126179 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Tue Jun 28 14:32:12 UTC 2022 md5: c1264420eda2507f4239ab5ecf0a07fc [INFO] Total size: 101126179 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano_installer.deb [INFO] [INFO] --- jdeb:1.0:jdeb (nvidia-jetson-nano-nn-deb) @ distrib --- [INFO] Creating debian package: /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn_installer.deb [INFO] Building data [INFO] file:./tmp/kura_5.1.2_nvidia-jetson-nano-nn.zip size:100561254 mode:33188 linkname: username:root userid:0 groupname:root groupid:0 modtime:Tue Jun 28 14:32:16 UTC 2022 md5: 03e9613e9de45bdda4e6745fcbe5ad2c [INFO] Total size: 100561254 [INFO] Building control [INFO] Attaching created debian archive /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn_installer.deb [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ distrib --- [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/pom.xml to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/distrib/5.1.2/distrib-5.1.2.pom [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/distrib/5.1.2/distrib-5.1.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-ubuntu-20_installer-nn.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/distrib/5.1.2/distrib-5.1.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/distrib/5.1.2/distrib-5.1.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_raspberry-pi-nn_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/distrib/5.1.2/distrib-5.1.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/distrib/5.1.2/distrib-5.1.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_intel-up2-ubuntu-20-nn_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/distrib/5.1.2/distrib-5.1.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/distrib/5.1.2/distrib-5.1.2.deb [INFO] Installing /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target/kura_5.1.2_nvidia-jetson-nano-nn_installer.deb to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/.repository/org/eclipse/kura/distrib/5.1.2/distrib-5.1.2.deb [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-candidates/kura-5-1-0-release-candidate/kura/distrib/RELEASE_INFO/5.1.2/config [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/RELEASE_INFO/5.1.2/config [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/RELEASE_INFO/5.1.2 [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/RELEASE_INFO/5.1.2/kura-bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/RELEASE_INFO/5.1.2/p2-repo-common [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/RELEASE_INFO/5.1.2/p2-repo-common [copy] Copying 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/RELEASE_INFO/5.1.2/p2-repo-equinox_3.16.0 [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/RELEASE_INFO/5.1.2/p2-repo-equinox_3.16.0 [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-candidates/kura-5-1-0-release-candidate/kura/distrib/target/tmp_ws.zip [move] Moving 1 file to /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/distrib/target [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12:53 min [INFO] Finished at: 2022-06-28T14:32:38Z [INFO] ------------------------------------------------------------------------ [kura-5-1-0-release-candidate] $ /bin/sh -xe /tmp/jenkins10433018396793349967.sh + sed 's:examples::g' /home/jenkins/agent/workspace/kura-release-candidates/kura-5-1-0-release-candidate/kura/pom.xml Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. Sending e-mails to: esfdev@eurotech.com jreimann@redhat.com Finished: SUCCESS